forked from AuroraMiddleware/gtk
Adwaita: slightly contrasting popover background
This commit is contained in:
parent
fdbb93d78c
commit
efaabdad0a
@ -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 {
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user