mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-30 17:15:13 +02:00
GTK3 override update
This removes the old override border settings for the XFCE panel bar seeing that a border image works better and without requiring a theme override. Unfortunately still not the case for Thunar...
This commit is contained in:
parent
19a6a638d4
commit
10f2422c97
@ -1,10 +1,3 @@
|
||||
/* XFCE Panel bar */
|
||||
.xfce4-panel {
|
||||
border-right: 1px solid @bg_shade;
|
||||
border-left: 1px solid @bg_bright;
|
||||
border-top: 1px solid @bg_bright;
|
||||
border-bottom: 1px solid @bg_shade; }
|
||||
|
||||
/* Force MATE panel tasklist margins */
|
||||
#tasklist-button {
|
||||
margin-left: 2px;
|
||||
@ -25,6 +18,11 @@
|
||||
.color-profiles {
|
||||
background-color: #c0c0c0; }
|
||||
|
||||
/* Thunar sidebar border */
|
||||
/* Thunar borders */
|
||||
.thunar .sidebar {
|
||||
border-right: 1px solid @bg_bright; }
|
||||
|
||||
.thunar notebook .standard-view {
|
||||
padding: 0px;
|
||||
border-left: 2px solid @border_color;
|
||||
border-right: 2px solid @border_color; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user