mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
themes: Define background-image for entry and switch
Resolves #12682 Some system themes add a gradient background-image to text input and toggle widgets. On dark theme, this can make the text unreadable if the background-image is a similar color. This patch defines the background-image as none, to prevent the system theme from leaking in.
This commit is contained in:
parent
8953232359
commit
c9ccb77287
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,7 @@ GimpSamplePointEditor box.vertical {
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
background-color: @extreme-bg-color;
|
background-color: @extreme-bg-color;
|
||||||
|
background-image: none;
|
||||||
color: @fg-color;
|
color: @fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -686,6 +687,7 @@ list row:hover {
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
background-color: @bg-color;
|
background-color: @bg-color;
|
||||||
|
background-image: none;
|
||||||
border: 1px solid @stronger-border-color;
|
border: 1px solid @stronger-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue