Adwaita: make popovers less 1995

- use regular bgcolor
This commit is contained in:
Jakub Steiner 2016-02-12 14:38:03 +01:00
parent 170cb01675
commit eb90c4f9ed
3 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@ $top_hilight: $borders_edge;
$dark_fill: mix($borders_color, $bg_color, 35%);
$headerbar_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
$menu_color: if($variant == 'light', $base_color, mix($bg_color, $base_color, 20%));
$popover_bg_color: darken($bg_color, 5%);
$popover_hover_color: $bg_color;
$popover_bg_color: $bg_color;
$popover_hover_color: lighten($bg_color, 5%);
$scrollbar_bg_color: darken($bg_color, 7%);

View File

@ -1197,7 +1197,7 @@ modelbutton.flat,
outline-offset: -2px; }
modelbutton.flat:hover,
.menuitem.button.flat:hover {
background-color: #393f3f; }
background-color: #454c4c; }
modelbutton.flat check:last-child,
modelbutton.flat radio:last-child,
.menuitem.button.flat check:last-child,
@ -2120,7 +2120,7 @@ menuitem radio {
popover.background {
padding: 2px;
border-radius: 5px;
background-color: #2d3232;
background-color: #393f3f;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background, .csd popover.background {
border: 1px solid #1c1f1f; }

View File

@ -1197,7 +1197,7 @@ modelbutton.flat,
outline-offset: -2px; }
modelbutton.flat:hover,
.menuitem.button.flat:hover {
background-color: #e8e8e7; }
background-color: #f4f4f4; }
modelbutton.flat check:last-child,
modelbutton.flat radio:last-child,
.menuitem.button.flat check:last-child,
@ -2130,7 +2130,7 @@ menuitem radio {
popover.background {
padding: 2px;
border-radius: 5px;
background-color: #dcdcda;
background-color: #e8e8e7;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background, .csd popover.background {
border: 1px solid #9d9d99; }