Adwaita: Update flowbox rubberband styling

Adapt to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-11-10 00:52:09 -05:00
parent 6c7f4b78b5
commit f6201e4ccd
3 changed files with 6 additions and 0 deletions

View File

@ -126,6 +126,10 @@ rubberband {
background-color: transparentize(darken($selected_bg_color, 10%), 0.8); background-color: transparentize(darken($selected_bg_color, 10%), 0.8);
} }
flowbox {
& rubberband { @extend rubberband; }
}
label { label {
&.separator { &.separator {
color: $fg_color; color: $fg_color;

View File

@ -79,6 +79,7 @@ textview text,
.rubberband, .rubberband,
rubberband, rubberband,
flowbox rubberband,
treeview.view.rubberband, treeview.view.rubberband,
.content-view rubberband { .content-view rubberband {
border: 1px solid #184472; border: 1px solid #184472;

View File

@ -79,6 +79,7 @@ textview text,
.rubberband, .rubberband,
rubberband, rubberband,
flowbox rubberband,
treeview.view.rubberband, treeview.view.rubberband,
.content-view rubberband { .content-view rubberband {
border: 1px solid #2a76c6; border: 1px solid #2a76c6;