diff options
| author | Pablo Barciela <[email protected]> | 2018-04-20 11:45:02 +0200 |
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2018-04-20 11:48:03 +0200 |
| commit | a15314a1d309e271cacba4c6e1caef09b78ed372 (patch) | |
| tree | 7ecd6db20d95b54bb480dd584f0b8f3671c7df8d | |
| parent | cf0a970f26d30c5db7c0af25396eb6e2dc1924a0 (diff) | |
| download | mate-themes-a15314a1d309e271cacba4c6e1caef09b78ed372.tar.bz2 mate-themes-a15314a1d309e271cacba4c6e1caef09b78ed372.tar.xz | |
TOK/TG: Fix: checkboxes and radio buttons are little and blurry
Fixes https://github.com/mate-desktop/mate-themes/issues/213
| -rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 4 | ||||
| -rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
2 files changed, 4 insertions, 4 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, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index c987da59..e171f9df 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2769,8 +2769,8 @@ check:disabled, radio:disabled { background-color: transparent; border-style: none; - min-height: 13px; - min-width: 13px; + min-height: 16px; + min-width: 16px; } check, |
