From 7ab4c7dce4410ae0612ea6f3e8d08b332d58d138 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 09 Dec 2011 22:23:36 +0000 Subject: Toolbar buttons styled Signed-off-by: Manuel QuiƱones --- diff --git a/sugar-theme.css b/sugar-theme.css index fc4ee31..cdd652e 100644 --- a/sugar-theme.css +++ b/sugar-theme.css @@ -10,6 +10,11 @@ GtkButton { -GtkButton-inner-border: 4 4 4 4; } +GtkButton:active:focus:hover { + color: @black; + background-color: @white; +} + .entry { border-width: 0; padding: 6; /* $default_padding */ @@ -22,21 +27,29 @@ GtkButton { GtkToggleButton:active { background-color: @white; - color: @black; /* FIXME */ } - -GtkToggleButton:active GtkLabel:active{ - background-color: @white; +GtkToggleButton:active GtkLabel:active { color: @black; } -SugarToggleToolButton:active { - background-color: #C0C0C0; /* FIXME */ +/* toolbar */ + +.toolbar GtkToolButton .button { + border-radius: 6; + padding: 6; +} + +.toolbar GtkToggleButton:active { + background-color: @selection_grey; +} + +.toolbar GtkToolButton .button:prelight { + background-color: @black; } GtkRadioButton, GtkCheckButton { - color: #000000; + color: @black; border-radius: 10; } @@ -62,6 +75,10 @@ GtkComboBox { color: @white; } +GtkComboBox .separator { + color: alpha(@theme_base_color, 0.0); +} + /* FIXME GtkMenu { background-color: #000000; @@ -250,4 +267,4 @@ FIXME not in the repo yet? color: #0f0; } -*/ \ No newline at end of file +*/ -- cgit v0.9.1