mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: Define popover button padding
The padding for image buttons on popovers like the layer lock options was not defined. On system themes which set this padding to 0px, it made it difficult to tell if the alpha lock was enabled or not. This patch defines the padding to prevent this issue.
This commit is contained in:
parent
485e6811f5
commit
59953205f8
1 changed files with 5 additions and 0 deletions
|
@ -568,6 +568,11 @@ border {
|
||||||
color: @fg-color;
|
color: @fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Define popover image button padding */
|
||||||
|
popover button {
|
||||||
|
padding: 4px 9px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Top menu items */
|
/* Top menu items */
|
||||||
|
|
||||||
/* give the menu bar a color, fix for the default color being too dark */
|
/* give the menu bar a color, fix for the default color being too dark */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue