Fixes
parent
be4f3bf777
commit
8d238df203
|
@ -151,8 +151,6 @@
|
|||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
|
@ -176,10 +174,10 @@ GraniteWidgetsPopOver {
|
|||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
background-color: @menu_bg_color;
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
background-image: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from (@menu_bg_color),
|
||||
to (@menu_bg_color);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
|
@ -202,8 +200,8 @@ GraniteWidgetsPopOver .button:hover:active {
|
|||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
background-image: none;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue