Corrected wrong class names

pull/45/head
Satyajit Sahoo 2013-06-20 07:54:33 +05:30
parent 06d7975a14
commit a7eacd12c1
2 changed files with 6 additions and 6 deletions

View File

@ -258,4 +258,4 @@ GeditFloatingSlider .not-found {
***********************/
CcShellItemView.view {
background-color: @theme_bg_color;
}
}

View File

@ -8,8 +8,8 @@ UnityPanelWidget,
color: @panel_fg_color;
}
.unity-panel.panel,
.unity-panel .panel {
.unity-panel.menubar,
.unity-panel .menubar {
}
.unity-panel.menuitem,
@ -18,10 +18,10 @@ UnityPanelWidget,
color: @panel_fg_color;
}
.unity-panel.panel.menuitem:hover,
.unity-panel.panel .menuitem *:hover {
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-color: mix(@panel_bg_color, @panel_fg_color, 0.23);
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
background-image: none;
color: shade(@panel_fg_color, 1.08);
}
}