Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
Commit message (Collapse)AuthorAgeFilesLines
* Tuned up theme for scale bars, fixes #4500Rubén Rodríguez2013-09-111-2/+7
|
* ComboBox: add scroll indicators - 3942Manuel Quiñones2013-02-161-3/+11
| | | | | | | | | | | | - set the correct size for arrows in the dropdown menu - remove border and background in the button that contains the arrows - remove rule that was trying to make separators transparent but is not working Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Make notebook arrows white - SL #4185Manuel Quiñones2013-02-161-0/+4
| | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Notebook: make scroll arrows 2.5 times bigger for touch interaction - SL #4185Manuel Quiñones2013-02-161-0/+2
| | | | | | | | | | | | | In gtk+ gtknotebook.c gtk_notebook_get_arrow_rect [1] we can see that the size of the rect that contains the arrow is set by the style properties scroll-arrow-hlength and scroll-arrow-vlength [2]. [1] http://git.gnome.org/browse/gtk+/tree/gtk/gtknotebook.c#n2696 [2] http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--s-scroll-arrow-hlength Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Revert "Style CellRendererProgress - #3812"Ajay Garg2013-01-231-17/+0
| | | | This reverts commit 0565c5d776c252701eb9126de6188957c494ec61.
* Style CellRendererProgress - #3812Manuel Quiñones2013-01-181-0/+17
| | | | | | | | | Make them similar to the progress bars inside entries, like Browse URL entry. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Journal Details View: Style KeepIcon - SL #4304Manuel Quiñones2012-12-181-3/+6
| | | | | | | | Subscribe the KeepIcon to the same rules as the CanvasIcon. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* SugarPaletteWindowWidget: add border rules - SL #4295Manuel Quiñones2012-12-181-0/+3
| | | | | | | | This were in the GTK2 theme the palette xthickness and ythickness. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Get back margin of toolbuttons - SL #3936Manuel Quiñones2012-12-101-1/+8
| | | | | | | | | | | | | | | | Like in the original GTK2 theme, buttons in toolbars have a margin that is equal to default-padding / 2 . As we can't reach to a solution with the prelight state that has black fill below an active button (rounded light grey), because we are using a transparent border for the margin, make the prelight state round too. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Tested-by: Gary Martin <gary@garycmartin.com> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Style GtkProgressBar - SL #4249Manuel Quiñones2012-12-101-6/+11
| | | | | | | | | | | - add dark grey border - use grey background fill for common progressbars - use black background fill for progressbars in palettes or toolbars - remove hardcoded values Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* sdxo#2692: Whoo .. the ghostly-appearance was happening due toAjay Garg2012-12-071-0/+5
| | | | | | "set_sensitive(False)" of listview, introduced as part of multi-select feature. Therefore, to restore sanity, the theme had to be changed for this widget.
* Tray: Set background color - SL #3565Manuel Quiñones2012-11-291-0/+4
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Use px unit for the separator border-widthSimon Schampijer2012-11-231-1/+1
| | | | | | Not using units is deprecated. Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Make the overflow button wider - SL #4192Manuel Quiñones2012-11-231-0/+4
| | | | | | | | | | | | | | | Currently is more narrow than the gtk2 one. Needs to be even wider to be touch friendly. For this, add padding to the arrow inside the toolbar overflow button. This rule is set by the widget name. In the gtk+ code we can see: gtk_widget_set_name (priv->arrow, "gtk-toolbar-arrow"); So #gtk-toolbar-arrow will match it. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Force GtkLabel inside notebook tab to be in one line - SL #3932Manuel Quiñones2012-11-231-0/+1
| | | | | | | | | Add padding to the GtkLabel inside notebook tab so it is displayed in one line. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Style insensitive state of buttons - SL #4172Manuel Quiñones2012-11-231-0/+4
| | | | | | | | | | | Do them transparent background so they look insensitive in all cases. Tested in white background like in the Sugar intro window, black background like in the wireless password dialoge, and panel_grey background which is the default activity canvas color. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Remove rule for inexistent class .windowManuel Quiñones2012-11-231-5/+0
| | | | | | | | | This is there since the gtk3 port commit, 529e929c, but makes no effect. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Separators, make them the correct line width - SL #4175Manuel Quiñones2012-11-091-5/+5
| | | | | | | | | | Setting -GtkWidget-wide-separators: true; allows configurable width [1] [1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--s-wide-separators Signed-off-by: Manuel Quiñones <manuq@laptop.org> Tested-by: Gary Martin <gary@garycmartin.com> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Merge tag 'v0.97.9' into 0.97.6-as-baseAjay Garg2012-11-091-0/+11
|\ | | | | | | | | Conflicts: gtk3/theme/assets/cursor-handle-insert.svg
| * Revert "TextHandle: adapt to new style class naming, part of #4152"Simon Schampijer2012-11-071-2/+2
| | | | | | | | | | | | This reverts commit 0f72292c2b38f4aff9dfe16dc627ec705bdda045. The patch for GTK+ is not fully packaged up.
| * TextHandle: adapt to new style class naming, part of #4152Simon Schampijer2012-11-061-2/+2
| | | | | | | | | | Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
| * Make text in a textview packed inside a Palette black, SL #4160Simon Schampijer2012-11-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | This can be seen in the DescriptionButton in activity toolbar in GTK+3 activities. The regression was introduced in b2b0f26119d395140b3dd8011ff8272f17d21279, but making the text in a textview packed in a Palette black explicitly is the better approach anyhow. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
| * Fix GtkCheckButton color - SL #4145Manuel Quiñones2012-11-051-6/+2
| | | | | | | | | | | | | | - don't force black color - inside palettes or toolbars, set white for all states Signed-off-by: Manuel Quiñones <manuq@laptop.org>
| * Use 0px radius in GtkToolButton prelight stateAgustin Zubiaga2012-11-021-0/+1
| | | | | | | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
| *