Adwaita: fix documents and the like rubberband

This commit is contained in:
Lapo Calamandrei
2015-09-09 18:17:03 +02:00
parent 40622c6924
commit ff9ee56ec0
3 changed files with 3 additions and 2 deletions

View File

@@ -2199,6 +2199,7 @@ $asset_suffix: if($variant=='dark', '-dark', '');
.content-view {
background-color: darken($bg_color,7%);
&: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 {
.rubberband, .content-view.rubberband {
border: 1px solid #215d9c;
background-color: rgba(33, 93, 156, 0.2); }

View File

@@ -73,7 +73,7 @@
.view:selected, GtkCalendar:selected {
border-radius: 3px; }
.rubberband {
.rubberband, .content-view.rubberband {
border: 1px solid #4a90d9;
background-color: rgba(74, 144, 217, 0.2); }