26 lines
540 B
CSS
26 lines
540 B
CSS
UnityPanelWidget,
|
|
.unity-panel {
|
|
|
|
background-image: -gtk-gradient (linear, left top, left bottom,
|
|
from (shade(@theme_bg_dark_color, 1.00)),
|
|
to (shade(@theme_bg_dark_color, 1.00)));
|
|
|
|
border-width: 0px;
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
.unity-panel.menubar,
|
|
.unity-panel .menubar {
|
|
|
|
}
|
|
|
|
.unity-panel.menuitem,
|
|
.unity-panel .menuitem {
|
|
border-width: 0px;
|
|
|
|
/* icon-shadow: 0 1 shade (@theme_bg_dark_color, 1.06); */
|
|
}
|
|
|
|
|