diff options
author | raveit65 <[email protected]> | 2015-08-15 21:46:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 21:47:35 +0200 |
commit | 64bf82630802dcf210c76eb2c3854d330442d176 (patch) | |
tree | 2d689aa111890250d7352df160b7d44a9b124100 /desktop-themes | |
parent | 5f1260729d5a2d9e35396109477e89392fd45b81 (diff) | |
download | mate-themes-64bf82630802dcf210c76eb2c3854d330442d176.tar.bz2 mate-themes-64bf82630802dcf210c76eb2c3854d330442d176.tar.xz |
GTK3 BlackMATE: style redhat's abrt
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index 698328bf..f00c31ae 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -269,3 +269,8 @@ NemoQueryEditor .toolbar .entry:focus { text-shadow: none; } +/* redhat's abrt, hopefully this styles not anything else, damn python app! */ +.background .vertical GtkPaned.horizontal .vertical GtkNotebook GtkGrid.horizontal GtkGrid.horizontal { + background-color: @less_dark_color; + border-radius: 2px; +} |