Adwaita: fix rubberband selection

This commit is contained in:
Lapo Calamandrei 2014-06-19 19:11:02 +02:00
parent a0337f9755
commit b7c51de62b
3 changed files with 13 additions and 0 deletions

View File

@ -117,6 +117,11 @@
}
}
.rubberband {
border: 1px solid $selected_bg_color;
background-color: transparentize($selected_bg_color,0.8);
}
/*********************
* Spinner Animation *
*********************/

View File

@ -105,6 +105,10 @@
color: #c9cbc9;
background-color: #2c2c2c; }
.rubberband {
border: 1px solid #215d9c;
background-color: rgba(33, 93, 156, 0.2); }
/*********************
* Spinner Animation *
*********************/

View File

@ -105,6 +105,10 @@
color: #54595a;
background-color: #fcfcfc; }
.rubberband {
border: 1px solid #4a90d9;
background-color: rgba(74, 144, 217, 0.2); }
/*********************
* Spinner Animation *
*********************/