aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-28 01:45:00 -0400
committertdro <tdro@users.noreply.github.com>2021-10-28 01:45:00 -0400
commit15cf67435f4f1d87df912a0102c647dcdff8e75d (patch)
treef9651eee04043ff6c30a32ad9c271c65961e989e /.local/share
parent9adcd4dea905ad810a092ee3e836d24b4eb3e9de (diff)
downloaddotfiles-15cf67435f4f1d87df912a0102c647dcdff8e75d.tar.gz
dotfiles-15cf67435f4f1d87df912a0102c647dcdff8e75d.tar.bz2
dotfiles-15cf67435f4f1d87df912a0102c647dcdff8e75d.zip
.local/share/themes/Greybird/gtk-3.0/gtk: Transparent pane separator
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/themes/Greybird/gtk-3.0/gtk.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/themes/Greybird/gtk-3.0/gtk.css b/.local/share/themes/Greybird/gtk-3.0/gtk.css
index 7aa64da..7b79d1d 100644
--- a/.local/share/themes/Greybird/gtk-3.0/gtk.css
+++ b/.local/share/themes/Greybird/gtk-3.0/gtk.css
@@ -1676,7 +1676,7 @@ placesview row.activatable:hover { background-color: transparent; }
placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
/********* Paned * */
-paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#828282); background-size: 1px 1px; }
+paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; }
paned > separator:selected, headerbar.selection-mode paned > separator.subtitle:link, .selection-mode.titlebar:not(headerbar) paned > separator.subtitle:link { background-image: image(#bbd8f7); }