diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:51:08 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:51:08 +0100 |
commit | 240d4b896ccc9e1b57ce9afb9a05f127a6ee10d0 (patch) | |
tree | 6d4f415c76a7c8300fc1bd2f8ed7ea0a30310aa8 /desktop-themes | |
parent | eb4ba3ae91d8ef1873f99b0da92a6a0416cc22f9 (diff) | |
download | mate-themes-240d4b896ccc9e1b57ce9afb9a05f127a6ee10d0.tar.bz2 mate-themes-240d4b896ccc9e1b57ce9afb9a05f127a6ee10d0.tar.xz |
GTK3 Menta themes: use a border-image for nemo statusbar buttons
Diffstat (limited to 'desktop-themes')
-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; } |