Adwaita: slightly contrasting popover background

This commit is contained in:
Lapo Calamandrei 2014-10-30 13:21:13 +01:00
parent fdbb93d78c
commit efaabdad0a
3 changed files with 3 additions and 3 deletions

View File

@ -1549,7 +1549,7 @@ column-header.button.dnd { // for treeview-like derive widgets
padding: 2px;
border: 1px solid $borders-color;
border-radius: 5px;
background-color: $bg_color;
background-color: mix($bg_color, $base_color, 50%);
box-shadow: 0 2px 3px transparentize(black, 0.5);
&:backdrop {

View File

@ -2289,7 +2289,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
padding: 2px;
border: 1px solid #1c1f1f;
border-radius: 5px;
background-color: #393f3f;
background-color: #313434;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
.popover:backdrop {
box-shadow: none; }

View File

@ -2286,7 +2286,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
padding: 2px;
border: 1px solid #a1a1a1;
border-radius: 5px;
background-color: #ededed;
background-color: #f6f6f6;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
.popover:backdrop {
box-shadow: none; }