mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +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;*/
|
padding-top: 4px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */
|
.rubberband,
|
||||||
flowbox rubberband, treeview.view rubberband, .content-view rubberband,
|
rubberband,
|
||||||
.rubberband, rubberband {
|
flowbox rubberband,
|
||||||
border: 1px solid @border_dark;
|
treeview.view rubberband,
|
||||||
background-color: transparent;
|
.content-view rubberband {
|
||||||
/* box-shadow: inset 1px 1px 0px 0px @border_dark,
|
border: 1px solid @selected_bg_color;
|
||||||
inset -1px -1px 0px 0px @border_dark; */
|
background: rgba(0,0,50.2,0.5);
|
||||||
}
|
border-radius: 0px; }
|
||||||
|
|
||||||
/* Misc stuff */
|
/* Misc stuff */
|
||||||
|
|
||||||
|
@ -74,3 +74,4 @@
|
|||||||
background-size: 21px 17px;
|
background-size: 21px 17px;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
padding-right: 1.5em; }
|
padding-right: 1.5em; }
|
||||||
|
|
||||||
|
@ -2917,14 +2917,14 @@ button.appmenu {
|
|||||||
padding-top: 4px;*/
|
padding-top: 4px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */
|
.rubberband,
|
||||||
flowbox rubberband, treeview.view rubberband, .content-view rubberband,
|
rubberband,
|
||||||
.rubberband, rubberband {
|
flowbox rubberband,
|
||||||
border: 1px solid @border_dark;
|
treeview.view rubberband,
|
||||||
background-color: transparent;
|
.content-view rubberband {
|
||||||
/* box-shadow: inset 1px 1px 0px 0px @border_dark,
|
border: 1px solid @selected_bg_color;
|
||||||
inset -1px -1px 0px 0px @border_dark; */
|
background: rgba(0,0,50.2,0.5);
|
||||||
}
|
border-radius: 0px; }
|
||||||
|
|
||||||
/* Misc stuff */
|
/* Misc stuff */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user