diff options
author | raveit65 <[email protected]> | 2016-03-21 11:29:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-21 11:30:30 +0100 |
commit | fd49f1bd08991ee8cbb8ce0169e4490c2c6ae792 (patch) | |
tree | fcc4e131ecae120d8f9f7cb90caefac7b9180500 /desktop-themes/Blue-Submarine | |
parent | 1bb2d8692ae8e469eee99e76eda4128f82242ab1 (diff) | |
download | mate-themes-fd49f1bd08991ee8cbb8ce0169e4490c2c6ae792.tar.bz2 mate-themes-fd49f1bd08991ee8cbb8ce0169e4490c2c6ae792.tar.xz |
GTK+-3.20 Submarine themes: improve nemo pathbar settings
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index e9d3e4cf..011cbc36 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -73,14 +73,20 @@ .nemo-window widget.raised.linked > button:nth-child(first), .nemo-window widget.raised.linked > button:nth-child(first):hover, -.nemo-window widget.raised.linked > button:nth-child(first):backdrop { +.nemo-window widget.raised.linked > button:nth-child(first):focus, +.nemo-window widget.raised.linked > button:nth-child(first):backdrop, +.nemo-window widget.raised.linked > button:nth-child(first):disabled, +.nemo-window widget.raised.linked > button:nth-child(first):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } .nemo-window widget.raised.linked > button:nth-child(last), .nemo-window widget.raised.linked > button:nth-child(last):hover, -.nemo-window widget.raised.linked > button:nth-child(last):backdrop { +.nemo-window widget.raised.linked > button:nth-child(last):focus, +.nemo-window widget.raised.linked > button:nth-child(last):backdrop, +.nemo-window widget.raised.linked > button:nth-child(last):disabled, +.nemo-window widget.raised.linked > button:nth-child(last):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } |