diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:51:08 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:51:49 +0100 |
commit | 8c66fefc7508750e46876c9967e9ae325dd2951a (patch) | |
tree | ef7d87cf737679173d7312b9ecb2a6cc8ef0c06a | |
parent | fdbee6927b7f6aab0aa98af2b4a436491730e6b1 (diff) | |
download | mate-themes-8c66fefc7508750e46876c9967e9ae325dd2951a.tar.bz2 mate-themes-8c66fefc7508750e46876c9967e9ae325dd2951a.tar.xz |
GTK3 Menta themes: use a border-image for nemo statusbar buttons
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 4 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 5ad74ae0..0287d836 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -172,10 +172,6 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoWindow .toolbar .button { - border-image: none; -} - NemoToolbar .primary-toolbar { padding: 0px 2px; } diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 74006dd5..6c8a6b63 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -172,10 +172,6 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoWindow .toolbar .button { - border-image: none; -} - NemoToolbar .primary-toolbar { padding: 0px 2px; } |