Skip to content

Instantly share code, notes, and snippets.

@dasdennis
Created March 6, 2016 20:57
Show Gist options
  • Save dasdennis/4f353bd90eb12937da6b to your computer and use it in GitHub Desktop.
Save dasdennis/4f353bd90eb12937da6b to your computer and use it in GitHub Desktop.
Custom Superior Panel on elementaryOS Luna - Lion Theme
/*********
* Panel *
********/
/* Paste this on file /usr/share/themes/Lion/gtk-3.0/apps.css */
.panel {
background-color: alpha (#000, 0.0);
color: #fff;
font-weight: bold;
}
.panel-shadow {
background-color: @transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (alpha (#000, 0.0)),
to (alpha (#000, 0.0)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment