Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-theme.css
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2011-11-25 20:02:47 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2011-11-25 20:02:47 (GMT)
commitc9a58794d459542cd0e74c80d4b1af39915029b9 (patch)
treee75f6954381e9ed45d01958496be5813cf997091 /sugar-theme.css
parent65639bc8831140157d041b2b264c35540b9b25d1 (diff)
more styling
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 1ec6a9f..6243d26 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -3,7 +3,7 @@ GtkNotebook {
background-color: @selection_grey;
border-width: 0;
-GtkNotebook-tab-overlap: -2;
- -GtkNotebook-tab-curvature: 5; /* $default_padding */
+ -GtkNotebook-tab-curvature: 6; /* $default_padding */
}
GtkNotebook tab {
@@ -21,11 +21,11 @@ GtkButton {
GtkEntry {
border-width: 0;
- padding: 6;
+ padding: 6; /* $default_padding */
}
GtkEntry:focused {
- border-color: #E5E5E5;
+ border-color: @text_field_grey;
border-width: 2;
}
@@ -48,6 +48,23 @@ GtkRadioButton:focused {
border-color: #ffffff;
}
+GtkVSeparator, GtkHSeparator {
+ color: @button_grey;
+}
+
+GtkTreeView row:selected {
+ background-color: @white;
+}
+
+.menu {
+ -GtkMenu-horizontal-padding: 0;
+ -GtkMenu-vertical-padding: 0;
+}
+
+GtkComboBox {
+ color: @white;
+}
+
/* FIXME
GtkMenu {
background-color: #000000;