[Pkg-sugar-commit] [sugar-artwork] 01/05: Fix active activity highlight in the frame

Jonas Smedegaard dr at jones.dk
Mon Jun 15 00:01:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.105.2
in repository sugar-artwork.

commit bb2fc7d2d164684a8293a73ee0f8297cb19c772c
Author: Sam Parkinson <sam.parkinson3 at gmail.com>
Date:   Sat May 23 08:50:41 2015 +1000

    Fix active activity highlight in the frame
    
    Make sure the active activity is highlighed fully - not just with a
    border.  This is done by changing the background of the GtkBox that
    the icons reside inside.
---
 gtk3/theme/gtk-widgets.css.em | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index bb46811..4d535f6 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -597,15 +597,19 @@ SugarPaletteWindowWidget GtkToolButton .button:prelight {
 }
 
 .toolbar GtkToolButton .button:prelight,
+.toolbar GtkToolButton .button:prelight GtkBox,
 SugarPaletteWindowWidget GtkToolButton .button:prelight {
     background-color: @black;
 }
 
 .toolbar SugarRadioToolButton *:active,
 SugarPaletteWindowWidget SugarRadioToolButton *:active,
+.toolbar SugarRadioToolButton *:active GtkBox,
 .toolbar SugarRadioToolButton *:checked,
+.toolbar SugarRadioToolButton *:checked GtkBox,
 SugarPaletteWindowWidget SugarRadioToolButton *:checked,
 .toolbar SugarToggleToolButton *:checked,
+.toolbar SugarToggleToolButton *:checked GtkBox,
 SugarPaletteWindowWidget SugarToggleToolButton *:checked {
     background-color: @button_grey;
     border-radius: $(toolbutton_padding)px;

-- 
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