mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
themes: draw a wider border around GimpFgBgColor's active color
Not quite optimal but at least some indication of the active color, or at least of the fact that there are two different states.
This commit is contained in:
parent
8ba81c8848
commit
231b82a7fe
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ tab GimpFgBgView {
|
|||
padding: 6px 6px 6px 6px;
|
||||
}
|
||||
|
||||
GimpFgBgEditor:active {
|
||||
border-width: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
GimpDock {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue