diff options
author | raveit65 <[email protected]> | 2017-09-04 13:19:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-04 13:27:44 +0200 |
commit | 247bd4f63f48e9274b60e4f69cbac7df78b8b2f1 (patch) | |
tree | 88f36635164dfa70cd37b6c0f906c78b472a959e /desktop-themes | |
parent | fff8a67dd3e5d76cf9799e661b070d94634707ca (diff) | |
download | mate-themes-247bd4f63f48e9274b60e4f69cbac7df78b8b2f1.tar.bz2 mate-themes-247bd4f63f48e9274b60e4f69cbac7df78b8b2f1.tar.xz |
gtk+-3.20 submarine: set font color for spinbutton entry
needed for gitg
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 677ae339..7fb78817 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3295,6 +3295,7 @@ spinbutton, spinbutton:focus,
spinbutton.vertical,
spinbutton.vertical:focus {
+ color: @theme_text_color;
border-color: @button_border;
border-width: 1px;
border-style: solid;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index b6afd6dd..bc59f645 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3296,6 +3296,7 @@ spinbutton, spinbutton:focus,
spinbutton.vertical,
spinbutton.vertical:focus {
+ color: @theme_text_color;
border-color: @button_border;
border-width: 1px;
border-style: solid;
|