[mate-themes] 01/01: debian/patches: Add 0002-fix-blurred-controls.patch. Fix blurry checkboxes and radio buttons in the Traditional* themes.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Mon Apr 23 17:47:21 BST 2018
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-themes.
commit e3d803e18d891032f96eea71305b3755d8613634
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Mon Apr 23 17:45:59 2018 +0100
debian/patches: Add 0002-fix-blurred-controls.patch. Fix blurry checkboxes and radio buttons in the Traditional* themes.
---
debian/patches/0002-fix-blurred-controls.patch | 33 ++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 34 insertions(+)
diff --git a/debian/patches/0002-fix-blurred-controls.patch b/debian/patches/0002-fix-blurred-controls.patch
new file mode 100644
index 0000000..e6c0468
--- /dev/null
+++ b/debian/patches/0002-fix-blurred-controls.patch
@@ -0,0 +1,33 @@
+Author: Pablo Barciela <scow at riseup.net>
+Description: Fix blurry checkboxes and radio buttons in the Traditional* themes
+
+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,
diff --git a/debian/patches/series b/debian/patches/series
index bf13471..7892ed0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001_Fix-HighContrast-themes-visibility-with-metacity.patch
+0002-fix-blurred-controls.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-themes.git
More information about the pkg-mate-commits
mailing list