mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
revert recent pathbar changes
This commit is contained in:
parent
bd67b39712
commit
b8a8461709
@ -576,15 +576,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
@ -1143,17 +1143,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
@ -3123,15 +3120,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #2b2e39; }
|
||||
|
||||
|
@ -575,15 +575,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
@ -1142,17 +1142,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
@ -3121,15 +3118,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
|
@ -576,15 +576,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
@ -1143,17 +1143,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
@ -3123,15 +3120,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #2b2e39; }
|
||||
|
||||
|
@ -575,15 +575,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
@ -1142,17 +1142,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
@ -3121,15 +3118,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
|
@ -575,15 +575,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
@ -1142,17 +1142,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(82, 93, 118, 0); }
|
||||
@ -3125,15 +3122,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
|
@ -575,15 +575,15 @@ button {
|
||||
.linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
@ -1142,17 +1142,14 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) {
|
||||
box-shadow: none; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: rgba(82, 93, 118, 0); }
|
||||
@ -3125,15 +3122,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
||||
border-left-style: none; }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) {
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.caja-notebook {
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
|
@ -651,17 +651,17 @@ toolbar.inline-toolbar toolbutton {
|
||||
// special case, because path-bars are bugged
|
||||
@mixin pathbar_linking_rules($sep_color:if($variant=='light', transparentize($button_border, 0.6), transparentize($button_border, 0.5))) {
|
||||
|
||||
> button + button { border-left-style: none; }
|
||||
> button + button { border-left-style: none; }
|
||||
|
||||
> button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child) {
|
||||
> button:hover:not(:checked):not(:active):not(:only-child) {
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 1px 0 $sep_color,
|
||||
inset -1px 0 $sep_color;
|
||||
}
|
||||
&:hover {
|
||||
box-shadow: inset 1px 0 $sep_color,
|
||||
inset -1px 0 $sep_color;
|
||||
}
|
||||
button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 $sep_color; }
|
||||
button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 $sep_color; }
|
||||
&:first-child:hover { box-shadow: inset -1px 0 $sep_color; }
|
||||
&:last-child:hover { box-shadow: inset 1px 0 $sep_color; }
|
||||
}
|
||||
}
|
||||
|
||||
// Apply the rules defined above
|
||||
@ -1244,13 +1244,8 @@ headerbar {
|
||||
|
||||
&, &:hover, &:active, &:checked, &:disabled { @extend %linked; }
|
||||
}
|
||||
|
||||
@include pathbar_linking_rules($sep_color:$header_button_border);
|
||||
}
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher {
|
||||
button:nth-child(2):not(:active):not(:checked),
|
||||
button:nth-last-child(2):not(:active):not(:checked) { box-shadow: none; }
|
||||
}
|
||||
|
||||
// use linking rules for entries only
|
||||
.linked:not(.vertical):not(.path-bar) {
|
||||
|
Loading…
Reference in New Issue
Block a user