diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:51:08 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:52:03 +0100 |
commit | bfbf82bcd23128a17992855ae9ebc4d51dc142ee (patch) | |
tree | 98d1fb4e2e2cacf8c3d690cb10d84e22d7156692 /desktop-themes | |
parent | 174a5dd9f60dde707c6e0ce1efd840e0c70ec3ff (diff) | |
download | mate-themes-bfbf82bcd23128a17992855ae9ebc4d51dc142ee.tar.bz2 mate-themes-bfbf82bcd23128a17992855ae9ebc4d51dc142ee.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 918f31e7..c58ec777 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -137,10 +137,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 8e22c3e9..5132d390 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -137,10 +137,6 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoWindow .toolbar .button { - border-image: none; -} - NemoToolbar .primary-toolbar { padding: 0px 2px; } |