diff options
author | raveit65 <[email protected]> | 2016-06-06 02:24:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-06 02:27:59 +0200 |
commit | 609ad78729381a4a7e60880a543850f1543d1960 (patch) | |
tree | 1a042a9150f2eed8345ce20a666dfbd51380ebd8 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 7a6373e52868a46faf26e674397ea4345393db75 (diff) | |
download | mate-themes-609ad78729381a4a7e60880a543850f1543d1960.tar.bz2 mate-themes-609ad78729381a4a7e60880a543850f1543d1960.tar.xz |
GTK+-3.20 TOK themes: adjust nemo pathbar
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index c9990579..b791419d 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -30,24 +30,6 @@ background-color: @theme_base_color; } -/* workaround for broken first/last-child logic with linked buttons - in pathbar since gtk+-3.18 */ - -.nemo-window widget.raised.linked > button, -.nemo-window widget.raised.linked > button:first-child, -.nemo-window widget.raised.linked > button:last-child, -.nemo-window widget.raised.linked > button:hover, -.nemo-window widget.raised.linked > button:hover:first-child, -.nemo-window widget.raised.linked > button:hover:last-child { - border-radius: 3px; - border-width: 1px; - border-style: solid; - padding: 3px; - border-image: none; - border-color: @border_color; - margin: 0px 1px; -} - .nemo-window toolbar.primary-toolbar { border-width: 1px 1px 0px 1px; } |