summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-20 11:45:02 +0200
committerraveit65 <[email protected]>2018-04-26 10:25:37 +0200
commitd3a16e4b93c481129b0d0d770c652ce9cd73f48f (patch)
treea0a49bfc89eb30fef3adc71684e6d8b5302b271a /desktop-themes
parent8c24c80c94a9f9aa46d5d6bf2a67b5576140e653 (diff)
downloadmate-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')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css4
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,