summaryrefslogtreecommitdiff
path: root/gtk/theme
Commit message (Collapse)AuthorAgeFilesLines
* Revert "theme: Round all window corners"revert-round-windowsMatthias Clasen2020-12-041-1/+2
| | | | This reverts commit e46522e4b522aa163ca757436dc948b1d989530d.
* Adwaita,HC: use dark prelightsJakub Steiner2020-11-273-37/+29
| | | | | | | - increase :hover visibility by going darker rather than lighter puppies died. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3380
* Adwaita: darker selected menuitem + sidebarsJakub Steiner2020-11-251-1/+1
| | | | | | | - without sacrificing the fg/bg contrast too much, increase selected item visibility Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3390
* Adwaita: Unify sidebar background-colornana-42020-11-231-2/+1
| | | | | | | The sidebar item style is already unified. The sidebar background-color should be unified as well. See https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
* Adwaita: Make sidebar row styling betternana-42020-11-231-11/+11
| | | | | | - Reorder declaration blocks for code legibility. - Don't lighten text color on :hover and :selected for better contrast. - Add missing :focus-visible:focus-within styling to non-:selected row.
* Adwaita: Fix some sidebar sizingnana-42020-11-231-2/+5
| | | | | | | | | - Don't set the sidebar padding twice. - Add padding to the assistant sidebar directly, as it doesn't have .navigation-sidebar internally. - Set missing margin to the sidebar separator. See https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
* Adwaita: Move placessidebar-specific sizing from .navigation-sidebarnana-42020-11-231-7/+7
| | | | The common .navigation-sidebar styling should be more generic.
* Adwaita: Make treeexpander styling genericnana-42020-11-231-6/+4
| | | | | | The widget can be used outside .navigation-sidebar. This also fixes the label misalignment in the widget.
* Merge branch 'wip/jimmac/clipped-menu-shadows' into 'master'Jakub Steiner2020-11-201-0/+1
|\ | | | | | | | | | | | | Adwaita: avoid clipping menu shadows Closes #1987 See merge request GNOME/gtk!2872
| * Adwaita: avoid clipping menu shadowsJakub Steiner2020-11-201-0/+1
| | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/1987
* | Revert "Adwaita: unified sidebar styles"Jakub Steiner2020-11-201-19/+2
| | | | | | | | | | | | | | Doing the same mistake twice :( Even margin is eating from the container, not expanding outside of it. This reverts commit 6be575992f8e5b30dc8b8f2794e6a02941dc0031.
* | Merge branch 'wip/jimmac/sidebar-backdrop' into 'master'Jakub Steiner2020-11-201-6/+0
|\ \ | |/ |/| | | | | | | | | Adwaita: don't backdrop labels Closes #3377 See merge request GNOME/gtk!2868
| * Adwaita: don't backdrop labelswip/jimmac/sidebar-backdropJakub Steiner2020-11-201-6/+0
| | | | | | | | | | | | | | - instead of overriding :backdrop for sidebars, continue pursuing not to backdrop anything but headerbar items and buttons. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3377
* | Adwaita: unified sidebar styleswip/jimmac/unified-sidebar-stylesJakub Steiner2020-11-201-2/+19
|/ | | | | | | - stacksidebar focus, separation and color as everything else - eliminate placessidebar double padding Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
* Adwaita: revert edge-to-edge menuitemswip/jimmac/industrial-style-menuitemsJakub Steiner2020-11-191-142/+152
| | | | | | | | | - use the old Industrial style menuitems to make the design feel purposeful - adjust corners to have compatible border-radii of child elements - include sidebars and navigation sidebars to look consistent (plus the assistant sidebar) Implements https://gitlab.gnome.org/GNOME/gtk/-/issues/3366
* Revert "Adwaita: avoid clipping menu/popover shadow"Jakub Steiner2020-11-171-1/+1
| | | | | | | | There are big side effects to adding padding around all menus and popovers. https://gitlab.gnome.org/GNOME/gtk/-/issues/1987#note_963889 This reverts commit d266bd62deaa5752ae79fe055696a9e1e411de2f.
* Merge branch 'wip/jimmac/popover-menu-submenus' into 'master'Jakub Steiner2020-11-161-29/+36
|\ | | | | | | | | Adwaita: fix up submenus again See merge request GNOME/gtk!2845
| * Adwaita: fix up submenus againJakub Steiner2020-11-161-29/+36
| | | | | | | | | | - move menubar section under more generic popover.menu rather than resort to specificity dir(ltr) hacks
* | Adwaita: circular button focusJakub Steiner2020-11-161-0/+4
|/ | | | | | - have the same focus look like the other items Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3368
* Merge branch 'wip/jimmac/spinbutton-spacing' into 'master'wip/jimmac/circular-button-paddingMatthias Clasen2020-11-161-0/+1
|\ | | | | | | | | | | | | Adwaita: spinbutton spacing Closes #3370 See merge request GNOME/gtk!2841
| * Adwaita: spinbutton spacingJakub Steiner2020-11-161-0/+1
| | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3370
* | Adwaita: circular buttonsJakub Steiner2020-11-161-1/+1
|/ | | | - the vertical padding was thown off with the chin/forehead of menus removed
* Adwaita: avoid clipping menu/popover shadowwip/jimmac/menu-clipped-shadowJakub Steiner2020-11-161-1/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/1987
* Adwaita: remove chin on menusJakub Steiner2020-11-161-10/+4
| | | | | | - clipping a rounded corner seems to be working fine for first and last item. Addresses https://gitlab.gnome.org/GNOME/gtk/-/issues/3366
* Merge branch 'wip/jimmac/subtle-sidebar' into 'master'Jakub Steiner2020-11-161-6/+6
|\ | | | | | | | | | | | | Adwaita: navigation sidebar color changes Closes #3362 See merge request GNOME/gtk!2836
| * Adwaita: navigation sidebar color changesJakub Steiner2020-11-161-6/+6
| | | | | | | | | | | | - use more subtle selected state grey Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3362
* | Adwaita: Stop using $button_fillnana-42020-11-142-38/+19
| | | | | | | | | | | | | | | | Since the $button_fill variables are no longer used outside of the button() mixin (and it was for an ugly hack), there is no need to keep that anymore. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3354
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-11-141-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Matthiasc/for master Closes #3359 and #3353 See merge request GNOME/gtk!2827
| * | Adwaita: Fix list separatorsMatthias Clasen2020-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Commit bfe5b0d1b7a1374964 ran into some specificity trouble. Fixes: #3353
* | | Adwaita: tooltip stylingwip/jimmac/tooltipsJakub Steiner2020-11-131-3/+2
| |/ |/| | | | | | | | | | | | | - balance padding - increase border radius, yuck - get rid of text shadow Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3352
* | Adwaita: rounded submenusJakub Steiner2020-11-131-3/+1
| | | | | | | | | | | | - all corners have rounded corners See https://gitlab.gnome.org/GNOME/gtk/-/issues/2745
* | Adwaita: double declated $button_fillJakub Steiner2020-11-131-3/+0
| | | | | | | | - this was already in place in _common, no need to have it in _colors
* | theme: Round all window cornerswip/exalm/windowAlexander Mikhaylenko2020-11-121-2/+1
| |
* | theme: Restructure window styleAlexander Mikhaylenko2020-11-121-20/+20
|/
* Adwaita: avoid !globalJakub Steiner2020-11-122-18/+20
| | | | | - Work around having !global variables as sassc will no longer support it
* Adwaita: Don't do n-th child things for list rowsMatthias Clasen2020-11-111-5/+5
| | | | | | | | | | | | | Making the list row child css depend on the position is very expensive, and does not acutally work correctly (since we don't have widgets for all children, so the position of the child widget does not reflect the actual model item position). To make this more palatable, use the bottom border instead of the top border, since most lists have a natural border at the top (with headers), and may end up with empty space at the bottom.
* Adwaita: Set a background for magnifiersMatthias Clasen2020-11-031-0/+3
| | | | | | | | | The magnifier in entries is magnifying the GtkText widget, which does not draw any background itself. Therefore, we give the magnifier a background, to make things look as expected. Fixes: #3318
* Adwaita: dropdown search boxJakub Steiner2020-10-271-2/+3
| | | | | | - have some whitespace around entry Partial fix for https://gitlab.gnome.org/GNOME/gtk/-/issues/3291
* Adwaita: Set border-spacing for entriesMatthias Clasen2020-10-221-0/+1
| | | | | | When our entries contain icons, they should not run directly into the text, so put some spacing between the children of entries.
* Adwaita: Put column separators on the leftMatthias Clasen2020-10-191-4/+4
| | | | | | | When resizing columns, we clip a shrunk column on the right, so the separator disappears in that case unless we put it on the left side of the other column.
* Adwaita: selected:hover and focus:selected:hover stateswip/jimmac/sidebar-hover-selected-focusJakub Steiner2020-10-131-2/+3
| | | | | | | - getting pretty deep, but visually seems to make sense. Selected row hovers increase contrast. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3251
* Merge branch 'stackswitcher-button-styling' into 'master'Jakub Steiner2020-10-021-28/+4
|\ | | | | | | | | Adwaita: Simplify stackswitcher button styling See merge request GNOME/gtk!2498
| * Adwaita: Simplify stackswitcher button stylingnana-42020-08-281-28/+4
| | | | | | | | | | | | | | Simply use negative margins against the padding. Also remove the indicator only when the .needs-attention style class is removed.
* | Adwaita: close button for infobar, searchbarwip/jimmac/infosearch-closeJakub Steiner2020-10-011-27/+39
| | | | | | | | fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3215
* | Adwaita: Fix calendar header button backdrop bg colorTimm Bäder2020-09-241-0/+3
| |
* | Adwaita: osd spinbutton specificity bumpwip/jimmac/osd-spinbuttonJakub Steiner2020-09-231-1/+2
| | | | | | | | | | | | | | - mimic the peculiar selector from the normal style onto osd to override. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769
* | Adwaita: Don't restrict columnview editablelabel style to .data-tablenana-42020-09-221-10/+10
| | | | | | | | This should be available without .data-table.
* | Adwaita: Improve columnview stylingnana-42020-09-221-0/+27
| | | | | | | | | | | | | | - Move padding from parent row to child cell. - Align horizontal sizing of cell with header button. - Properly support GtkColumnView:show-column-separators. - Change cell height with and without .data-table.
* | Adwaita: Fix separator color for listsnana-42020-09-221-3/+3
| |
* | Adwaita: update tango color for DNDwip/jimmac/dnd-greenJakub Steiner2020-09-151-1/+1
| | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3158