From 420f73b64979f4a695c780f080c8873229260f27 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Mon, 29 Oct 2007 09:21:06 +0000 Subject: 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 --- (limited to 'resources/gtkrc') 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 "**" style "mamacombo" -widget "*ComboBox*" style "fixshare" +widget_class "*" style "mamanotebook" +widget "*ComboBox*" style "fixframe" + -- cgit v0.9.1