Minor fixes

This commit is contained in:
Satyajit Sahoo
2013-04-02 12:19:29 +05:30
parent 864ff9ddc5
commit 6a6e6e4920
4 changed files with 5 additions and 10 deletions
-5
View File
@@ -60,7 +60,6 @@ PanelApplet .button:active {
}
PanelApplet .button:prelight {
border-color: transparent;
border-color: mix(@panel_bg_color, @panel_fg_color, 0.13);
background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
background-image: none;
@@ -91,14 +90,10 @@ WnckPager, WnckTasklist {
}
.nautilus-desktop.nautilus-canvas-item:active {
background-color: alpha(@theme_bg_color, 0.8);
background-image: none;
color: @theme_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:selected {
background-color: alpha(@theme_selected_bg_color, 0.8);
background-image: none;
color: @theme_selected_fg_color;
}
+1 -1
View File
@@ -55,7 +55,7 @@
@define-color wm_title_focused #dcdcdc;
@define-color wm_title_unfocused #888888;
@define-color wm_border_focused #484848;
@define-color wm_border_unfocused #333333;
@define-color wm_border_unfocused #393939;
@import url("gtk-widgets.css");
@import url("gtk-widgets-assets.css");