summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-21 11:29:53 +0100
committerraveit65 <[email protected]>2016-03-21 11:30:30 +0100
commitfd49f1bd08991ee8cbb8ce0169e4490c2c6ae792 (patch)
treefcc4e131ecae120d8f9f7cb90caefac7b9180500
parent1bb2d8692ae8e469eee99e76eda4128f82242ab1 (diff)
downloadmate-themes-fd49f1bd08991ee8cbb8ce0169e4490c2c6ae792.tar.bz2
mate-themes-fd49f1bd08991ee8cbb8ce0169e4490c2c6ae792.tar.xz
GTK+-3.20 Submarine themes: improve nemo pathbar settings
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css10
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css10
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;
}