From 47af19ca25966c744d51c0557eafa630e5b5210e Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 13 Aug 2012 19:31:17 +0000 Subject: 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 Acked-by: Manuel QuiƱones --- 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; -- cgit v0.9.1