diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 6287a1622..1749a0538 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -97,10 +97,10 @@ image { color: @theme_bg_color; background-color: @theme_fg_color; background-image: image(@theme_fg_color); + caret-color: @theme_bg_color; + -gtk-secondary-caret-color: @theme_fg_color; } - - .inverted :not(menuitem):not(.rawstyle):not(overshoot):not(undershoot):not(selection), .bright .forcedark :not(menuitem):not(.rawstyle):not(overshoot):not(undershoot):not(selection), .dark .forcebright :not(menuitem):not(.rawstyle):not(overshoot):not(undershoot):not(selection) { @@ -123,6 +123,10 @@ image { border-radius: 4px; } +.attrpop textview { + font-size: 13px; +} + /* *to get system default colors |
