update
This commit is contained in:
parent
e67de805c7
commit
60736a29e4
|
@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.hidden {
|
||||
color: transparent;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.prompt-dialog-null-label {
|
||||
|
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.switcher-arrow {
|
||||
border-color: transparent;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
|
|
@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.hidden {
|
||||
color: transparent;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.prompt-dialog-null-label {
|
||||
|
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.switcher-arrow {
|
||||
border-color: transparent;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
|
|
@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.hidden {
|
||||
color: transparent;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.prompt-dialog-null-label {
|
||||
|
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.switcher-arrow {
|
||||
border-color: transparent;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0.38);
|
||||
}
|
||||
|
||||
|
|
|
@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.hidden {
|
||||
color: transparent;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.prompt-dialog-null-label {
|
||||
|
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
|||
}
|
||||
|
||||
.switcher-arrow {
|
||||
border-color: transparent;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0.38);
|
||||
}
|
||||
|
||||
|
|
|
@ -2152,7 +2152,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7726,20 +7726,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7747,7 +7777,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7755,12 +7785,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8255,28 +8285,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2152,7 +2152,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7726,20 +7726,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7747,7 +7777,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7755,12 +7785,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8255,28 +8285,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2152,7 +2152,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7726,20 +7726,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7747,7 +7777,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7755,12 +7785,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8255,28 +8285,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2152,7 +2152,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7726,20 +7726,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7747,7 +7777,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7755,12 +7785,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8255,28 +8285,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1223,7 +1223,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4304,7 +4304,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7743,20 +7743,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7764,7 +7794,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7772,12 +7802,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8272,28 +8302,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1223,7 +1223,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4304,7 +4304,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7743,20 +7743,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7764,7 +7794,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7772,12 +7802,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8272,28 +8302,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1223,7 +1223,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4304,7 +4304,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7743,20 +7743,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7764,7 +7794,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7772,12 +7802,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8272,28 +8302,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1223,7 +1223,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4304,7 +4304,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7743,20 +7743,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7764,7 +7794,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7772,12 +7802,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8272,28 +8302,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2150,7 +2150,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7727,20 +7727,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7748,7 +7778,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7756,12 +7786,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8256,28 +8286,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2150,7 +2150,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7727,20 +7727,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7748,7 +7778,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7756,12 +7786,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8256,28 +8286,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2150,7 +2150,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7727,20 +7727,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7748,7 +7778,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7756,12 +7786,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8256,28 +8286,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -2150,7 +2150,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
|
|||
}
|
||||
|
||||
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.path-bar button {
|
||||
|
@ -7727,20 +7727,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(222, 222, 222, 0.45);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7748,7 +7778,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7756,12 +7786,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8256,28 +8286,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1225,7 +1225,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4320,7 +4320,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7757,20 +7757,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7778,7 +7808,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7786,12 +7816,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8286,28 +8316,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1225,7 +1225,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4320,7 +4320,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7757,20 +7757,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7778,7 +7808,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7786,12 +7816,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8286,28 +8316,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1225,7 +1225,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4320,7 +4320,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7757,20 +7757,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7778,7 +7808,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7786,12 +7816,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8286,28 +8316,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -856,7 +856,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry + entry {
|
||||
border-left-color: transparent;
|
||||
border-left-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
|
||||
|
@ -932,7 +932,7 @@ button.font separator, button.file separator {
|
|||
}
|
||||
|
||||
.linked.vertical > entry + entry {
|
||||
border-top-color: transparent;
|
||||
border-top-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.linked.vertical > entry.error + entry,
|
||||
|
@ -1225,7 +1225,7 @@ spinbutton:not(.vertical) > button:hover + button {
|
|||
|
||||
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
|
||||
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
|
||||
box-shadow: inset 1px 0 transparent;
|
||||
box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
||||
|
@ -4320,7 +4320,7 @@ messagedialog.csd .dialog-action-area button:only-child {
|
|||
}
|
||||
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
filechooserbutton:drop(active) {
|
||||
|
@ -7757,20 +7757,50 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
color: rgba(36, 36, 36, 0.55);
|
||||
}
|
||||
|
||||
.raven button.image-button, .raven .raven-header:not(.top) button {
|
||||
.raven button, .raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven button:hover, .raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven button:active, .raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven button:checked, .raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
background-color: rgba(97, 97, 97, 0.5);
|
||||
}
|
||||
|
||||
.raven button:disabled label, .raven button:disabled, .raven stackswitcher.linked > button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.raven button.flat, .raven button.budgie-menu-launcher, .raven .budgie-panel #tasklist-button, .budgie-panel .raven #tasklist-button, .raven .budgie-panel button.flat.launcher, .budgie-panel .raven button.flat.launcher, .raven stackswitcher.linked > button.flat, .raven stackswitcher.linked > button.budgie-menu-launcher, .raven .raven-header:not(.top) button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: #dedede;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
.raven button.flat:hover, .raven button.budgie-menu-launcher:hover, .raven .budgie-panel #tasklist-button:hover, .budgie-panel .raven #tasklist-button:hover, .raven .raven-header:not(.top) button:hover {
|
||||
color: #c5c5c5;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.raven button.image-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
.raven button.flat:checked, .raven button.budgie-menu-launcher:checked, .raven .budgie-panel #tasklist-button:checked, .budgie-panel .raven #tasklist-button:checked, .raven .raven-header:not(.top) button:checked {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
|
@ -7778,7 +7808,7 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:active, .raven .raven-header:not(.top) button:active {
|
||||
.raven button.flat:active, .raven button.budgie-menu-launcher:active, .raven .budgie-panel #tasklist-button:active, .budgie-panel .raven #tasklist-button:active, .raven .raven-header:not(.top) button:active {
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
|
@ -7786,12 +7816,12 @@ filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessideb
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
.raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.raven button.image-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.image-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
.raven button.flat:disabled label, .raven button.budgie-menu-launcher:disabled label, .raven .budgie-panel #tasklist-button:disabled label, .budgie-panel .raven #tasklist-button:disabled label, .raven .raven-header:not(.top) button:disabled label, .raven button.flat:disabled, .raven button.budgie-menu-launcher:disabled, .raven .budgie-panel #tasklist-button:disabled, .budgie-panel .raven #tasklist-button:disabled, .raven .raven-header:not(.top) button:disabled {
|
||||
color: rgba(222, 222, 222, 0.5);
|
||||
}
|
||||
|
||||
.budgie-container {
|
||||
|
@ -8286,28 +8316,6 @@ frame.raven-frame > border {
|
|||
padding: 0 8px 12px 8px;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button {
|
||||
background-color: #616161;
|
||||
color: #dedede;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:hover {
|
||||
background-color: #6e6e6e;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:active {
|
||||
background-color: #bcbcbc;
|
||||
background-image: none;
|
||||
color: #242424;
|
||||
}
|
||||
|
||||
.raven stackswitcher.linked > button:checked {
|
||||
background-color: #AFAFAF;
|
||||
background-image: none;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
|
||||
.raven .raven-header {
|
||||
min-height: 36px;
|
||||
padding: 2px;
|
||||
|
|
|
@ -13,7 +13,7 @@ $raven_fg_color: #dedede;
|
|||
$raven_button_bg_color: #616161;
|
||||
$raven_button_active_color: #AFAFAF;
|
||||
|
||||
%budgiebutton {
|
||||
%budgie_button {
|
||||
@include button(flat-normal);
|
||||
&:hover { @include button(flat-hover); }
|
||||
&:checked { @include button(flat-checked); }
|
||||
|
@ -21,7 +21,30 @@ $raven_button_active_color: #AFAFAF;
|
|||
&:disabled { @include button(flat-insensitive); }
|
||||
}
|
||||
|
||||
%raven.flat {
|
||||
%raven_button {
|
||||
background-color: $raven_button_bg_color;
|
||||
color: $raven_fg_color;
|
||||
border: none;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($raven_button_bg_color, 5%);
|
||||
}
|
||||
&:active {
|
||||
background-color: lighten($raven_button_active_color, 5%);
|
||||
background-image: none;
|
||||
color: $raven_base_color;
|
||||
}
|
||||
&:checked {
|
||||
background-color: $raven_button_active_color;
|
||||
background-image: none;
|
||||
color: $raven_bg_color;
|
||||
}
|
||||
&:disabled {
|
||||
label, & { color: rgba($raven_fg_color, 0.5); }
|
||||
background-color: rgba($raven_button_bg_color, 0.5);
|
||||
}
|
||||
|
||||
&.flat {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: $raven_fg_color;
|
||||
|
@ -47,9 +70,10 @@ $raven_button_active_color: #AFAFAF;
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
&:disabled {
|
||||
label, & { color: transparentize($raven_fg_color, 0.55); }
|
||||
label, & { color: rgba($raven_fg_color, 0.5); }
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.budgie-container { background-color: transparent; }
|
||||
|
@ -61,7 +85,7 @@ $raven_button_active_color: #AFAFAF;
|
|||
border-radius: $bt_radius;
|
||||
-gtk-outline-radius: $bt_radius;
|
||||
|
||||
@extend %budgiebutton;
|
||||
@extend %budgie_button;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,7 +116,7 @@ $raven_button_active_color: #AFAFAF;
|
|||
switch { margin-left: 56px; margin-right: 6px; }
|
||||
|
||||
&:not(.budgie-menu) button.flat:not(.image-button) {
|
||||
@extend %budgiebutton;
|
||||
@extend %budgie_button;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
color: $fg_color;
|
||||
|
@ -199,7 +223,7 @@ window.budgie-popover:not(.csd) {
|
|||
.workspace-add-button {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
@extend %budgiebutton;
|
||||
@extend %budgie_button;
|
||||
|
||||
&:hover { box-shadow: none; }
|
||||
|
||||
|
@ -506,34 +530,14 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));
|
|||
|
||||
// > stack > box:last-child > stack { margin-top: -6px; }
|
||||
|
||||
button.image-button {
|
||||
@extend %circle_button;
|
||||
@extend %raven.flat;
|
||||
button {
|
||||
@extend %raven_button;
|
||||
&.image-button { @extend %circle_button; }
|
||||
}
|
||||
|
||||
stackswitcher { padding: 0 8px 12px 8px; }
|
||||
|
||||
stackswitcher.linked > button {
|
||||
background-color: $raven_button_bg_color;
|
||||
color: $raven_fg_color;
|
||||
border: none;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($raven_button_bg_color, 5%);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: lighten($raven_button_active_color, 5%);
|
||||
background-image: none;
|
||||
color: $raven_base_color;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
background-color: $raven_button_active_color;
|
||||
background-image: none;
|
||||
color: $raven_bg_color;
|
||||
}
|
||||
}
|
||||
stackswitcher.linked > button { @extend %raven_button; }
|
||||
|
||||
.raven-header {
|
||||
min-height: 36px;
|
||||
|
@ -543,7 +547,7 @@ $pos_list: ((top, bottom), (bottom, top), (left, right), (right, left));
|
|||
margin-top: -6px; // remove extra spaces, but not perfect :(
|
||||
|
||||
button {
|
||||
@extend %raven.flat;
|
||||
@extend %raven_button.flat;
|
||||
min-height: 32px;
|
||||
min-width: 32px;
|
||||
margin: 0;
|
||||
|
@ -689,7 +693,7 @@ calendar.raven-calendar {
|
|||
button.image-button {
|
||||
padding: 8px;
|
||||
border: none;
|
||||
@extend %budgiebutton;
|
||||
@extend %budgie_button;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -863,7 +867,7 @@ window.budgie-switcher-window {
|
|||
background-color: if($transparency == 'true', rgba($base_color, 0.95), $base_color);
|
||||
background-image: none;
|
||||
|
||||
button { @extend %budgiebutton; }
|
||||
button { @extend %budgie_button; }
|
||||
|
||||
.linked > button { border-radius: $bt_radius; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue