diff options
author | Pablo Barciela <[email protected]> | 2018-04-20 11:45:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 10:25:37 +0200 |
commit | d3a16e4b93c481129b0d0d770c652ce9cd73f48f (patch) | |
tree | a0a49bfc89eb30fef3adc71684e6d8b5302b271a /desktop-themes/TraditionalGreen | |
parent | 8c24c80c94a9f9aa46d5d6bf2a67b5576140e653 (diff) | |
download | mate-themes-d3a16e4b93c481129b0d0d770c652ce9cd73f48f.tar.bz2 mate-themes-d3a16e4b93c481129b0d0d770c652ce9cd73f48f.tar.xz |
TOK/TG: Fix: checkboxes and radio buttons are little and blurry
Fixes https://github.com/mate-desktop/mate-themes/issues/213
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index a944e578..45cda70c 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2758,8 +2758,8 @@ check:disabled, radio:disabled { background-color: transparent; border-style: none; - min-height: 13px; - min-width: 13px; + min-height: 16px; + min-width: 16px; } check, |