summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 21:46:26 +0200
committerraveit65 <[email protected]>2015-08-15 21:47:20 +0200
commit292290c876de713062e568d3527d5b8ece5a94f9 (patch)
tree7bd76dc548a7348a620fe9bd7ac4108665688fe1 /desktop-themes/BlackMATE
parentedc0e7b196c5aeb629060906721e38d9db62c2e8 (diff)
downloadmate-themes-292290c876de713062e568d3527d5b8ece5a94f9.tar.bz2
mate-themes-292290c876de713062e568d3527d5b8ece5a94f9.tar.xz
GTK3 BlackMATE: style redhat's abrt
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css5
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;
+}