Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/resources/gtkrc
diff options
context:
space:
mode:
authorAntoine van Gelder <antoine@g7.org.za>2007-10-29 09:21:06 (GMT)
committer Antoine van Gelder <antoine@g7.org.za>2007-10-29 09:21:06 (GMT)
commit420f73b64979f4a695c780f080c8873229260f27 (patch)
tree82aca565218aaf445ffb0f556c5f5c91024d119c /resources/gtkrc
parent05d7e0283b978bb4836a1ddf8833b039ae55f130 (diff)
JokeMachine-3.xo
* Feature: Put alerts up when joke submitted and approved over mesh * Feature: Put alert up advising patience when joining a shared jokebook * Feature: Made Lesson Plans button work * Feature: Safe fallback for builds without sugar.alert * Feature: Hooked LanguageCombo up * i18n: Created (a rough!) Afrikaans translation * Fixed: Prepended Cover on preview * Fixed: Don't hardcode JokeEditor delete button position * Fixed: On read jokebook & empty -> "Edit My Jokes" -> Go to edit my jokes tab * Updated :Mesh code for dbus tubes changes
Diffstat (limited to 'resources/gtkrc')
-rw-r--r--resources/gtkrc15
1 files changed, 13 insertions, 2 deletions
diff --git a/resources/gtkrc b/resources/gtkrc
index 78cf7fd..76e4bbc 100644
--- a/resources/gtkrc
+++ b/resources/gtkrc
@@ -14,14 +14,25 @@ style "mamacombo"
bg[ACTIVE] = "#026002"
}
-style "fixshare"
+style "mamanotebook"
{
+ fg[NORMAL] = "#FFFFFF"
+ fg[ACTIVE] = "#FFFFFF"
+ fg[PRELIGHT] = "#FFFFFF"
+ bg[NORMAL] = "#027F01"
+ bg[ACTIVE] = "#026002"
+}
+
+style "fixframe"
+{
bg[NORMAL] = "#808080"
}
widget "*GtkButton*" style "mamabutton"
widget_class "*<GtkComboBox>*" style "mamacombo"
-widget "*ComboBox*" style "fixshare"
+widget_class "*<GtkNotebook>" style "mamanotebook"
+widget "*ComboBox*" style "fixframe"
+