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