diff options
author | raveit65 <[email protected]> | 2016-03-25 20:51:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 20:51:53 +0100 |
commit | 410c985c7fec77e8d4e54473dcdc800884fa8931 (patch) | |
tree | 9e57ce9a15afcbd742bb4d8e471307d91cc5e50c /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 5369fb22fc17384c2011e85da9ecc7bd019daa3b (diff) | |
download | mate-themes-410c985c7fec77e8d4e54473dcdc800884fa8931.tar.bz2 mate-themes-410c985c7fec77e8d4e54473dcdc800884fa8931.tar.xz |
GTk+-3.20 most themes: fix text bg of credits in GtkAbout windows
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 0d0ab2c1..9c93a754 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3715,7 +3715,8 @@ dialog scrolledwindow.frame { border-radius: 2px; } -dialog scrolledwindow.frame viewport .vertical { +/* credits in GtkAbout windows */ +dialog .dialog-vbox scrolledwindow.frame > viewport.view.frame { background-color: shade (@theme_bg_color, 1.04); } |