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:
EMH-Mark-I 2020-04-08 00:01:19 -05:00
parent 19a6a638d4
commit 10f2422c97

View File

@ -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; }