summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-04 18:13:38 +0200
committerraveit65 <[email protected]>2016-06-04 18:14:35 +0200
commit39f7a5949ed0ed5d6daf8609233ea33f1aaba2fd (patch)
treee00567165fbcfb8d951f65c7e72cad982f3ea681 /desktop-themes/Menta/gtk-3.0
parente45d9f5ebcff0b30d8be7827cf6b9666314194ca (diff)
downloadmate-themes-39f7a5949ed0ed5d6daf8609233ea33f1aaba2fd.tar.bz2
mate-themes-39f7a5949ed0ed5d6daf8609233ea33f1aaba2fd.tar.xz
GTK+-3.20 Menta themes: fix nemo pathbar
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css28
1 files changed, 2 insertions, 26 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index f4f0be56..ec266810 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -2,9 +2,6 @@
* NEMO File manager *
*********************/
-/* workaround for broken first/last-child logic with linked buttons
- in pathbar since gtk+-3.18 */
-
.nemo-window widget.raised.linked > button:nth-child(first) widget {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
}
@@ -14,36 +11,15 @@
}
.nemo-window widget.raised.linked > button:nth-child(first) {
- margin: 0px -5px 0px -1px;
+ margin: 0px 0px 0px -1px;
padding: 0px;
}
.nemo-window widget.raised.linked > button:nth-child(last) {
- margin: 0px -1px 0px -5px;
+ margin: 0px -1px 0px 0px;
padding: 0px;
}
-.nemo-window widget.raised.linked > button.text-button.toggle {
- border-width: 1px;
- border-image-width: 3px 3px 4px 3px;
- border-radius: 4px;
- border-style: solid;
- margin: 0px -8px 0px 0px;
-}
-
-.nemo-window widget.raised.linked > button.text-button.toggle:nth-child(first) {
- margin: 0px -1px 0px 0px;
-}
-
-.nemo-window widget.raised.linked > button.text-button.toggle:nth-child(last) {
- margin: 0px 0px 0px -1px;
-}
-
-.nemo-window widget.raised.linked > button.text-button.toggle label,
-.nemo-window widget.raised.linked > button.text-button.toggle image {
- padding: 0px 4px;
-}
-
/* For Places Sidebar diskfull indicators */
.nemo-window .vertical.sidebar>scrolledwindow.frame>viewport.frame>box.vertical>treeview.view {
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65);