diff options
author | raveit65 <[email protected]> | 2016-03-21 11:29:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-21 11:29:53 +0100 |
commit | e039b8591329e1e31e61d07d214247f2af812d22 (patch) | |
tree | b6b0c4a6044e2ad09bab57b222c7672a111ebfe6 | |
parent | 7a8ccdc02bf8c77121372ab7174cc3bb02438e1c (diff) | |
download | mate-themes-e039b8591329e1e31e61d07d214247f2af812d22.tar.bz2 mate-themes-e039b8591329e1e31e61d07d214247f2af812d22.tar.xz |
GTK+-3.20 Submarine themes: improve nemo pathbar settings
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 10 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 10 |
2 files changed, 16 insertions, 4 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; } diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 406010a6..d5ea2274 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-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; } |