aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-18 05:00:07 -0400
committertdro <tdro@users.noreply.github.com>2021-10-18 05:00:07 -0400
commit92512988c0a4e78dcc0396de24c6e181a7c3a328 (patch)
tree49d832814b5f59577d70db303d6860987e6c3086 /.local/share
parentdb81bfad3f49d93bb8ba77148e53386185b87222 (diff)
downloaddotfiles-92512988c0a4e78dcc0396de24c6e181a7c3a328.tar.gz
dotfiles-92512988c0a4e78dcc0396de24c6e181a7c3a328.tar.bz2
dotfiles-92512988c0a4e78dcc0396de24c6e181a7c3a328.zip
.local/share/themes/Greybird: Remove shadows from radio & check buttons
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 27a4a52..c4fd108 100644
--- a/.local/share/themes/Greybird/gtk-3.0/gtk.css
+++ b/.local/share/themes/Greybird/gtk-3.0/gtk.css
@@ -1144,7 +1144,7 @@ checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-but
checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { margin-right: 4px; }
-check, radio { margin: 0 4px; min-height: 14px; min-width: 14px; border: 1px solid; -gtk-icon-source: none; color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #9b9b9b; background-color: #fff; box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), inset 0 -2px #e0e0e0, inset 0 -1px #bcbcbc, 0 1px rgba(0, 0, 0, 0.1); }
+check, radio { margin: 0 4px; min-height: 14px; min-width: 14px; border: 1px solid; -gtk-icon-source: none; color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #9b9b9b; background-color: #fff; }
check:only-child, radio:only-child { margin: 0; }