diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-10 11:31:44 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-10 11:31:44 +0000 |
| commit | 1c2c13c799f602cd68b76156337d4e8afc7cb2c6 (patch) | |
| tree | 0ec72a48aa345bf90fd44820ed9db6259dbbd908 | |
| parent | Improve wrong CSS in previous commit (diff) | |
| download | inkscape-1c2c13c799f602cd68b76156337d4e8afc7cb2c6.tar.gz inkscape-1c2c13c799f602cd68b76156337d4e8afc7cb2c6.zip | |
Last style.css change
| -rw-r--r-- | share/ui/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 1ede94baa..b103c323b 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -114,7 +114,7 @@ caret-color: @theme_base_color; -gtk-secondary-caret-color: @theme_base_color; } -.dark .combobright box{ +.dark .combobright box *{ color: @theme_base_color; } .dark .combobright .combo *, |
