Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-08-13 19:31:17 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2012-08-14 13:23:20 (GMT)
commit47af19ca25966c744d51c0557eafa630e5b5210e (patch)
treeb919615bbfac9278ea5e2d0f4dde65a269f292a4
parentb3518e4d05930e4dbeb62da17bccbe7b4d6cbfa5 (diff)
Apply same style in toolbar RadioToolButton than in the palette SL#3739 SL#3765
This issue is displayed in the activities ported to gtk3, Finance SL#3739, Jukebox SL#3765, and Paint. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index f3e4fde..62ca475 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -521,6 +521,7 @@ background-color: @black;
}
.toolbar GtkToolButton .button,
+.toolbar SugarRadioToolButton *,
SugarPaletteWindowWidget SugarRadioToolButton *,
SugarPaletteWindowWidget GtkToolButton .button{
background-color: transparent;
@@ -533,6 +534,7 @@ SugarPaletteWindowWidget GtkToolButton .button:prelight {
background-color: @black;
}
+.toolbar SugarRadioToolButton *:active,
SugarPaletteWindowWidget SugarRadioToolButton *:active {
background-color: @button_grey;
border-radius: $(toolbutton_padding)px;