Adwaita: inhert backdrop selected list rows

This commit is contained in:
Lapo Calamandrei 2014-09-06 17:14:09 +02:00
parent 66accf2b37
commit 7633118e7d
3 changed files with 5 additions and 0 deletions

View File

@ -2246,6 +2246,7 @@ GtkScrolledWindow {
&:hover {
background-color: mix(black, $selected_bg_color, 10%);
}
&:backdrop { background-color: $selected_bg_color; }
}
&:backdrop:hover {
@extend %undecorated_button;

View File

@ -3364,6 +3364,8 @@ GtkCalendar.header .list-row.button.titlebutton {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
.list-row.button:selected:hover {
background-color: #1d538c; }
.list-row.button:selected:backdrop {
background-color: #215d9c; }
.list-row:selected .button {
color: #eeeeec;

View File

@ -3514,6 +3514,8 @@ GtkCalendar.header .list-row.button.titlebutton {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
.list-row.button:selected:hover {
background-color: #4281c3; }
.list-row.button:selected:backdrop {
background-color: #4a90d9; }
.list-row:selected .button {
color: #2e3436;