unknown 5714759436 - fixed levelbars and progressbars
- more unity definitions
- fix nautilus sidepane
- initial support for gnome-panel
2013-12-06 16:12:06 +01:00

39 lines
1.2 KiB
CSS

UnityPanelWidget,
.unity-panel {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.3)),
to (shade (@dark_bg_color, 1.0)));
border-top-color: shade (@dark_bg_color, 1.4);
border-style: solid;
border-width: 1px 0 0 0;
color: @dark_fg_color;
text-shadow: 0 1px shade (@dark_bg_color, 1.1);
}
.unity-panel.menubar,
.unity-panel .menubar {
}
.unity-panel.menuitem,
.unity-panel .menuitem {
border-width: 1px 1px 0 1px;
icon-shadow: 0 1px shade (@dark_bg_color, 1.06);
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-radius: 7px 7px 0 0;
border-width: 1px 1px 0 1px;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.5)),
to (shade (@dark_bg_color, 1.02)));
border-image: url("../assets/radiance-menubaritem.png") 8 10 1 10 / 8px 10px 1px 10px stretch;
/*box-shadow: inset 0 -1px shade (@dark_bg_color, 0.95);*/
box-shadow: none;
color: @fg_color;
text-shadow: 0 1px shade (@dark_bg_color, 1.1);
}