Merge branch '1earch-master'

master
David Mohammed 2018-09-25 13:56:02 +01:00
commit 31f8ba12a0
3 changed files with 3 additions and 6 deletions

View File

@ -15,6 +15,7 @@ $selected_fg_color: #ffffff;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
$horizontal_separators_color: if($variant == 'light', $borders_color, darken($fg_color,50%));
$link_color: if($variant == 'light', darken($selected_bg_color,10%),
lighten($selected_bg_color,20%));

View File

@ -1616,14 +1616,9 @@ menu,
separator,
.csd & separator {
margin: 2px 0;
background-color: $_menu_bg;
background-color: $horizontal_separators_color;
}
// Firefox workaround
.separator:not(label),
.csd & .separator:not(label) { color: $_menu_bg; }
// Firefox workaround end
menuitem {
min-height: 16px;
min-width: 40px;

View File

@ -17,6 +17,7 @@ $selected_fg_color: %SEL_FG%;
$selected_bg_color: %SEL_BG%;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
$horizontal_separators_color: if($variant == 'light', $borders_color, darken($fg_color,50%));
$link_color: if($variant == 'light', darken($selected_bg_color,10%),
lighten($selected_bg_color,20%));