HighContrast: Update flowbox rubberband styling

Adapt to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-11-10 00:55:29 -05:00
parent f6201e4ccd
commit 921c2a1db4
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,10 @@ rubberband {
background-color: transparentize($selected_bg_color,0.8);
}
flowbox {
& rubberband { @extend rubberband; }
}
label {
&:selected,
&:selected:focus,

View File

@ -108,6 +108,7 @@ textview text,
.rubberband,
rubberband,
flowbox rubberband,
treeview.view.rubberband {
border: 1px solid #000;
background-color: rgba(0, 0, 0, 0.2); }