Fixed rubberband theme for GTK3 applications.
This commit is contained in:
aidan 2019-08-25 14:11:41 -05:00
parent de8629f8cb
commit f33bb6536d
3 changed files with 17 additions and 16 deletions

View File

@ -2901,14 +2901,14 @@ button.appmenu {
padding-top: 4px;*/
}
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */
flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband, rubberband {
border: 1px solid @border_dark;
background-color: transparent;
/* box-shadow: inset 1px 1px 0px 0px @border_dark,
inset -1px -1px 0px 0px @border_dark; */
}
.rubberband,
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {
border: 1px solid @selected_bg_color;
background: rgba(0,0,50.2,0.5);
border-radius: 0px; }
/* Misc stuff */

View File

@ -74,3 +74,4 @@
background-size: 21px 17px;
padding-left: 1.5em;
padding-right: 1.5em; }

View File

@ -2917,14 +2917,14 @@ button.appmenu {
padding-top: 4px;*/
}
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */
flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband, rubberband {
border: 1px solid @border_dark;
background-color: transparent;
/* box-shadow: inset 1px 1px 0px 0px @border_dark,
inset -1px -1px 0px 0px @border_dark; */
}
.rubberband,
rubberband,
flowbox rubberband,
treeview.view rubberband,
.content-view rubberband {
border: 1px solid @selected_bg_color;
background: rgba(0,0,50.2,0.5);
border-radius: 0px; }
/* Misc stuff */