mirror of https://github.com/GNOME/gimp.git
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
|
@ -57,6 +57,10 @@ tab GimpFgBgView {
|
|||
padding: 6px 6px 6px 6px;
|
||||
}
|
||||
|
||||
GimpFgBgEditor:active {
|
||||
border-width: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
GimpDock {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue