mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: fix System theme color for ink tool nib
Like in #11964 for Default theme, the nib handle for the ink
tool is invisible on the System theme. Fix this by adjusting
the solution in a4f9e7e89a
for use with the System theme.
This commit is contained in:
parent
986736f57f
commit
52296cd3eb
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ GimpColorNotebook tab {
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Define colors so the nib handle appears in Gimp Ink Options */
|
||||||
|
GimpBlobEditor {
|
||||||
|
color: @theme_fg_color;
|
||||||
|
background-color: @theme_bg_color;
|
||||||
|
border: 0.1em solid @theme_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
GimpDock entry,
|
GimpDock entry,
|
||||||
GimpDock spinbutton,
|
GimpDock spinbutton,
|
||||||
GimpDock GimpColorNotebook spinbutton,
|
GimpDock GimpColorNotebook spinbutton,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue