aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-28 01:44:37 -0400
committertdro <tdro@users.noreply.github.com>2021-10-28 01:44:37 -0400
commit9adcd4dea905ad810a092ee3e836d24b4eb3e9de (patch)
tree59732674337b142a3044ee44c305841dfcc54108 /.local/share
parent4cdf07f1a2f4ab5c8d854620c84920fb7e29c39b (diff)
downloaddotfiles-9adcd4dea905ad810a092ee3e836d24b4eb3e9de.tar.gz
dotfiles-9adcd4dea905ad810a092ee3e836d24b4eb3e9de.tar.bz2
dotfiles-9adcd4dea905ad810a092ee3e836d24b4eb3e9de.zip
.local/share/themes/Greybird/gtk-3.0/gtk: Remove frame border
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 80f2872..7aa64da 100644
--- a/.local/share/themes/Greybird/gtk-3.0/gtk.css
+++ b/.local/share/themes/Greybird/gtk-3.0/gtk.css
@@ -1450,7 +1450,7 @@ printdialog .dialog-vbox:backdrop { background-color: #fafafa; }
printdialog .dialog-action-box { margin: 12px; }
/********** Frames * */
-frame > border, .frame { box-shadow: none; margin: 0; padding-right: 4px; border-radius: 0; border: 1px solid #ccc; }
+frame > border, .frame { box-shadow: none; margin: 0; border-radius: 0; }
frame > border.flat, .frame.flat, button.frame.titlebutton, button.frame.sidebar-button, popover.background checkbutton.frame, popover.background radiobutton.frame, notebook > header > tabs > arrow.frame { border-style: none; }