From e039b8591329e1e31e61d07d214247f2af812d22 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 21 Mar 2016 11:29:53 +0100 Subject: GTK+-3.20 Submarine themes: improve nemo pathbar settings --- desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'desktop-themes/Blue-Submarine') 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; } -- cgit v1.2.1