[Pkg-sugar-commit] [sugar-artwork] 04/05: Show border in checkbox in toolbars and palettes
Jonas Smedegaard
dr at jones.dk
Mon Jun 15 00:01:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v0.105.0
in repository sugar-artwork.
commit e6f3c4430477176750b4ae4a007e98837a877080
Author: Gonzalo Odiard <godiard at gmail.com>
Date: Mon Apr 13 12:25:16 2015 -0300
Show border in checkbox in toolbars and palettes
We need show a white border in this case.
One example is the fill color palette in Paint activity
(select a shape tool to enable the fill color palette).
---
gtk3/theme/gtk-widgets.css.em | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index f9db8e6..7c111cb 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -702,9 +702,10 @@ GtkCheckButton:prelight {
background-color: alpha(@theme_base_color, 0.0);
}
-.toolbar GtkCheckButton,
-SugarPaletteWindowWidget GtkCheckButton {
+.toolbar GtkCheckButton,.toolbar .check,
+SugarPaletteWindowWidget .check {
color: @theme_base_color;
+ border: 1px solid @theme_base_color;
}
.radio,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-artwork.git
More information about the pkg-sugar-commit
mailing list