Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Style general menus and the Sugar palette menus - SL #3879Manuel Quiñones2012-09-131-1/+18
| | | | | | | | | | | | | | | - Add bottom padding to the menu. - Style separators in menu. - Add exception for the header menu item of the Sugar palette, 1. correct padding and 2. set a background color so it doesn't look clickeable, and looks like an informational header instead. - Add exception for the first separator in the Sugar palette. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove unexistent .palette class, menu improvementsManuel Quiñones2012-09-111-22/+2
| | | | | | | | | | | | | | | More cleanup for the initial commit, 529e929c . - palette class does not exist, is not listed here: http://developer.gnome.org/gtk3/3.4/GtkStyleContext.html - we don't change the menu color in the prelight state - remove rule to set the color for .menu * that was there to override the global rule, now removed Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Set toolbar shadow type to None - SL #3388Manuel Quiñones2012-09-111-0/+1
| | | | | | | | | | | | This is a direct translation of the same setting in the gtk2 gtkrc file: GtkToolbar::shadow-type = GTK_SHADOW_NONE This affects the toolbar height too. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Style the sugar frame window background color - SL #3873Manuel Quiñones2012-09-111-0/+6
| | | | | | | | After applying this patch, the styling in the sugar component code can be safely removed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Set the proper toolbar background - SL #3403Manuel Quiñones2012-09-111-1/+1
| | | | | | | Toolbar color is @toolbar_grey, not @black. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Set correct border-color for entries - SL #3389Manuel Quiñones2012-09-111-1/+13
| | | | | | | | | | | Now the entries in the toolbar have a border color that is the same as the background color, looking like in GTK2. Entries with a progressbar inside, like Browse activity URL entry, now have the same style than in GTK2, with an outline. See images attached to the ticket for reference. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*