diff options
author | raveit65 <[email protected]> | 2015-08-15 21:46:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 21:46:26 +0200 |
commit | 7b8e69a08506628eb9eb10aa805f2738400ddb97 (patch) | |
tree | ff7f48b8d2ef2603275d4ecddf0446a575a7e77c /desktop-themes | |
parent | 4373b1a3d0d5d64f7497b5669f146a386fbb418a (diff) | |
download | mate-themes-7b8e69a08506628eb9eb10aa805f2738400ddb97.tar.bz2 mate-themes-7b8e69a08506628eb9eb10aa805f2738400ddb97.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 f208692e..e80512bd 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -268,3 +268,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; +} |