mirror of
https://github.com/vinceliuice/Sierra-gtk-theme.git
synced 2025-08-17 07:58:15 +02:00
Fixed nautilus 3.30 parth-bar button issues
This commit is contained in:
parent
8d26457bb7
commit
e95e679fc4
@ -5207,9 +5207,79 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 0.58);
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5207,9 +5207,79 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 0.6);
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #777777;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5207,9 +5207,79 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 0.6);
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #777777;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5207,9 +5207,79 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 0.58);
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: rgba(119, 119, 119, 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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5217,9 +5217,81 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #afafaf;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5217,9 +5217,81 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #afafaf;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5217,9 +5217,81 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #afafaf;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5217,9 +5217,81 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
background-color: #afafaf;
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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);
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5205,9 +5205,84 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(221, 213, 213, 0.8);
|
||||
background-color: rgba(119, 119, 119, 0.88);
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: rgba(119, 119, 119, 0.98);
|
||||
background-image: none;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5193,9 +5193,84 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(221, 213, 213, 0.8);
|
||||
background-color: rgba(119, 119, 119, 0.9);
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #777777;
|
||||
background-image: none;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5205,9 +5205,84 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(221, 213, 213, 0.8);
|
||||
background-color: rgba(119, 119, 119, 0.9);
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #777777;
|
||||
background-image: none;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5205,9 +5205,84 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(225, 219, 219, 0.8);
|
||||
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);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: rgba(221, 213, 213, 0.8);
|
||||
background-color: rgba(119, 119, 119, 0.88);
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: rgba(119, 119, 119, 0.98);
|
||||
background-image: none;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher: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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(225, 219, 219, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5233,9 +5233,85 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(34, 28, 28, 0.8);
|
||||
background-color: #fafafa;
|
||||
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #afafaf;
|
||||
background-image: none;
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
color: #ffffff;
|
||||
background-color: #686868;
|
||||
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
border-top-color: rgba(0, 0, 0, 0.12);
|
||||
border-bottom-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5233,9 +5233,85 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(34, 28, 28, 0.8);
|
||||
background-color: #fafafa;
|
||||
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #afafaf;
|
||||
background-image: none;
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
color: #ffffff;
|
||||
background-color: #686868;
|
||||
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
border-top-color: rgba(0, 0, 0, 0.12);
|
||||
border-bottom-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5233,9 +5233,85 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(34, 28, 28, 0.8);
|
||||
background-color: #fafafa;
|
||||
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #afafaf;
|
||||
background-image: none;
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
color: #ffffff;
|
||||
background-color: #686868;
|
||||
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
border-top-color: rgba(0, 0, 0, 0.12);
|
||||
border-bottom-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -5233,9 +5233,85 @@ terminal-window notebook > header.top button,
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(40, 32, 32, 0.8);
|
||||
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);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover {
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
color: rgba(34, 28, 28, 0.8);
|
||||
background-color: #fafafa;
|
||||
background-image: linear-gradient(0deg, #f8f8f8 0%, #ffffff 100%);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active {
|
||||
color: #ffffff;
|
||||
background-color: #afafaf;
|
||||
background-image: none;
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
color: #ffffff;
|
||||
background-color: #686868;
|
||||
background-image: linear-gradient(0deg, #656565 0%, #707070 100%);
|
||||
border-color: rgba(0, 0, 0, 0.12);
|
||||
border-top-color: rgba(0, 0, 0, 0.12);
|
||||
border-bottom-color: rgba(0, 0, 0, 0.12);
|
||||
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;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled {
|
||||
color: rgba(40, 32, 32, 0.4);
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:backdrop, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:backdrop {
|
||||
opacity: 0.7;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.nautilus-window headerbar .path-bar-box.background.frame {
|
||||
|
@ -34,9 +34,13 @@ terminal-window,
|
||||
|
||||
%pathbar_box_button {
|
||||
@include button(header-normal);
|
||||
|
||||
&:hover { @include button(header-hover); }
|
||||
&:active { @include button(header-active); }
|
||||
&:checked { @include button(header-checked); }
|
||||
&:checked {
|
||||
@include button(header-checked);
|
||||
border-radius: 0 $bt_radius $bt_radius 0;
|
||||
}
|
||||
&:disabled { color: transparentize($header_fg, 0.4); }
|
||||
&:backdrop { opacity: 0.7; background-image: none; @if $compact == 'false' { box-shadow: none; } }
|
||||
}
|
||||
@ -44,9 +48,34 @@ terminal-window,
|
||||
.nautilus-window headerbar {
|
||||
.path-bar-box {
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
|
||||
// button { @extend %pathbar_box_button; }
|
||||
.path-bar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
button.flat.text-button.toggle,
|
||||
button.flat.image-button.text-button.toggle {
|
||||
@extend %pathbar_box_button;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0 0 0 -6px;
|
||||
border-radius: 0;
|
||||
|
||||
@if $variant == 'light' {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
button.flat.image-button.text-button.toggle {
|
||||
border-radius: $bt_radius 0 0 $bt_radius;
|
||||
|
||||
&:checked {
|
||||
border-radius: $bt_radius $bt_radius $bt_radius $bt_radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// &.width-maximized {
|
||||
// border: 1px solid if($titlebar == 'light', rgba(black, 0.12), rgba(white, 0.12));
|
||||
|
Loading…
x
Reference in New Issue
Block a user