mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-30 00:55:28 +02:00
Updates
Fixed rubberband theme for GTK3 applications.
This commit is contained in:
parent
de8629f8cb
commit
f33bb6536d
@ -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 */
|
||||
|
||||
|
@ -74,3 +74,4 @@
|
||||
background-size: 21px 17px;
|
||||
padding-left: 1.5em;
|
||||
padding-right: 1.5em; }
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user