Use light PopOvers

pull/145/head
Satyajit Sahoo 2014-02-21 22:50:39 +05:30
parent 9acdaf4720
commit be0c994c52
1 changed files with 4 additions and 4 deletions

View File

@ -1071,12 +1071,12 @@ GtkPopover {
margin: 10px;
padding: 2px;
border-radius: 2px;
border-color: mix(shade(@menu_bg_color, 0.7), @menu_fg_color, 0.12);
border-color: shade(@theme_bg_color, 0.8);
border-width: 1px;
border-style: solid;
background-clip: border-box;
background-color: @menu_bg_color;
color: @menu_fg_color;
background-color: @theme_bg_color;
color: @theme_fg_color;
box-shadow: 0 2px 3px alpha(black, 0.5);
}
@ -1114,7 +1114,7 @@ GtkModelButton.button:active:insensitive {
border-color: transparent;
border-style: none;
box-shadow: none;
color: @menu_fg_color;
color: @theme_fg_color;
}
GtkModelButton.button:active:hover,