mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Various fixes
This commit is contained in:
@@ -3,8 +3,8 @@ UnityPanelWidget,
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ UnityPanelWidget,
|
||||
.unity-panel.panel.menuitem:hover,
|
||||
.unity-panel.panel .menuitem *:hover {
|
||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
||||
background-image: none;
|
||||
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
|
||||
background-image: none;
|
||||
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user