diff options
author | raveit65 <[email protected]> | 2015-08-15 21:46:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 21:47:20 +0200 |
commit | 292290c876de713062e568d3527d5b8ece5a94f9 (patch) | |
tree | 7bd76dc548a7348a620fe9bd7ac4108665688fe1 | |
parent | edc0e7b196c5aeb629060906721e38d9db62c2e8 (diff) | |
download | mate-themes-292290c876de713062e568d3527d5b8ece5a94f9.tar.bz2 mate-themes-292290c876de713062e568d3527d5b8ece5a94f9.tar.xz |
GTK3 BlackMATE: style redhat's abrt
-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; +} |