diff options
author | raveit65 <[email protected]> | 2015-08-15 21:46:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 21:47:02 +0200 |
commit | adf5cd5829b7cda5bfc2102e944bbb659ce3ea68 (patch) | |
tree | dcd027df5e8ecbc231ffd080d006af7a2da4b5da | |
parent | 35becfa95b38477a8fb9f079e7fd6d90c5e02ebb (diff) | |
download | mate-themes-adf5cd5829b7cda5bfc2102e944bbb659ce3ea68.tar.bz2 mate-themes-adf5cd5829b7cda5bfc2102e944bbb659ce3ea68.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; +} |