More fixes

pull/63/head
Satyajit Sahoo 2013-09-10 16:59:48 +05:30
parent b28d181f45
commit 817ee0f721
2 changed files with 15 additions and 13 deletions

View File

@ -9,6 +9,11 @@ XfceHeading {
background-color: @panel_bg_color; background-color: @panel_bg_color;
} }
.xfce4-panel .button {
border-radius: 0;
padding: 1;
}
.xfce4-panel .button:active { .xfce4-panel .button:active {
border-width: 0 1px; border-width: 0 1px;
border-radius: 0; border-radius: 0;
@ -18,8 +23,8 @@ XfceHeading {
color: shade(@panel_fg_color, 1.08); color: shade(@panel_fg_color, 1.08);
} }
.xfce4-panel *:hover, .xfce4-panel .button:hover,
.xfce4-panel *:active:hover { .xfce4-panel .button:active:hover {
border-color: mix(@panel_bg_color, @panel_fg_color, 0.31); border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
background-color: mix(@panel_bg_color, @panel_fg_color, 0.31); background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
background-image: none; background-image: none;
@ -34,18 +39,15 @@ XfceHeading {
color: @menu_fg_color; color: @menu_fg_color;
} }
.xfce4-panel .menu *:hover, .xfce4-panel .menu *:hover {
.xfce4-panel .menu GtkLabel:hover,
.xfce4-panel .menu GtkImage:hover {
border-color: shade(@theme_selected_bg_color, 0.9); border-color: shade(@theme_selected_bg_color, 0.9);
background-color: @theme_selected_bg_color; background-color: @theme_selected_bg_color;
background-image: none; background-image: none;
color: @theme_selected_fg_color; color: @theme_selected_fg_color;
} }
/* workaround to fix size of indicator-icons */ .xfce4-panel .menu GtkLabel:hover,
XfceIndicatorBox .button { .xfce4-panel .menu GtkImage:hover {
border: 1px; background-image: none;
padding: 0; color: @theme_selected_fg_color;
color: @panel_fg_color;
} }

View File

@ -539,8 +539,8 @@ GtkIconView.view.cell:selected:focus {
border-color: shade(@theme_selected_bg_color, 0.9); border-color: shade(@theme_selected_bg_color, 0.9);
border-radius: 2px; border-radius: 2px;
background-image: -gtk-gradient(linear, left top, left bottom, background-image: -gtk-gradient(linear, left top, left bottom,
from (@theme_selected_bg_color), from (@theme_selected_bg_color),
to (@theme_selected_bg_color)); to (@theme_selected_bg_color));
color: @theme_selected_fg_color; color: @theme_selected_fg_color;
} }
@ -757,7 +757,7 @@ GtkInfoBar {
.view.dim-label, .view.dim-label,
.dim-label { .dim-label {
color: alpha(currentColor, 0.55); color: alpha(currentColor, 0.5);
} }
.dnd { .dnd {