Adwaita: fix documents and the like rubberband.

This commit is contained in:
Lapo Calamandrei 2015-09-02 19:35:35 +02:00
parent b931852e1b
commit 1cd9d8a474
3 changed files with 3 additions and 2 deletions

View File

@ -2165,6 +2165,7 @@ GtkSwitch {
background-color: darken($bg_color,7%);
&:hover { -gtk-image-effect: highlight; }
&:backdrop { background-color: darken($bg_color,7%); }
&.rubberband { @extend .rubberband; }
}
//selection-mode

View File

@ -73,7 +73,7 @@
.view:selected, GtkCalendar:selected {
border-radius: 3px; }
.rubberband, GtkTreeView.view.rubberband {
.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
border: 1px solid #184472;
background-color: rgba(24, 68, 114, 0.2); }

View File

@ -73,7 +73,7 @@
.view:selected, GtkCalendar:selected {
border-radius: 3px; }
.rubberband, GtkTreeView.view.rubberband {
.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
border: 1px solid #2a76c6;
background-color: rgba(42, 118, 198, 0.2); }