Various fixes

This commit is contained in:
Satyajit Sahoo
2013-02-28 01:44:54 +05:30
parent 2712fe8149
commit 36ef8f9a9f
6 changed files with 97 additions and 102 deletions
+2 -2
View File
@@ -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);
}