Adwaita: tone down popover dropshadow

This commit is contained in:
Jakub Steiner 2015-05-07 10:16:46 +02:00
parent 26b03332a4
commit 0c922a9443
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2056,7 +2056,7 @@ column-header .titlebar .button.titlebutton,
border: 1px solid #1c1f1f; border: 1px solid #1c1f1f;
border-radius: 5px; border-radius: 5px;
background-color: #313434; background-color: #313434;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.popover:backdrop { .popover:backdrop {
box-shadow: none; } box-shadow: none; }
.popover > .list, .popover > .list,

View File

@ -2062,7 +2062,7 @@ column-header .titlebar .button.titlebutton,
border: 1px solid #a1a1a1; border: 1px solid #a1a1a1;
border-radius: 5px; border-radius: 5px;
background-color: #f6f6f6; background-color: #f6f6f6;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.popover:backdrop { .popover:backdrop {
box-shadow: none; } box-shadow: none; }
.popover > .list, .popover > .list,