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:
Michael Natterer 2018-10-25 12:02:41 +02:00
parent 8ba81c8848
commit 231b82a7fe
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ tab GimpFgBgView {
padding: 6px 6px 6px 6px;
}
GimpFgBgEditor:active {
border-width: 2px 2px 2px 2px;
}
GimpDock {
font-size: smaller;
}