Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3
Commit message (Collapse)AuthorAgeFilesLines
* Style cursor handlesManuel Quiñones2012-09-205-2/+234
| | | | | | | | - Add CSS rules to style the handles - Add SVG assets for the handles Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Style intro screen - SL #3904Manuel Quiñones2012-09-201-0/+8
| | | | | | | | Set white background and black foreground color like gtkrc does with the white-bg style class. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Use the same style as Browse in all GtkNotebooks - SL #3923Daniel Francis2012-09-181-24/+6
| | | | | | | | | | BrowseNotebook is already used in Terminal and Browse, let's set it as the default GtkNotebook style. Also, remove rule for BrowseLinkInfo that was removed from Browse. Signed-off-by: Daniel Francis <francis@sugarlabs.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Theme: set 'gtk-menu-images' to True in settings.ini, SL #3900Simon Schampijer2012-09-171-1/+1
| | | | | | | | | | | | | | | The global settings between applications are usually shared using an XSettings manager, in the case of Sugar we do not have one (yet). In the absence of an Xsettings manager, GTK+ reads default values for settings from settings.ini files in /etc/gtk-3.0 and $XDG_CONFIG_HOME/gtk-3.0 [1]. This sets 'gtk-menu-images' to True in settings.ini. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org> [1] http://developer.gnome.org/gtk3/3.4/GtkSettings.html#GtkSettings.description
* Remove settings.iniSimon Schampijer2012-09-171-5/+0
| | | | | | We do generate settings-100.ini settings-72.ini from settings.ini.em now, no need to keep the unused settings.ini around.
* Pretty up settings.ini.emSimon Schampijer2012-09-171-3/+3
|
* 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>
*