Adwaita: make rubberband selection work again for libgd apps

libgd views still use the old style class.
This commit is contained in:
Cosimo Cecchi 2016-11-25 18:53:21 +01:00
parent 6c0cd1a16d
commit 5282991ab9
3 changed files with 5 additions and 3 deletions

View File

@ -4102,7 +4102,7 @@ colorchooser .popover.osd { border-radius: 5px; }
&:backdrop { background-color: darken($bg_color,7%); }
rubberband { @extend rubberband; }
rubberband, .rubberband { @extend rubberband; }
}
.scale-popup {

View File

@ -80,7 +80,8 @@ textview border {
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {
.content-view rubberband,
.content-view .rubberband {
border: 1px solid #184472;
background-color: rgba(24, 68, 114, 0.2); }

View File

@ -80,7 +80,8 @@ textview border {
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {
.content-view rubberband,
.content-view .rubberband {
border: 1px solid #2a76c6;
background-color: rgba(42, 118, 198, 0.2); }