Fixed nemo bugs
This commit is contained in:
parent
fddf5c8125
commit
d5e3d2b8a4
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
border: none;
|
||||||
}
|
background-color: rgba(119, 119, 119, 0.6);
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #4b4b4b;
|
border: none;
|
||||||
|
background-color: rgba(119, 119, 119, 0.9);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-color: #777777;
|
||||||
background-color: #1e1e1e;
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #848484;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
border: none;
|
||||||
}
|
background-color: rgba(119, 119, 119, 0.6);
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #4b4b4b;
|
border: none;
|
||||||
|
background-color: rgba(119, 119, 119, 0.9);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-color: #777777;
|
||||||
background-color: #1e1e1e;
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #848484;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(55, 55, 55, 0.98);
|
border: none;
|
||||||
}
|
background-color: rgba(119, 119, 119, 0.58);
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(75, 75, 75, 0.98);
|
border: none;
|
||||||
|
background-color: rgba(119, 119, 119, 0.88);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-color: rgba(119, 119, 119, 0.98);
|
||||||
background-color: rgba(30, 30, 30, 0.98);
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(132, 132, 132, 0.98);
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(55, 55, 55, 0.98);
|
border: none;
|
||||||
}
|
background-color: rgba(119, 119, 119, 0.58);
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(75, 75, 75, 0.98);
|
border: none;
|
||||||
|
background-color: rgba(119, 119, 119, 0.88);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-color: rgba(119, 119, 119, 0.98);
|
||||||
background-color: rgba(30, 30, 30, 0.98);
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(132, 132, 132, 0.98);
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5288,38 +5272,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
border: none;
|
||||||
}
|
background-color: white;
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #f9f9f9;
|
border: none;
|
||||||
|
background-color: #fafafa;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-color: #afafaf;
|
||||||
background-color: #cccccc;
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5288,38 +5272,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
border: none;
|
||||||
}
|
background-color: white;
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #f9f9f9;
|
border: none;
|
||||||
|
background-color: #fafafa;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-color: #afafaf;
|
||||||
background-color: #cccccc;
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5288,38 +5272,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(229, 229, 229, 0.95);
|
border: none;
|
||||||
}
|
background-color: white;
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(249, 249, 249, 0.95);
|
border: none;
|
||||||
|
background-color: #fafafa;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-color: #afafaf;
|
||||||
background-color: rgba(204, 204, 204, 0.95);
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5288,38 +5272,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(229, 229, 229, 0.95);
|
border: none;
|
||||||
}
|
background-color: white;
|
||||||
|
background-image: none;
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.01);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(249, 249, 249, 0.95);
|
border: none;
|
||||||
|
background-color: #fafafa;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-color: #afafaf;
|
||||||
background-color: rgba(204, 204, 204, 0.95);
|
background-image: none;
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: none;
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.12), 0px 1px 2px 0px rgba(16, 16, 16, 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
|
border-right: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,56 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: rgba(119, 119, 119, 0.6);
|
||||||
}
|
background-image: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
border: none;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
background-color: #4b4b4b;
|
color: rgba(221, 213, 213, 0.8);
|
||||||
|
background-color: rgba(119, 119, 119, 0.9);
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #777777;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-image: none;
|
||||||
background-color: #1e1e1e;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #848484;
|
||||||
|
background-image: none;
|
||||||
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-top-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,56 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: rgba(119, 119, 119, 0.6);
|
||||||
}
|
background-image: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
border: none;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
background-color: #4b4b4b;
|
color: rgba(221, 213, 213, 0.8);
|
||||||
|
background-color: rgba(119, 119, 119, 0.9);
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #777777;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-image: none;
|
||||||
background-color: #1e1e1e;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #848484;
|
||||||
|
background-image: none;
|
||||||
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-top-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,56 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(55, 55, 55, 0.98);
|
background-color: rgba(119, 119, 119, 0.58);
|
||||||
}
|
background-image: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
border: none;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
background-color: rgba(75, 75, 75, 0.98);
|
color: rgba(221, 213, 213, 0.8);
|
||||||
|
background-color: rgba(119, 119, 119, 0.88);
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: rgba(119, 119, 119, 0.98);
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-image: none;
|
||||||
background-color: rgba(30, 30, 30, 0.98);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: rgba(132, 132, 132, 0.98);
|
||||||
|
background-image: none;
|
||||||
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-top-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1033,7 +1033,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1045,27 +1045,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5278,38 +5262,56 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
margin: 0;
|
|
||||||
color: rgba(225, 219, 219, 0.8);
|
color: rgba(225, 219, 219, 0.8);
|
||||||
background-color: rgba(55, 55, 55, 0.98);
|
background-color: rgba(119, 119, 119, 0.58);
|
||||||
}
|
background-image: none;
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
border: none;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(225, 219, 219, 0.8);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
background-color: rgba(75, 75, 75, 0.98);
|
color: rgba(221, 213, 213, 0.8);
|
||||||
|
background-color: rgba(119, 119, 119, 0.88);
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: rgba(119, 119, 119, 0.98);
|
||||||
color: rgba(225, 219, 219, 0.8);
|
background-image: none;
|
||||||
background-color: rgba(30, 30, 30, 0.98);
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
box-shadow: inset 0 -2px #7cadff;
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: rgba(132, 132, 132, 0.98);
|
||||||
|
background-image: none;
|
||||||
|
border-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-top-color: rgba(255, 255, 255, 0.12);
|
||||||
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(225, 219, 219, 0.4);
|
color: rgba(225, 219, 219, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5306,38 +5290,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: white;
|
||||||
}
|
background-image: linear-gradient(0deg, #f1f1f1 0%, #fdfdfd 95%, #fefefe 100%);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f9f9f9;
|
color: rgba(34, 28, 28, 0.8);
|
||||||
|
background-color: #fafafa;
|
||||||
|
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #afafaf;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-image: none;
|
||||||
background-color: #cccccc;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||||
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-top-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-bottom-color: rgba(0, 0, 0, 0.11);
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5306,38 +5290,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: white;
|
||||||
}
|
background-image: linear-gradient(0deg, #f1f1f1 0%, #fdfdfd 95%, #fefefe 100%);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
background-color: #f9f9f9;
|
color: rgba(34, 28, 28, 0.8);
|
||||||
|
background-color: #fafafa;
|
||||||
|
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #afafaf;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-image: none;
|
||||||
background-color: #cccccc;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||||
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-top-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-bottom-color: rgba(0, 0, 0, 0.11);
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5306,38 +5290,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(229, 229, 229, 0.95);
|
background-color: white;
|
||||||
}
|
background-image: linear-gradient(0deg, #f1f1f1 0%, #fdfdfd 95%, #fefefe 100%);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
background-color: rgba(249, 249, 249, 0.95);
|
color: rgba(34, 28, 28, 0.8);
|
||||||
|
background-color: #fafafa;
|
||||||
|
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #afafaf;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-image: none;
|
||||||
background-color: rgba(204, 204, 204, 0.95);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||||
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-top-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-bottom-color: rgba(0, 0, 0, 0.11);
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -1024,7 +1024,7 @@ headerbar .linked:not(.vertical).path-bar > button:first-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:first-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1035,7 +1035,7 @@ headerbar .linked:not(.vertical).path-bar > button:last-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:last-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
|
@ -1047,27 +1047,11 @@ headerbar .linked:not(.vertical).path-bar > button:only-child,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:hover,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:active,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
headerbar .linked:not(.vertical).path-bar > button:only-child:checked,
|
||||||
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled {
|
headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
|
|
||||||
border-radius: 5px 5px 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linked.vertical > entry,
|
.linked.vertical > entry,
|
||||||
.linked.vertical > entry:focus,
|
.linked.vertical > entry:focus,
|
||||||
.linked.vertical > button,
|
.linked.vertical > button,
|
||||||
|
@ -5306,38 +5290,55 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||||
border: none;
|
border: none;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
|
||||||
padding-bottom: 2px;
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
margin: 0;
|
|
||||||
color: rgba(40, 32, 32, 0.8);
|
color: rgba(40, 32, 32, 0.8);
|
||||||
background-color: rgba(229, 229, 229, 0.95);
|
background-color: white;
|
||||||
}
|
background-image: linear-gradient(0deg, #f1f1f1 0%, #fdfdfd 95%, #fefefe 100%);
|
||||||
|
box-shadow: 0px 1px 1px 0px rgba(16, 16, 16, 0.04), 0px 1px 2px 0px rgba(16, 16, 16, 0.01);
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
|
||||||
color: rgba(40, 32, 32, 0.8);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
background-color: rgba(249, 249, 249, 0.95);
|
color: rgba(34, 28, 28, 0.8);
|
||||||
|
background-color: #fafafa;
|
||||||
|
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active {
|
||||||
transition: background-color 0.00001s 0.3s;
|
color: #ffffff;
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
background-color: #afafaf;
|
||||||
color: rgba(40, 32, 32, 0.8);
|
background-image: none;
|
||||||
background-color: rgba(204, 204, 204, 0.95);
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
box-shadow: inset 0 -2px #0f5cff;
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #686868;
|
||||||
|
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||||
|
border-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-top-color: rgba(0, 0, 0, 0.11);
|
||||||
|
border-bottom-color: rgba(0, 0, 0, 0.11);
|
||||||
|
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
color: rgba(40, 32, 32, 0.4);
|
color: rgba(40, 32, 32, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
|
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:backdrop {
|
||||||
border-left-style: solid;
|
opacity: 0.7;
|
||||||
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caja-notebook {
|
.caja-notebook {
|
||||||
|
|
|
@ -212,45 +212,25 @@ $disk_space_free: darken($bg_color, 3%);
|
||||||
border: none;
|
border: none;
|
||||||
color: $header_fg;
|
color: $header_fg;
|
||||||
background-color: opacify($header_bg, 1);
|
background-color: opacify($header_bg, 1);
|
||||||
|
box-shadow: inset 0 -1px $borders_color;
|
||||||
} // Pathbar
|
} // Pathbar
|
||||||
|
|
||||||
.primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) {
|
.primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) {
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
&:not(:last-child):not(:only-child) {
|
@include button(header-normal);
|
||||||
margin: 0;
|
&:hover { @include button(header-hover); }
|
||||||
}
|
&:active { @include button(header-active); }
|
||||||
|
&:checked { @include button(header-checked); }
|
||||||
padding-bottom: 2px;
|
&:disabled { color: transparentize($header_fg, 0.4); }
|
||||||
margin: 0;
|
&:backdrop { opacity: 0.7; background-image: none; @if $compact == 'false' { box-shadow: none; } }
|
||||||
color: $header_fg;
|
&, &:hover, &:active, &:checked, &:disabled {
|
||||||
background-color: $header_bg;
|
@extend %linked;
|
||||||
|
@if $compact == 'true' { border-right: 1px solid $header_button_border; }
|
||||||
&:hover {
|
}
|
||||||
color: $header_fg;
|
|
||||||
background-color: lighten($header_bg, 8%);
|
|
||||||
}
|
|
||||||
&:active,
|
|
||||||
&:checked {
|
|
||||||
transition: background-color 0.00001s 0.3s;
|
|
||||||
animation: header_ripple_effect 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
|
|
||||||
color: $header_fg;
|
|
||||||
background-color: darken($header_bg, 10%);
|
|
||||||
box-shadow: inset 0 -2px lighten($selected_bg_color, 10%);
|
|
||||||
}
|
|
||||||
&:disabled {
|
|
||||||
color: transparentize($header_fg, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
&,
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:checked,
|
|
||||||
&:disabled {
|
|
||||||
@extend %linked-flat;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include pathbar_linking_rules($sep_color:$header_button_border);
|
// @include pathbar_linking_rules($sep_color:$header_button_border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue