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:02 +0200
commitadf5cd5829b7cda5bfc2102e944bbb659ce3ea68 (patch)
treedcd027df5e8ecbc231ffd080d006af7a2da4b5da /desktop-themes/BlackMATE
parent35becfa95b38477a8fb9f079e7fd6d90c5e02ebb (diff)
downloadmate-themes-adf5cd5829b7cda5bfc2102e944bbb659ce3ea68.tar.bz2
mate-themes-adf5cd5829b7cda5bfc2102e944bbb659ce3ea68.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;
+}