10196 lines
315 KiB
CSS
10196 lines
315 KiB
CSS
@keyframes switch_ripple_effect {
|
|
from {
|
|
background-image: radial-gradient(circle farthest-corner at center, #0860f2 0%, transparent 0%);
|
|
}
|
|
to {
|
|
background-image: radial-gradient(circle farthest-corner at center, #0860f2 100%, transparent 0%);
|
|
}
|
|
}
|
|
|
|
@keyframes header_ripple_effect {
|
|
from {
|
|
background-image: radial-gradient(circle farthest-corner at center, #373737 0%, transparent 0%);
|
|
}
|
|
to {
|
|
background-image: radial-gradient(circle farthest-corner at center, #373737 100%, transparent 0%);
|
|
}
|
|
}
|
|
|
|
* {
|
|
padding: 0;
|
|
background-clip: padding-box;
|
|
-GtkToolButton-icon-spacing: 4;
|
|
-GtkTextView-error-underline-color: #FC4138;
|
|
-GtkScrolledWindow-scrollbar-spacing: 0;
|
|
-GtkToolItemGroup-expander-size: 11;
|
|
-GtkWidget-text-handle-width: 20;
|
|
-GtkWidget-text-handle-height: 20;
|
|
-GtkDialog-button-spacing: 4;
|
|
-GtkDialog-action-area-border: 0;
|
|
outline-color: alpha(currentColor,0.15);
|
|
outline-style: solid;
|
|
outline-offset: -4px;
|
|
outline-width: 2px;
|
|
-gtk-outline-radius: 6px;
|
|
-gtk-secondary-caret-color: #0860f2;
|
|
}
|
|
|
|
.background {
|
|
color: #dedede;
|
|
background-color: rgba(51, 51, 51, 0.999);
|
|
}
|
|
|
|
.background.csd {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.background.maximized, .background.solid-csd {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.popup.background {
|
|
background-color: transparent;
|
|
}
|
|
|
|
*:disabled, label:disabled selection {
|
|
-gtk-icon-effect: dim;
|
|
}
|
|
|
|
.gtkstyle-fallback {
|
|
background-color: #333333;
|
|
color: #dedede;
|
|
}
|
|
|
|
.gtkstyle-fallback:hover {
|
|
background-color: #4d4d4d;
|
|
color: #dedede;
|
|
}
|
|
|
|
.gtkstyle-fallback:active {
|
|
background-color: #1a1a1a;
|
|
color: #dedede;
|
|
}
|
|
|
|
.gtkstyle-fallback:disabled, label:disabled selection.gtkstyle-fallback {
|
|
background-color: #383838;
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.gtkstyle-fallback:selected {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
filechooser stack.view scrolledwindow treeview.view, iconview, .view {
|
|
color: #dadada;
|
|
background-color: #242424;
|
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
filechooser stack.view scrolledwindow treeview.view:hover, iconview:hover, .view:hover {
|
|
background-color: #2c2c2c;
|
|
}
|
|
|
|
filechooser stack.view scrolledwindow treeview.view:selected, iconview:selected, .view:selected {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
textview {
|
|
background-color: #242424;
|
|
}
|
|
|
|
textview text {
|
|
background-color: #242424;
|
|
}
|
|
|
|
textview border {
|
|
background-color: #2c2c2c;
|
|
}
|
|
|
|
iconview, iconview:hover, iconview:selected {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
XfdesktopIconView.view .rubberband, .content-view rubberband, treeview.view rubberband, flowbox rubberband,
|
|
rubberband,
|
|
.rubberband {
|
|
border: 1px solid #064cc1;
|
|
background-color: rgba(6, 76, 193, 0.2);
|
|
}
|
|
|
|
flowbox flowboxchild {
|
|
padding: 3px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
flowbox flowboxchild:selected {
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
flowbox.search-bar {
|
|
border-bottom: 1px solid #0e0e0e;
|
|
}
|
|
|
|
label.separator {
|
|
color: #dedede;
|
|
}
|
|
|
|
label selection {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
label:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.budgie-switcher .notification-body,
|
|
.budgie-notification .notification-body, popover label.separator,
|
|
popover.background label.separator, headerbar .subtitle, label.separator, .dim-label {
|
|
opacity: 0.55;
|
|
}
|
|
|
|
assistant .sidebar {
|
|
background-color: #242424;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
assistant.csd .sidebar {
|
|
border-top-style: none;
|
|
}
|
|
|
|
assistant .sidebar label {
|
|
padding: 6px 12px;
|
|
}
|
|
|
|
assistant .sidebar label.highlight {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
.osd .scale-popup, popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
|
|
popover.background.osd,
|
|
popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd {
|
|
color: #dadada;
|
|
border: none;
|
|
background-color: #2a2a2a;
|
|
background-clip: padding-box;
|
|
box-shadow: none;
|
|
}
|
|
|
|
@keyframes spin {
|
|
to {
|
|
-gtk-icon-transform: rotate(1turn);
|
|
}
|
|
}
|
|
|
|
spinner {
|
|
background: none;
|
|
opacity: 0;
|
|
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
|
}
|
|
|
|
spinner:checked {
|
|
opacity: 1;
|
|
animation: spin 1s linear infinite;
|
|
}
|
|
|
|
spinner:checked:disabled, label:disabled selection:checked {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
entry.contacts-postal-entry, spinbutton entry, .linked > entry:not(:only-child) {
|
|
color: #dadada;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
border: none;
|
|
}
|
|
|
|
entry.contacts-postal-entry:focus, spinbutton entry:focus, .linked > entry:focus:not(:only-child) {
|
|
color: #dadada;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
entry.contacts-postal-entry:disabled, spinbutton entry:disabled, .linked > entry:disabled:not(:only-child) {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
entry {
|
|
min-height: 24px;
|
|
border: none;
|
|
padding: 2px 8px;
|
|
border-radius: 6px;
|
|
caret-color: currentColor;
|
|
color: #dadada;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
}
|
|
|
|
entry.search {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
entry image {
|
|
color: #b9b9b9;
|
|
}
|
|
|
|
entry image.left {
|
|
padding-left: 0;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
entry image.right {
|
|
padding-right: 0;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.raven .raven-background spinbutton:not(.vertical), entry.flat, entry.flat:focus {
|
|
min-height: 0;
|
|
background-image: none;
|
|
border-color: transparent;
|
|
border-radius: 0;
|
|
}
|
|
|
|
entry:hover {
|
|
color: #dadada;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 2px transparent;
|
|
transition-duration: 200ms;
|
|
}
|
|
|
|
entry:focus {
|
|
color: #dadada;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
entry:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
entry.warning {
|
|
color: white;
|
|
background-color: #a0562e;
|
|
border-image: none;
|
|
}
|
|
|
|
entry.warning image {
|
|
color: white;
|
|
}
|
|
|
|
entry.warning:focus {
|
|
color: white;
|
|
background-color: #F27835;
|
|
box-shadow: none;
|
|
}
|
|
|
|
entry.warning selection, entry.warning selection:focus {
|
|
background-color: white;
|
|
color: #F27835;
|
|
}
|
|
|
|
entry.error {
|
|
color: white;
|
|
background-color: #a63530;
|
|
border-image: none;
|
|
}
|
|
|
|
entry.error image {
|
|
color: white;
|
|
}
|
|
|
|
entry.error:focus {
|
|
color: white;
|
|
background-color: #FC4138;
|
|
box-shadow: none;
|
|
}
|
|
|
|
entry.error selection, entry.error selection:focus {
|
|
background-color: white;
|
|
color: #FC4138;
|
|
}
|
|
|
|
entry.search-missing {
|
|
color: white;
|
|
background-color: #a63530;
|
|
border-image: none;
|
|
}
|
|
|
|
entry.search-missing image {
|
|
color: white;
|
|
}
|
|
|
|
entry.search-missing:focus {
|
|
color: white;
|
|
background-color: #FC4138;
|
|
box-shadow: none;
|
|
}
|
|
|
|
entry.search-missing selection, entry.search-missing selection:focus {
|
|
background-color: white;
|
|
color: #FC4138;
|
|
}
|
|
|
|
entry:drop(active):focus, entry:drop(active) {
|
|
border-color: #F08437;
|
|
box-shadow: none;
|
|
border-image: none;
|
|
}
|
|
|
|
.osd entry {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.96);
|
|
border-image: none;
|
|
}
|
|
|
|
.osd entry image, .osd entry image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.osd entry:focus {
|
|
color: white;
|
|
border-color: #5578c7;
|
|
background-color: #0860f2;
|
|
border-image: none;
|
|
}
|
|
|
|
.osd entry:disabled {
|
|
color: #dadada;
|
|
background-color: rgba(98, 98, 98, 0.81);
|
|
border-image: none;
|
|
}
|
|
|
|
.osd entry selection:focus, .osd entry selection {
|
|
color: #0860f2;
|
|
background-color: white;
|
|
}
|
|
|
|
entry progress {
|
|
margin: 0 -6px;
|
|
border-radius: 0;
|
|
border-width: 0 0 2px;
|
|
border-color: #0860f2;
|
|
border-style: solid;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus {
|
|
min-height: 20px;
|
|
}
|
|
|
|
.linked:not(.vertical) > entry + button.combo {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.linked.vertical > entry + button.combo {
|
|
padding: 0;
|
|
}
|
|
|
|
.entry-tag {
|
|
margin: 8px;
|
|
border-radius: 50px;
|
|
box-shadow: none;
|
|
background-color: #f8464c;
|
|
color: white;
|
|
border: none;
|
|
}
|
|
|
|
.entry-tag:hover {
|
|
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
:dir(ltr) .entry-tag {
|
|
margin-left: 8px;
|
|
margin-right: 0px;
|
|
padding-left: 8px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
:dir(rtl) .entry-tag {
|
|
margin-left: 0px;
|
|
margin-right: 8px;
|
|
padding-left: 4px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.entry-tag.button {
|
|
box-shadow: none;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.entry-tag.button:not(:hover):not(:active) {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
@keyframes needs_attention {
|
|
from {
|
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#0860f2), to(transparent));
|
|
}
|
|
to {
|
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0860f2), to(transparent));
|
|
}
|
|
}
|
|
|
|
button {
|
|
min-height: 20px;
|
|
min-width: 16px;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
border: 1px solid;
|
|
border-radius: 6px;
|
|
padding: 0 6px;
|
|
color: #dedede;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #656565;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
button separator {
|
|
margin: 4px 1px;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher, button.budgie-menu-launcher, .nemo-window .toolbar > button, button.flat, .raven .raven-header:not(.top) button {
|
|
min-height: 24px;
|
|
border: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
background-clip: padding-box;
|
|
transition: none;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, .nemo-window .toolbar > button:hover, button.flat:hover, .raven .raven-header:not(.top) button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
transition-duration: 350ms;
|
|
}
|
|
|
|
button.budgie-menu-launcher:hover:active, .nemo-window .toolbar > button:hover:active, button.flat:hover:active, .raven .raven-header:not(.top) button:hover:active {
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, .nemo-window .toolbar > button:active, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, .nemo-window .toolbar > button:checked, button.flat:active, .raven .raven-header:not(.top) button:active, button.flat:checked, .raven .raven-header:not(.top) button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
button.budgie-menu-launcher:checked:hover, .nemo-window .toolbar > button:checked:hover, button.flat:checked:hover, .raven .raven-header:not(.top) button:checked:hover {
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, .nemo-window .toolbar > button:disabled, button.flat:disabled, .raven .raven-header:not(.top) button:disabled, label:disabled selection.flat {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.toggle.popup.budgie-menu-launcher, .nemo-window .toolbar > button.toggle.popup, button.flat.toggle.popup, .raven .raven-header:not(.top) button.toggle.popup {
|
|
min-width: 20px;
|
|
}
|
|
|
|
button:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
button:active, button:checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-clip: padding-box;
|
|
transition-duration: 200ms;
|
|
}
|
|
|
|
button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
|
|
color: inherit;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
button:active {
|
|
color: #dedede;
|
|
}
|
|
|
|
button:active:hover, button:checked {
|
|
color: white;
|
|
}
|
|
|
|
button:disabled {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(101, 101, 101, 0.55);
|
|
box-shadow: none;
|
|
}
|
|
|
|
button:disabled label, button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
button:disabled:active, button:disabled:checked {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(8, 96, 242, 0.55);
|
|
opacity: 0.6;
|
|
}
|
|
|
|
button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
|
|
color: rgba(255, 255, 255, 0.55);
|
|
}
|
|
|
|
button.image-button {
|
|
min-height: 24px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
button.text-button {
|
|
min-height: 20px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
button.text-button.image-button {
|
|
min-height: 24px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
button.text-button.image-button label:first-child {
|
|
padding-left: 8px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
button.text-button.image-button label:last-child {
|
|
padding-right: 8px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
button.text-button.image-button label:only-child {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
button.text-button.image-button.popup {
|
|
padding-right: 6px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
button:drop(active) {
|
|
color: #F08437;
|
|
border-color: #F08437;
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.osd {
|
|
color: #dadada;
|
|
background-color: #2a2a2a;
|
|
border-color: #161616;
|
|
}
|
|
|
|
button.osd.image-button {
|
|
padding: 0;
|
|
min-height: 42px;
|
|
min-width: 42px;
|
|
}
|
|
|
|
button.osd:hover {
|
|
color: #0860f2;
|
|
}
|
|
|
|
button.osd:active, button.osd:checked {
|
|
color: white;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #0860f2;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.osd:disabled, label:disabled selection.osd {
|
|
color: #5f5f5f;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.81);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.96);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button:hover {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #747474;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button:active, .osd button:checked {
|
|
color: white;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #0860f2;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button:disabled {
|
|
color: #5f5f5f;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.81);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button.flat, .osd .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .osd button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button.flat:hover, .osd .raven .raven-header:not(.top) button:hover, .raven .raven-header:not(.top) .osd button:hover {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #747474;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd button.flat:disabled, .osd .raven .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) .osd button:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat {
|
|
color: #5f5f5f;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.81);
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
|
|
.osd button.flat:active, .osd .raven .raven-header:not(.top) button:active, .raven .raven-header:not(.top) .osd button:active, .osd button.flat:checked, .osd .raven .raven-header:not(.top) button:checked, .raven .raven-header:not(.top) .osd button:checked {
|
|
color: white;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #0860f2;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.suggested-action {
|
|
color: white;
|
|
background-color: #3484e2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
button.suggested-action.flat, .raven .raven-header:not(.top) button.suggested-action {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
color: #3484e2;
|
|
}
|
|
|
|
button.suggested-action:hover {
|
|
color: white;
|
|
background-color: #4a92e5;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
button.suggested-action:active, button.suggested-action:checked {
|
|
color: white;
|
|
background-color: #619fe8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.suggested-action.flat:disabled, .raven .raven-header:not(.top) button.suggested-action:disabled, label:disabled selection.flat {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
button.suggested-action:disabled, label:disabled selection.suggested-action {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(101, 101, 101, 0.55);
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.suggested-action:disabled label, label:disabled selection.suggested-action label, button.suggested-action:disabled, label:disabled selection.suggested-action {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
button.destructive-action {
|
|
color: white;
|
|
background-color: #f8464c;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
button.destructive-action.flat, .raven .raven-header:not(.top) button.destructive-action {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
color: #f8464c;
|
|
}
|
|
|
|
button.destructive-action:hover {
|
|
color: white;
|
|
background-color: #f95f64;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
button.destructive-action:active, button.destructive-action:checked {
|
|
color: white;
|
|
background-color: #fa777c;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.destructive-action.flat:disabled, .raven .raven-header:not(.top) button.destructive-action:disabled, label:disabled selection.flat {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
button.destructive-action:disabled, label:disabled selection.destructive-action {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(101, 101, 101, 0.55);
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.destructive-action:disabled label, label:disabled selection.destructive-action label, button.destructive-action:disabled, label:disabled selection.destructive-action {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.stack-switcher > button {
|
|
outline-offset: -3px;
|
|
}
|
|
|
|
.stack-switcher > button > label {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.stack-switcher > button > image {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.stack-switcher > button.text-button {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.stack-switcher > button.image-button {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image {
|
|
animation: none;
|
|
background-image: none;
|
|
}
|
|
|
|
button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label, .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image {
|
|
animation: needs_attention 150ms ease-in;
|
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0860f2), to(transparent));
|
|
background-size: 6px 6px, 6px 6px;
|
|
background-repeat: no-repeat;
|
|
background-position: right 3px, right 2px;
|
|
}
|
|
|
|
button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) {
|
|
background-position: left 3px, left 2px;
|
|
}
|
|
|
|
button.font separator, button.file separator {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.inline-toolbar button, .inline-toolbar button:backdrop {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button {
|
|
min-height: 20px;
|
|
border: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
|
|
background-color: white;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
toolbar.inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton:first-child > button, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton:first-child > button {
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
|
|
toolbar.inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton:last-child > button, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton:last-child > button {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
border-right-style: solid;
|
|
}
|
|
|
|
toolbar.inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton:only-child > button, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton:only-child > button {
|
|
border-radius: 6px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #F08437;
|
|
}
|
|
|
|
.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #F27835;
|
|
}
|
|
|
|
.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #FC4138;
|
|
}
|
|
|
|
.linked:not(.vertical):not(.path-bar) > button + button {
|
|
border-left-style: none;
|
|
}
|
|
|
|
.linked.path-bar:not(.vertical) > button + button {
|
|
border-left-style: none;
|
|
}
|
|
|
|
.linked.vertical > entry:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
.linked.vertical > entry:drop(active):not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #F08437;
|
|
}
|
|
|
|
.linked.vertical > entry.warning:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #F27835;
|
|
}
|
|
|
|
.linked.vertical > entry.error:focus:not(:only-child) {
|
|
box-shadow: inset 0 0 0 2px #FC4138;
|
|
}
|
|
|
|
.linked.vertical > button + button {
|
|
border-top-style: none;
|
|
}
|
|
|
|
.linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, toolbar.inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton > button, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton > button {
|
|
border-radius: 0;
|
|
border-right-style: none;
|
|
}
|
|
|
|
spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton > button:first-child, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton > button:first-child {
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
|
|
spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton > button:last-child, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton > button:last-child {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
border-right-style: solid;
|
|
}
|
|
|
|
spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar.inline-toolbar .raven .raven-header:not(.top) toolbutton > button:only-child, .raven .raven-header:not(.top) toolbar.inline-toolbar toolbutton > button:only-child {
|
|
border-radius: 6px;
|
|
border-style: solid;
|
|
}
|
|
|
|
spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > entry, .linked.vertical > entry:focus, .linked.vertical > button {
|
|
border-radius: 0;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child {
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
}
|
|
|
|
spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child {
|
|
border-bottom-left-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
border-bottom-style: solid;
|
|
}
|
|
|
|
spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child {
|
|
border-radius: 6px;
|
|
border-style: solid;
|
|
}
|
|
|
|
calendar.raven-calendar.button, .nemo-window .floating-bar button,
|
|
calendar.button, .app-notification button, notebook > header tabs > tab button.flat:active, notebook > header tabs > tab .raven .raven-header:not(.top) button:active, .raven .raven-header:not(.top) notebook > header tabs > tab button:active, notebook > header tabs > tab button.flat:active:hover, notebook > header tabs > tab button.flat:hover, notebook > header tabs > tab .raven .raven-header:not(.top) button:hover, .raven .raven-header:not(.top) notebook > header tabs > tab button:hover, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link, button:visited, menuitem.button.flat, .raven .raven-header:not(.top) button.button,
|
|
modelbutton.flat {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
menuitem.button.flat, .raven .raven-header:not(.top) button.button,
|
|
modelbutton.flat {
|
|
transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
|
|
min-height: 26px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
outline-offset: -3px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
menuitem.button.flat:hover, .raven .raven-header:not(.top) button.button:hover,
|
|
modelbutton.flat:hover {
|
|
background-color: #444444;
|
|
transition-duration: 50ms;
|
|
}
|
|
|
|
menuitem.button.flat:active, .raven .raven-header:not(.top) button.button:active, menuitem.button.flat:active arrow, .raven .raven-header:not(.top) button.button:active arrow, menuitem.button.flat:selected, .raven .raven-header:not(.top) button.button:selected, menuitem.button.flat:selected arrow, .raven .raven-header:not(.top) button.button:selected arrow,
|
|
modelbutton.flat:active,
|
|
modelbutton.flat:active arrow,
|
|
modelbutton.flat:selected,
|
|
modelbutton.flat:selected arrow {
|
|
transition: none;
|
|
animation: none;
|
|
}
|
|
|
|
menuitem.button.flat:checked, .raven .raven-header:not(.top) button.button:checked,
|
|
modelbutton.flat:checked {
|
|
color: #dedede;
|
|
}
|
|
|
|
menuitem.button.flat:disabled, .raven .raven-header:not(.top) button.button:disabled, label:disabled selection.flat,
|
|
modelbutton.flat:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
menuitem.button.flat check:last-child, .raven .raven-header:not(.top) button.button check:last-child,
|
|
menuitem.button.flat radio:last-child,
|
|
.raven .raven-header:not(.top) button.button radio:last-child,
|
|
modelbutton.flat check:last-child,
|
|
modelbutton.flat radio:last-child {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
menuitem.button.flat check:first-child, .raven .raven-header:not(.top) button.button check:first-child,
|
|
menuitem.button.flat radio:first-child,
|
|
.raven .raven-header:not(.top) button.button radio:first-child,
|
|
modelbutton.flat check:first-child,
|
|
modelbutton.flat radio:first-child {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
modelbutton.flat arrow.left {
|
|
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
|
|
}
|
|
|
|
modelbutton.flat arrow.right {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
}
|
|
|
|
button:link, button:visited, *:link {
|
|
color: #3484e2;
|
|
}
|
|
|
|
button:visited, *:link:visited {
|
|
color: #b4b4b4;
|
|
}
|
|
|
|
*:selected button:visited, *:selected *:link:visited {
|
|
color: #9cbffa;
|
|
}
|
|
|
|
button:hover:link, button:hover:visited, *:link:hover {
|
|
color: #619fe8;
|
|
}
|
|
|
|
*:selected button:hover:link, *:selected button:hover:visited, *:selected *:link:hover {
|
|
color: #e6effe;
|
|
}
|
|
|
|
button:active:link, button:active:visited, *:link:active {
|
|
color: #3484e2;
|
|
}
|
|
|
|
*:selected button:active:link, *:selected button:active:visited, *:selected *:link:active {
|
|
color: #cedffc;
|
|
}
|
|
|
|
infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link, .selection-mode headerbar .subtitle:link, headerbar.selection-mode .subtitle:link, button:selected:link, button:selected:visited, *:selected button:link, *:selected button:visited, *:link:selected, *:selected *:link {
|
|
color: #cedffc;
|
|
}
|
|
|
|
button:link > label, button:visited > label {
|
|
text-decoration-line: underline;
|
|
}
|
|
|
|
spinbutton:drop(active) {
|
|
box-shadow: none;
|
|
}
|
|
|
|
spinbutton button:active {
|
|
color: white;
|
|
}
|
|
|
|
spinbutton:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
spinbutton entry {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
spinbutton entry:focus {
|
|
border-color: rgba(104, 135, 205, 0.75);
|
|
box-shadow: inset 0 0 0 1px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
spinbutton entry:drop(active) {
|
|
border-color: #F08437;
|
|
box-shadow: inset 0 0 0 1px #F08437;
|
|
}
|
|
|
|
spinbutton:not(.vertical) entry {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
min-width: 28px;
|
|
}
|
|
|
|
spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry {
|
|
min-height: 20px;
|
|
}
|
|
|
|
spinbutton:not(.vertical):dir(ltr) entry, spinbutton:not(.vertical):dir(rtl) button.up {
|
|
border-radius: 6px 0 0 6px;
|
|
}
|
|
|
|
spinbutton:not(.vertical) > button + button {
|
|
border-left-style: none;
|
|
}
|
|
|
|
spinbutton:not(.vertical) > button:hover:not(:active),
|
|
spinbutton:not(.vertical) > button:hover + button {
|
|
box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
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 rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
|
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
|
|
spinbutton:not(.vertical) > entry + button:not(:active):hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
spinbutton:not(.vertical) > entry:focus + button {
|
|
border-left-color: rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
spinbutton:not(.vertical) > entry:drop(active) + button {
|
|
border-left-color: #F08437;
|
|
}
|
|
|
|
.osd spinbutton:not(.vertical), .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):drop(active) {
|
|
border-image: none;
|
|
}
|
|
|
|
.osd spinbutton:not(.vertical) > button:hover:not(:active),
|
|
.osd spinbutton:not(.vertical) > button:hover + button {
|
|
box-shadow: inset 1px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
|
|
.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
|
|
.osd spinbutton:not(.vertical) > entry + button:not(:active):hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.osd spinbutton:not(.vertical) > entry:focus + button {
|
|
border-left-color: rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
spinbutton.vertical button, spinbutton.vertical entry {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
min-width: 0;
|
|
}
|
|
|
|
spinbutton.vertical button.up {
|
|
border-radius: 6px 6px 0 0;
|
|
}
|
|
|
|
spinbutton.vertical > entry:focus + button {
|
|
border-top-color: rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
spinbutton.vertical > entry:drop(active) + button {
|
|
border-top-color: #F08437;
|
|
}
|
|
|
|
combobox {
|
|
min-height: 16px;
|
|
}
|
|
|
|
combobox button.combo {
|
|
min-width: 0;
|
|
min-height: 16px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
combobox arrow {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
}
|
|
|
|
.background combobox button.combo arrow {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow-dark.png"), url("assets/combobox-arrow-dark@2.png"));
|
|
min-height: 16px;
|
|
min-width: 18px;
|
|
padding: 0;
|
|
margin: 2px -10px 2px 0;
|
|
border-radius: 5px;
|
|
border: none;
|
|
}
|
|
|
|
combobox decoration,
|
|
combobox button.combo:checked, .background combobox button.combo:checked {
|
|
transition: none;
|
|
}
|
|
|
|
combobox:drop(active) button.combo {
|
|
color: #F08437;
|
|
border-color: #F08437;
|
|
box-shadow: none;
|
|
}
|
|
|
|
combobox .linked:not(.vertical) > entry + button.combo arrow, .linked:not(.vertical) > combobox > box > button.combo arrow {
|
|
background-color: transparent;
|
|
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow-dark.png"), url("assets/combobox-arrow-dark@2.png"));
|
|
}
|
|
|
|
combobox .linked:not(.vertical) > entry + button.combo:checked arrow, .linked:not(.vertical) > combobox > box > button.combo:checked arrow {
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow-dark.png"), url("assets/combobox-arrow-dark@2.png"));
|
|
}
|
|
|
|
.linked:not(.vertical) > combobox:first-child > box > button.combo {
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
|
|
.linked:not(.vertical) > combobox:last-child > box > button.combo {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.linked:not(.vertical) > combobox:only-child > box > button.combo {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.linked.vertical > combobox:first-child > box > button.combo {
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
}
|
|
|
|
.linked.vertical > combobox:last-child > box > button.combo {
|
|
border-bottom-left-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
}
|
|
|
|
.linked.vertical > combobox:only-child > box > button.combo {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.inline-toolbar, toolbar {
|
|
-GtkWidget-window-dragging: true;
|
|
padding: 4px;
|
|
background-color: #373737;
|
|
}
|
|
|
|
.horizontal.inline-toolbar, toolbar.horizontal {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.inline-toolbar separator, toolbar separator {
|
|
background: none;
|
|
}
|
|
|
|
.horizontal.inline-toolbar separator, toolbar.horizontal separator {
|
|
margin: 0 6px;
|
|
}
|
|
|
|
.vertical.inline-toolbar separator, toolbar.vertical separator {
|
|
margin: 6px 0;
|
|
}
|
|
|
|
.osd .inline-toolbar, .osd toolbar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.osd.inline-toolbar, toolbar.osd {
|
|
padding: 8px;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
background-color: #242424;
|
|
}
|
|
|
|
.osd.left.inline-toolbar, .osd.right.inline-toolbar, .osd.top.inline-toolbar, .osd.bottom.inline-toolbar, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.osd.top.inline-toolbar, toolbar.osd.top {
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
|
|
.osd.bottom.inline-toolbar, toolbar.osd.bottom {
|
|
border-width: 1px 0 0 0;
|
|
}
|
|
|
|
.osd.left.inline-toolbar, toolbar.osd.left {
|
|
border-width: 0 1px 0 0;
|
|
}
|
|
|
|
.osd.right.inline-toolbar, toolbar.osd.right {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
|
|
.primary-toolbar:not(.libreoffice-toolbar) {
|
|
color: #dadada;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
border-width: 0 0 1px 0;
|
|
border-style: solid;
|
|
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 1 0 1 0;
|
|
}
|
|
|
|
.inline-toolbar {
|
|
background-color: #2b2b2b;
|
|
border-style: solid;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
border-width: 0 1px 1px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.background.csd .inline-toolbar {
|
|
border-radius: 0 0 6px 6px;
|
|
}
|
|
|
|
searchbar {
|
|
background-color: #333333;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
searchbar > revealer > box {
|
|
padding: 6px;
|
|
margin: -6px;
|
|
border-style: solid;
|
|
border-color: #474747;
|
|
border-width: 0 0 1px;
|
|
}
|
|
|
|
searchbar .linked:not(.vertical) > entry {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
actionbar {
|
|
padding: 6px;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.background.csd actionbar {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
headerbar {
|
|
min-height: 40px;
|
|
padding: 0 16px;
|
|
color: #FDFDFD;
|
|
background-color: #373737;
|
|
border-bottom: 1px solid #0e0e0e;
|
|
}
|
|
|
|
headerbar:backdrop {
|
|
transition: 150ms ease-out;
|
|
color: rgba(253, 253, 253, 0.7);
|
|
background-color: #373737;
|
|
border-color: #060606;
|
|
}
|
|
|
|
headerbar .title {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
headerbar .subtitle {
|
|
font-size: smaller;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
margin-top: -3px;
|
|
}
|
|
|
|
headerbar button, headerbar spinbutton {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
headerbar .linked:not(.vertical):not(.stack-switcher) > button {
|
|
min-width: 20px;
|
|
border-radius: 6px;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar .linked:not(.vertical):not(.stack-switcher) > button:disabled {
|
|
background: none;
|
|
}
|
|
|
|
headerbar stackswitcher.linked.stack-switcher:not(.vertical) > button {
|
|
min-height: 26px;
|
|
min-width: 20px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
headerbar .linked:not(.vertical) > entry {
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
margin: 8px 3px;
|
|
padding: 0 8px;
|
|
border-radius: 6px;
|
|
border: none;
|
|
}
|
|
|
|
headerbar .linked:not(.vertical) > entry image, headerbar .linked:not(.vertical) > entry image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
headerbar .linked:not(.vertical) > entry:focus {
|
|
border-radius: 6px;
|
|
background-image: none;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
headerbar .linked:not(.vertical) > entry:disabled {
|
|
border-radius: 6px;
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
headerbar .linked:not(.vertical) > entry:backdrop {
|
|
opacity: 0.65;
|
|
background-image: none;
|
|
}
|
|
|
|
headerbar stackswitcher {
|
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
border-radius: 6px;
|
|
margin: 8px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
headerbar stackswitcher button {
|
|
min-height: 26px;
|
|
margin: 0;
|
|
font-weight: 500;
|
|
}
|
|
|
|
headerbar stackswitcher button:not(:first-child) {
|
|
border-width: 0 0 0 1px;
|
|
border-style: none solid none none;
|
|
border-radius: 0;
|
|
border-image: linear-gradient(to bottom, transparent 16%, rgba(255, 255, 255, 0.1) 16%, rgba(255, 255, 255, 0.1) 84%, transparent 84%) 0 0 0 1/0 0 0 1px stretch;
|
|
}
|
|
|
|
headerbar stackswitcher button:checked {
|
|
border-image: none;
|
|
}
|
|
|
|
headerbar stackswitcher button:checked + button {
|
|
border-image: none;
|
|
}
|
|
|
|
headerbar switch {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
headerbar switch:backdrop {
|
|
opacity: 0.75;
|
|
}
|
|
|
|
headerbar.titlebar headerbar:not(.titlebar) {
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.selection-mode headerbar, headerbar.selection-mode {
|
|
color: white;
|
|
background-color: #6887cd;
|
|
border-color: #597bc8;
|
|
box-shadow: none;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.selection-mode headerbar:backdrop, headerbar.selection-mode:backdrop {
|
|
background-color: #6887cd;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
border-color: #597bc8;
|
|
}
|
|
|
|
.selection-mode headerbar button, headerbar.selection-mode button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.selection-mode headerbar .selection-menu, headerbar.selection-mode .selection-menu {
|
|
box-shadow: none;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.selection-mode headerbar .selection-menu GtkArrow, headerbar.selection-mode .selection-menu GtkArrow {
|
|
-GtkArrow-arrow-scaling: 1;
|
|
}
|
|
|
|
.selection-mode headerbar .selection-menu .arrow, headerbar.selection-mode .selection-menu .arrow {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
.maximized .selection-mode headerbar, .maximized headerbar.selection-mode {
|
|
background-color: #6887cd;
|
|
}
|
|
|
|
.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop {
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.maximized headerbar {
|
|
background-color: #373737;
|
|
border-color: #0e0e0e;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.maximized headerbar:backdrop {
|
|
background-color: #373737;
|
|
border-color: #060606;
|
|
}
|
|
|
|
headerbar.default-decoration {
|
|
min-height: 32px;
|
|
padding: 0 12px;
|
|
background-color: #373737;
|
|
}
|
|
|
|
.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration {
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar.default-decoration button.titlebutton {
|
|
border: none;
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
headerbar.default-decoration button.titlebutton.appmenu, headerbar.default-decoration button.titlebutton.appmenu:active, headerbar.default-decoration button.titlebutton.appmenu:checked {
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png"));
|
|
}
|
|
|
|
headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop {
|
|
border: none;
|
|
}
|
|
|
|
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
|
|
border-top-left-radius: 14px;
|
|
}
|
|
|
|
.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
|
|
border-radius: 0;
|
|
}
|
|
|
|
headerbar:last-child, headerbar:last-child:backdrop {
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
|
|
border-radius: 0;
|
|
}
|
|
|
|
stack headerbar:first-child, stack headerbar:last-child {
|
|
border-top-left-radius: 14px;
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
|
|
border-top-left-radius: 14px;
|
|
}
|
|
|
|
window headerbar:last-child:backdrop, window headerbar:last-child {
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
|
|
border-top-left-radius: 14px;
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.titlebar, .titlebar.background {
|
|
border-top-left-radius: 14px;
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
.titlebar, .titlebar headerbar {
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.tiled .titlebar, .maximized .titlebar, .fullscreen .titlebar, .tiled .titlebar headerbar, .maximized .titlebar headerbar, .fullscreen .titlebar headerbar {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.titlebar > box.left.horizontal,
|
|
.titlebar > box.right.horizontal {
|
|
padding: 0 6px;
|
|
}
|
|
|
|
window.background > box.vertical > headerbar:not(.titlebar) {
|
|
border-radius: 0 0 0 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
separator:first-child + window.background > box.vertical > headerbar:not(.titlebar), separator:first-child + window.background > box.vertical > headerbar:not(.titlebar):backdrop, window.background > box.vertical > headerbar:not(.titlebar):first-child, window.background > box.vertical > headerbar:not(.titlebar):first-child:backdrop {
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
window.background > box.vertical > headerbar:not(.titlebar):last-child, window.background > box.vertical > headerbar:not(.titlebar):last-child:backdrop {
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop {
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.titlebar:not(headerbar) > separator {
|
|
min-width: 1px;
|
|
}
|
|
|
|
headerbar button, .titlebar button {
|
|
min-height: 26px;
|
|
min-width: 22px;
|
|
}
|
|
|
|
headerbar entry, .titlebar entry {
|
|
min-height: 22px;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding: 2px 8px;
|
|
}
|
|
|
|
.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton {
|
|
min-width: 0;
|
|
min-height: 0;
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop {
|
|
opacity: 0.65;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry, headerbar entry {
|
|
min-height: 22px;
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry image, headerbar entry image, headerbar entry image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop {
|
|
opacity: 0.65;
|
|
background-image: none;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry:hover, headerbar entry:hover {
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 2px transparent;
|
|
transition-duration: 200ms;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry:focus, headerbar entry:focus {
|
|
background-image: none;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry:disabled {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry selection:focus, headerbar entry selection:focus {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry progress, headerbar entry progress {
|
|
border-color: #0860f2;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.warning, headerbar entry.warning {
|
|
color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
background-color: #a75e36;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
|
|
color: white;
|
|
background-color: #F27835;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.warning selection, headerbar entry.warning selection {
|
|
background-color: white;
|
|
color: #F27835;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.error, headerbar entry.error {
|
|
color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
background-color: #ad3d38;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.error:focus, headerbar entry.error:focus {
|
|
color: white;
|
|
background-color: #FC4138;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry.error selection, headerbar entry.error selection {
|
|
background-color: white;
|
|
color: #FC4138;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:not(.image-button), .nemo-window .primary-toolbar button, headerbar button {
|
|
min-height: 26px;
|
|
min-width: 22px;
|
|
color: #FDFDFD;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:backdrop, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:backdrop:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:backdrop:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:backdrop:not(.image-button), .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop {
|
|
opacity: 0.65;
|
|
background-image: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:hover:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:hover:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:hover:not(.image-button), .nemo-window .primary-toolbar button:hover, headerbar button:hover {
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:active:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:active:not(.image-button), .nemo-window .primary-toolbar button:active, headerbar button:active {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.25);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:active:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:active:hover:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:active:hover:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:active:hover:not(.image-button), .nemo-window .primary-toolbar button:active:hover, headerbar button:active:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:checked:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked {
|
|
color: #FDFDFD;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:checked:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:checked:not(.image-button), .nemo-window .primary-toolbar button:checked, headerbar button:checked {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
transition-duration: 300ms;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:checked:hover, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:checked:hover:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:checked:hover:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:checked:hover:not(.image-button), .nemo-window .primary-toolbar button:checked:hover, headerbar button:checked:hover {
|
|
background-image: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:disabled, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:disabled:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:disabled:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:disabled:not(.image-button), .nemo-window .primary-toolbar button:disabled {
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:disabled label, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:disabled:not(.image-button) label, window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:disabled:not(.image-button) label, .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:disabled:not(.image-button) label, .nemo-window .primary-toolbar button:disabled label, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button:disabled, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:disabled:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:disabled:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:disabled:not(.image-button), .nemo-window .primary-toolbar button:disabled {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button.flat, .raven .raven-header:not(.top) window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar > button, window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button), window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:not(.image-button), .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:not(.image-button), .nemo-window .primary-toolbar button.flat, .nemo-window .primary-toolbar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .nemo-window .primary-toolbar button, headerbar button.flat, headerbar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) headerbar button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.path-bar button {
|
|
min-width: 12px;
|
|
min-height: 26px;
|
|
}
|
|
|
|
.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.path-bar button:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.path-bar button:active, .path-bar button:checked {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.path-bar button:disabled {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.path-bar button.text-button.image-button label {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) {
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
.path-bar button image {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
treeview.view {
|
|
border-radius: 0;
|
|
margin: 0 0;
|
|
border-left-color: rgba(222, 222, 222, 0.15);
|
|
border-top-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
* {
|
|
-GtkTreeView-horizontal-separator: 4;
|
|
-GtkTreeView-grid-line-width: 1;
|
|
-GtkTreeView-grid-line-pattern: '';
|
|
-GtkTreeView-tree-line-width: 1;
|
|
-GtkTreeView-tree-line-pattern: '';
|
|
-GtkTreeView-expander-size: 16;
|
|
}
|
|
|
|
treeview.view acceleditor > label {
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
treeview.view:selected, treeview.view:selected:focus {
|
|
border-radius: 0;
|
|
border-left-color: #84b0f9;
|
|
border-top-color: rgba(222, 222, 222, 0.15);
|
|
}
|
|
|
|
treeview.view:disabled, label:disabled selection.view {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
treeview.view:disabled:selected, label:disabled selection.view:selected {
|
|
color: #6ba0f7;
|
|
}
|
|
|
|
treeview.view.separator {
|
|
min-height: 2px;
|
|
color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
treeview.view:drop(active) {
|
|
border-style: solid none;
|
|
border-width: 1px;
|
|
border-color: #739fe8;
|
|
}
|
|
|
|
treeview.view.after:drop(active) {
|
|
border-top-style: none;
|
|
}
|
|
|
|
treeview.view.before:drop(active) {
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
treeview.view.expander {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
color: #818181;
|
|
}
|
|
|
|
treeview.view.expander:dir(rtl) {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
|
|
}
|
|
|
|
treeview.view.expander:hover {
|
|
color: #dedede;
|
|
}
|
|
|
|
treeview.view.expander:selected {
|
|
color: #b5cffb;
|
|
}
|
|
|
|
treeview.view.expander:selected:hover {
|
|
color: white;
|
|
}
|
|
|
|
treeview.view.expander:checked {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
|
color: white;
|
|
border-radius: 6px;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
|
color: #0860f2;
|
|
box-shadow: none;
|
|
background-color: white;
|
|
}
|
|
|
|
treeview.view.trough {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
}
|
|
|
|
treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
|
color: white;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
}
|
|
|
|
treeview.view header button {
|
|
min-height: 26px;
|
|
min-width: 38px;
|
|
padding: 0 6px;
|
|
font-weight: bold;
|
|
color: #b9b9b9;
|
|
background-color: #242424;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
border-style: none solid none none;
|
|
border-radius: 0;
|
|
border-image: linear-gradient(to bottom, #242424 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #242424 80%) 0 1 0 0/0 1px 0 0 stretch;
|
|
}
|
|
|
|
treeview.view header button:hover {
|
|
color: #0860f2;
|
|
}
|
|
|
|
treeview.view header button:active {
|
|
color: #dedede;
|
|
}
|
|
|
|
treeview.view header button:active, treeview.view header button:hover {
|
|
background-color: #242424;
|
|
}
|
|
|
|
treeview.view header button:active:hover {
|
|
color: #dedede;
|
|
}
|
|
|
|
treeview.view header button:disabled {
|
|
border-color: #333333;
|
|
background-image: none;
|
|
}
|
|
|
|
treeview.view header button:last-child {
|
|
border-right-style: none;
|
|
border-image: none;
|
|
}
|
|
|
|
treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active,
|
|
treeview.view header.button.dnd,
|
|
treeview.view header.button.dnd:selected,
|
|
treeview.view header.button.dnd:hover,
|
|
treeview.view header.button.dnd:active {
|
|
padding: 0 6px;
|
|
transition: none;
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-radius: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
menubar,
|
|
.menubar {
|
|
-GtkWidget-window-dragging: true;
|
|
padding: 0;
|
|
background-color: #373737;
|
|
color: #FDFDFD;
|
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
menubar:backdrop,
|
|
.menubar:backdrop {
|
|
color: rgba(253, 253, 253, 0.8);
|
|
}
|
|
|
|
menubar > menuitem,
|
|
.menubar > menuitem {
|
|
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
padding: 4px 8px;
|
|
border: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
menubar > menuitem > window.popup.background.csd > menu > menuitem,
|
|
.menubar > menuitem > window.popup.background.csd > menu > menuitem {
|
|
transition: none;
|
|
}
|
|
|
|
menubar > menuitem:hover,
|
|
.menubar > menuitem:hover {
|
|
transition: none;
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
menubar > menuitem:disabled,
|
|
.menubar > menuitem:disabled {
|
|
color: rgba(253, 253, 253, 0.4);
|
|
}
|
|
|
|
.context-menu,
|
|
menu,
|
|
.menu {
|
|
padding: 6px 4px;
|
|
border-radius: 10px;
|
|
background-color: #333333;
|
|
border: 1px solid #474747;
|
|
color: #dedede;
|
|
}
|
|
|
|
.csd .context-menu, .csd menu, .csd .menu {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border: 1px solid rgba(66, 66, 66, 0.95);
|
|
}
|
|
|
|
.context-menu separator, .csd .context-menu separator,
|
|
menu separator, .csd menu separator,
|
|
.menu separator, .csd .menu separator {
|
|
margin: 2px 4px;
|
|
min-height: 0;
|
|
border-bottom: 2px solid rgba(255, 255, 255, 0.08);
|
|
background-color: transparent;
|
|
}
|
|
|
|
.context-menu > menuitem,
|
|
menu > menuitem,
|
|
.menu > menuitem {
|
|
transition: background-color 50ms cubic-bezier(0, 0, 0.2, 1);
|
|
min-height: 12px;
|
|
min-width: 40px;
|
|
padding: 3px 6px;
|
|
border-radius: 7px;
|
|
margin: 0 2px;
|
|
text-shadow: none;
|
|
color: #dedede;
|
|
}
|
|
|
|
.context-menu > menuitem:hover,
|
|
menu > menuitem:hover,
|
|
.menu > menuitem:hover {
|
|
transition: none;
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.context-menu > menuitem:hover arrow,
|
|
menu > menuitem:hover arrow,
|
|
.menu > menuitem:hover arrow {
|
|
transition: none;
|
|
color: white;
|
|
}
|
|
|
|
.context-menu > menuitem:hover menu arrow,
|
|
menu > menuitem:hover menu arrow,
|
|
.menu > menuitem:hover menu arrow {
|
|
color: #dedede;
|
|
text-shadow: none;
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
.context-menu > menuitem:hover menu menuitem:hover arrow,
|
|
menu > menuitem:hover menu menuitem:hover arrow,
|
|
.menu > menuitem:hover menu menuitem:hover arrow {
|
|
color: white;
|
|
}
|
|
|
|
.context-menu > menuitem:disabled,
|
|
menu > menuitem:disabled,
|
|
.menu > menuitem:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.context-menu > menuitem arrow,
|
|
menu > menuitem arrow,
|
|
.menu > menuitem arrow {
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: none;
|
|
color: #dedede;
|
|
}
|
|
|
|
.context-menu > menuitem arrow:dir(ltr),
|
|
menu > menuitem arrow:dir(ltr),
|
|
.menu > menuitem arrow:dir(ltr) {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
margin-right: 0;
|
|
}
|
|
|
|
.context-menu > menuitem arrow:dir(rtl),
|
|
menu > menuitem arrow:dir(rtl),
|
|
.menu > menuitem arrow:dir(rtl) {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
|
|
margin-left: 0;
|
|
}
|
|
|
|
menuitem accelerator {
|
|
color: alpha(currentColor,0.55);
|
|
}
|
|
|
|
menuitem check, menuitem radio {
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
}
|
|
|
|
menuitem check:dir(ltr), menuitem radio:dir(ltr) {
|
|
margin-right: 6px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
menuitem check:dir(rtl), menuitem radio:dir(rtl) {
|
|
margin-left: 6px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
|
|
.context-menu > arrow,
|
|
menu > arrow,
|
|
.menu > arrow {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
padding: 2px;
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
border: none;
|
|
background-image: none;
|
|
color: #dedede;
|
|
}
|
|
|
|
|
|
.context-menu > arrow.top,
|
|
menu > arrow.top,
|
|
.menu > arrow.top {
|
|
margin-top: -6px;
|
|
border-radius: 14px 14px 0 0;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
|
|
}
|
|
|
|
|
|
.context-menu > arrow.bottom,
|
|
menu > arrow.bottom,
|
|
.menu > arrow.bottom {
|
|
margin-top: 12px;
|
|
margin-bottom: -16px;
|
|
border-radius: 0 0 14px 14px;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
|
|
.context-menu > arrow:hover,
|
|
menu > arrow:hover,
|
|
.menu > arrow:hover {
|
|
background-color: rgba(222, 222, 222, 0.08);
|
|
}
|
|
|
|
|
|
.context-menu > arrow:disabled,
|
|
menu > arrow:disabled,
|
|
.menu > arrow:disabled {
|
|
color: transparent;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
popover,
|
|
popover.background {
|
|
padding: 0;
|
|
border-radius: 14px;
|
|
background-clip: border-box;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.55);
|
|
}
|
|
|
|
.csd popover, popover, .csd popover.background,
|
|
popover.background {
|
|
border-radius: 14px;
|
|
border: 1px solid rgba(66, 66, 66, 0.95);
|
|
}
|
|
|
|
popover separator, popover separator, .csd popover separator,
|
|
popover.background separator,
|
|
popover.background separator, .csd popover.background separator {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
popover label.separator,
|
|
popover.background label.separator {
|
|
color: #dedede;
|
|
}
|
|
|
|
popover entry,
|
|
popover.background entry {
|
|
background-color: rgba(60, 60, 60, 0.9525);
|
|
}
|
|
|
|
popover > list,
|
|
popover > .view,
|
|
popover > toolbar,
|
|
popover.background > list,
|
|
popover.background > .view,
|
|
popover.background > toolbar {
|
|
border-style: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
popover.touch-selection, .csd popover.touch-selection,
|
|
popover.background.touch-selection, .csd popover.background.touch-selection {
|
|
font: initial;
|
|
}
|
|
|
|
cursor-handle {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
border-style: none;
|
|
}
|
|
|
|
cursor-handle.top {
|
|
-gtk-icon-source: -gtk-icontheme("selection-start-symbolic");
|
|
}
|
|
|
|
cursor-handle.bottom {
|
|
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic");
|
|
}
|
|
|
|
notebook {
|
|
padding: 0;
|
|
}
|
|
|
|
notebook.frame {
|
|
border: 1px solid #474747;
|
|
}
|
|
|
|
notebook > stack:not(:only-child) {
|
|
background-color: #242424;
|
|
}
|
|
|
|
notebook > header {
|
|
padding: 0;
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
notebook > header.top {
|
|
box-shadow: inset 0 1px #474747, inset 0 -1px rgba(255, 255, 255, 0.12);
|
|
margin-top: -1px;
|
|
}
|
|
|
|
notebook > header.bottom {
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), inset 0 -1px #474747;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
notebook > header.right {
|
|
box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12), inset -1px 0 #474747;
|
|
margin-right: -1px;
|
|
}
|
|
|
|
notebook > header.left {
|
|
box-shadow: inset 1px 0 #474747, inset -1px 0 rgba(255, 255, 255, 0.12);
|
|
margin-left: -1px;
|
|
}
|
|
|
|
notebook > header button.flat.toggle.popup, notebook > header .raven .raven-header:not(.top) button.toggle.popup, .raven .raven-header:not(.top) notebook > header button.toggle.popup {
|
|
min-width: 28px;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
}
|
|
|
|
notebook > header button.flat.toggle.popup:active, notebook > header .raven .raven-header:not(.top) button.toggle.popup:active, .raven .raven-header:not(.top) notebook > header button.toggle.popup:active, notebook > header button.flat.toggle.popup:checked, notebook > header .raven .raven-header:not(.top) button.toggle.popup:checked, .raven .raven-header:not(.top) notebook > header button.toggle.popup:checked {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
notebook > header.top {
|
|
padding: 0;
|
|
}
|
|
|
|
notebook > header.top tab {
|
|
padding: 2px 10px;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
border-radius: 0;
|
|
outline-offset: -4px;
|
|
}
|
|
|
|
notebook > header.top tab + tab {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
notebook > header.bottom {
|
|
padding: 0;
|
|
}
|
|
|
|
notebook > header.bottom tab {
|
|
padding: 2px 10px;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
border-radius: 0;
|
|
outline-offset: -4px;
|
|
}
|
|
|
|
notebook > header.bottom tab + tab {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
notebook > header.right {
|
|
padding: 0;
|
|
}
|
|
|
|
notebook > header.right tab {
|
|
padding: 2px 10px;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
border-radius: 0;
|
|
outline-offset: -4px;
|
|
}
|
|
|
|
notebook > header.right tab + tab {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
notebook > header.left {
|
|
padding: 0;
|
|
}
|
|
|
|
notebook > header.left tab {
|
|
padding: 2px 10px;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
border-radius: 0;
|
|
outline-offset: -4px;
|
|
}
|
|
|
|
notebook > header.left tab + tab {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
}
|
|
|
|
notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
|
|
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
|
|
}
|
|
|
|
notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
|
|
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
|
|
}
|
|
|
|
notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
notebook > header > tabs > arrow {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
notebook > header > tabs > arrow:hover {
|
|
color: rgba(222, 222, 222, 0.675);
|
|
}
|
|
|
|
notebook > header > tabs > arrow:active {
|
|
color: #dedede;
|
|
}
|
|
|
|
notebook > header > tabs > arrow:disabled {
|
|
color: rgba(222, 222, 222, 0.05);
|
|
}
|
|
|
|
notebook > header.top tabs > tab:first-child, notebook > header.bottom tabs > tab:first-child {
|
|
border-left-style: none;
|
|
}
|
|
|
|
notebook > header.top tabs > tab:last-child, notebook > header.bottom tabs > tab:last-child {
|
|
border-right-style: none;
|
|
}
|
|
|
|
notebook > header.left tabs > tab:first-child, notebook > header.right tabs > tab:first-child {
|
|
border-top-style: none;
|
|
}
|
|
|
|
notebook > header.left tabs > tab:last-child, notebook > header.right tabs > tab:last-child {
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
notebook > header tabs > tab {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
background-color: rgba(36, 36, 36, 0);
|
|
border: 1px solid transparent;
|
|
transition: all 150ms ease-out;
|
|
}
|
|
|
|
notebook > header tabs > tab:hover:not(:checked) {
|
|
color: rgba(222, 222, 222, 0.675);
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
border-color: #444444;
|
|
}
|
|
|
|
notebook > header tabs > tab:checked {
|
|
color: #dedede;
|
|
background-color: #373737;
|
|
border-color: #444444;
|
|
}
|
|
|
|
notebook > header tabs > tab button.flat, notebook > header tabs > tab .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) notebook > header tabs > tab button {
|
|
min-height: 20px;
|
|
min-width: 20px;
|
|
border-radius: 3px;
|
|
padding: 0;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
color: #a2a2a2;
|
|
}
|
|
|
|
notebook > header tabs > tab button.flat:hover, notebook > header tabs > tab .raven .raven-header:not(.top) button:hover, .raven .raven-header:not(.top) notebook > header tabs > tab button:hover {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
notebook > header tabs > tab button.flat:active, notebook > header tabs > tab .raven .raven-header:not(.top) button:active, .raven .raven-header:not(.top) notebook > header tabs > tab button:active, notebook > header tabs > tab button.flat:active:hover {
|
|
color: #f8f8f8;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
scrollbar {
|
|
background-color: transparent;
|
|
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
border: none;
|
|
}
|
|
|
|
* {
|
|
-GtkScrollbar-has-backward-stepper: false;
|
|
-GtkScrollbar-has-forward-stepper: false;
|
|
}
|
|
|
|
scrollbar button {
|
|
border: none;
|
|
}
|
|
|
|
scrollbar.vertical button.down {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
scrollbar.vertical button.up {
|
|
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
|
|
}
|
|
|
|
scrollbar.horizontal button.down {
|
|
-gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
|
|
}
|
|
|
|
scrollbar.horizontal button.up {
|
|
-gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
|
|
}
|
|
|
|
scrollbar slider {
|
|
min-width: 4px;
|
|
min-height: 4px;
|
|
margin: -1px;
|
|
border: 4px solid transparent;
|
|
border-radius: 8px;
|
|
background-clip: padding-box;
|
|
background-color: #777777;
|
|
}
|
|
|
|
scrollbar slider:hover {
|
|
background-color: #666666;
|
|
}
|
|
|
|
scrollbar slider:hover:active {
|
|
background-color: #aaaaaa;
|
|
}
|
|
|
|
scrollbar slider:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
scrollbar.fine-tune slider {
|
|
min-width: 4px;
|
|
min-height: 4px;
|
|
}
|
|
|
|
scrollbar.fine-tune.horizontal slider {
|
|
border-width: 5px 4px;
|
|
}
|
|
|
|
scrollbar.fine-tune.vertical slider {
|
|
border-width: 4px 5px;
|
|
}
|
|
|
|
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
|
|
opacity: 0.4;
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
|
|
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
|
margin: 0;
|
|
min-width: 4px;
|
|
min-height: 4px;
|
|
background-color: #ababab;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider {
|
|
margin: 0 3px;
|
|
min-width: 40px;
|
|
}
|
|
|
|
scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider {
|
|
margin: 3px 0;
|
|
min-height: 40px;
|
|
}
|
|
|
|
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
|
|
opacity: 0.99;
|
|
}
|
|
|
|
scrollbar.horizontal slider {
|
|
min-width: 40px;
|
|
}
|
|
|
|
scrollbar.vertical slider {
|
|
min-height: 40px;
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate) slider:not(:indeterminate), .raven .raven-background switch:not(:indeterminate), row switch:not(:indeterminate) slider:not(:indeterminate), row switch:not(:indeterminate) {
|
|
padding: 0;
|
|
border: none;
|
|
color: transparent;
|
|
background: unset;
|
|
background-image: unset;
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
box-shadow: none;
|
|
animation: none;
|
|
font-size: 0;
|
|
outline-color: transparent;
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate) slider:dir(rtl):not(:indeterminate), .raven .raven-background switch:dir(rtl):not(:indeterminate), row switch:not(:indeterminate) slider:dir(rtl):not(:indeterminate), row switch:dir(rtl):not(:indeterminate) {
|
|
background-position: left center;
|
|
}
|
|
|
|
row switch:not(:indeterminate) {
|
|
min-width: 40px;
|
|
min-height: 24px;
|
|
margin: 0;
|
|
background-size: 40px 24px;
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png"));
|
|
}
|
|
|
|
row switch:not(:indeterminate) slider:not(:indeterminate) {
|
|
margin: 0;
|
|
background-size: 40px 24px;
|
|
}
|
|
|
|
row switch:not(:indeterminate):hover {
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-image: -gtk-scaled(url("assets/switch-hover.png"), url("assets/switch-hover@2.png"));
|
|
}
|
|
|
|
row switch:not(:indeterminate):checked {
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png"));
|
|
}
|
|
|
|
row switch:not(:indeterminate):checked:hover {
|
|
background-image: -gtk-scaled(url("assets/switch-active-hover.png"), url("assets/switch-active-hover@2.png"));
|
|
}
|
|
|
|
row switch:not(:indeterminate):checked:disabled, label:disabled selection:checked {
|
|
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png"));
|
|
}
|
|
|
|
row switch:not(:indeterminate):disabled, label:disabled selection:not(:indeterminate) {
|
|
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate) {
|
|
min-width: 50px;
|
|
min-height: 20px;
|
|
margin: 6px 2px;
|
|
background-size: 50px 20px;
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-image: -gtk-scaled(url("assets/toggle-off.png"), url("assets/toggle-off@2.png"));
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate) slider:not(:indeterminate) {
|
|
margin: 0;
|
|
background-size: 50px 20px;
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate):checked {
|
|
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png"));
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate):checked:disabled, label:disabled selection:checked {
|
|
background-image: -gtk-scaled(url("assets/toggle-on-disabled.png"), url("assets/toggle-on-disabled@2.png"));
|
|
}
|
|
|
|
.raven .raven-background switch:not(:indeterminate):disabled, label:disabled selection:not(:indeterminate) {
|
|
background-image: -gtk-scaled(url("assets/toggle-off-disabled.png"), url("assets/toggle-off-disabled@2.png"));
|
|
}
|
|
|
|
|
|
switch {
|
|
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
border-radius: 50px;
|
|
background-color: rgba(222, 222, 222, 0.3);
|
|
background-clip: padding-box;
|
|
color: rgba(222, 222, 222, 0.3);
|
|
font-size: 0;
|
|
}
|
|
|
|
|
|
switch:disabled {
|
|
color: rgba(222, 222, 222, 0.15);
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
}
|
|
|
|
|
|
switch:checked {
|
|
animation: switch_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
background-color: #0860f2;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
|
|
label:disabled selection:checked,
|
|
switch:checked:disabled {
|
|
background-color: rgba(8, 96, 242, 0.45);
|
|
color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
|
|
switch slider {
|
|
transition: all 150ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1), margin 0;
|
|
min-width: 18px;
|
|
min-height: 18px;
|
|
margin: 2px 0 2px 2px;
|
|
border-radius: 50px;
|
|
-gtk-outline-radius: 50px;
|
|
background-color: white;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
|
|
switch:hover slider {
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
|
|
switch:checked slider {
|
|
margin: 2px 2px 2px 0;
|
|
background-color: white;
|
|
}
|
|
|
|
label:disabled selection:checked slider,
|
|
switch:checked:disabled slider {
|
|
animation: none;
|
|
}
|
|
|
|
.check,
|
|
check,
|
|
treeview.check {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
|
|
}
|
|
|
|
.osd check {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
|
|
}
|
|
|
|
infobar check {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
|
|
}
|
|
|
|
.check:disabled, label:disabled selection.check,
|
|
check:disabled,
|
|
treeview.check:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd check:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar check:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.check:indeterminate,
|
|
check:indeterminate,
|
|
treeview.check:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
|
|
}
|
|
|
|
.osd check:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
|
|
}
|
|
|
|
infobar check:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
|
|
}
|
|
|
|
.check:indeterminate:disabled, label:disabled selection:indeterminate,
|
|
check:indeterminate:disabled,
|
|
treeview.check:indeterminate:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd check:indeterminate:disabled, .osd label:disabled selection:indeterminate, label:disabled .osd selection:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar check:indeterminate:disabled, infobar label:disabled selection:indeterminate, label:disabled infobar selection:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.check:checked,
|
|
check:checked,
|
|
treeview.check:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
|
|
}
|
|
|
|
.osd check:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
|
|
}
|
|
|
|
infobar check:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
|
|
}
|
|
|
|
.check:checked:disabled, label:disabled selection:checked,
|
|
check:checked:disabled,
|
|
treeview.check:checked:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd check:checked:disabled, .osd label:disabled selection:checked, label:disabled .osd selection:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar check:checked:disabled, infobar label:disabled selection:checked, label:disabled infobar selection:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.radio,
|
|
radio,
|
|
treeview.radio {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
|
|
}
|
|
|
|
.osd radio {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
|
|
}
|
|
|
|
infobar radio {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
|
|
}
|
|
|
|
.radio:disabled, label:disabled selection.radio,
|
|
radio:disabled,
|
|
treeview.radio:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd radio:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar radio:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.radio:indeterminate,
|
|
radio:indeterminate,
|
|
treeview.radio:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
|
|
}
|
|
|
|
.osd radio:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
|
|
}
|
|
|
|
infobar radio:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
|
|
}
|
|
|
|
.radio:indeterminate:disabled, label:disabled selection:indeterminate,
|
|
radio:indeterminate:disabled,
|
|
treeview.radio:indeterminate:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd radio:indeterminate:disabled, .osd label:disabled selection:indeterminate, label:disabled .osd selection:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar radio:indeterminate:disabled, infobar label:disabled selection:indeterminate, label:disabled infobar selection:indeterminate {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.radio:checked,
|
|
radio:checked,
|
|
treeview.radio:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
|
|
}
|
|
|
|
.osd radio:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
|
|
}
|
|
|
|
infobar radio:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
|
|
}
|
|
|
|
.radio:checked:disabled, label:disabled selection:checked,
|
|
radio:checked:disabled,
|
|
treeview.radio:checked:disabled {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
.osd radio:checked:disabled, .osd label:disabled selection:checked, label:disabled .osd selection:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
|
|
}
|
|
|
|
infobar radio:checked:disabled, infobar label:disabled selection:checked, label:disabled infobar selection:checked {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png"));
|
|
}
|
|
|
|
.view.content-view.check:not(list) {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
|
|
background-color: transparent;
|
|
}
|
|
|
|
.view.content-view.check:checked:not(list) {
|
|
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
|
|
background-color: transparent;
|
|
}
|
|
|
|
checkbutton.text-button, radiobutton.text-button {
|
|
padding: 2px 0;
|
|
outline-offset: 0;
|
|
}
|
|
|
|
checkbutton.text-button:hover, radiobutton.text-button:hover {
|
|
color: #b8b8b8;
|
|
}
|
|
|
|
checkbutton.text-button:disabled, label:disabled selection.text-button, radiobutton.text-button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
check,
|
|
radio {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
check:only-child, menu menuitem check,
|
|
radio:only-child, menu menuitem radio {
|
|
margin: 0;
|
|
}
|
|
|
|
scale {
|
|
min-height: 15px;
|
|
min-width: 15px;
|
|
padding: 3px;
|
|
}
|
|
|
|
scale.horizontal trough {
|
|
padding: 0 4px;
|
|
}
|
|
|
|
scale.horizontal highlight, scale.horizontal fill {
|
|
margin: 0 -4px;
|
|
}
|
|
|
|
scale.vertical trough {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
scale.vertical highlight, scale.vertical fill {
|
|
margin: -4px 0;
|
|
}
|
|
|
|
scale slider {
|
|
min-height: 15px;
|
|
min-width: 15px;
|
|
margin: -7px;
|
|
}
|
|
|
|
scale.fine-tune slider {
|
|
margin: -4px;
|
|
}
|
|
|
|
scale.fine-tune fill,
|
|
scale.fine-tune highlight,
|
|
scale.fine-tune trough {
|
|
border-radius: 5px;
|
|
-gtk-outline-radius: 7px;
|
|
}
|
|
|
|
scale trough {
|
|
outline-offset: 2px;
|
|
-gtk-outline-radius: 6px;
|
|
border-radius: 6px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
scale trough:disabled {
|
|
background-color: rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.osd scale trough {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.osd scale trough highlight {
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
|
|
background-color: white;
|
|
}
|
|
|
|
menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
|
|
background-color: #90b7f9;
|
|
}
|
|
|
|
menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
scale highlight {
|
|
border-radius: 6px;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
scale highlight:disabled {
|
|
background-color: rgba(8, 96, 242, 0.55);
|
|
}
|
|
|
|
scale fill {
|
|
border-radius: 6px;
|
|
background-color: rgba(8, 96, 242, 0.5);
|
|
}
|
|
|
|
scale fill:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
scale slider {
|
|
background-color: white;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 100%;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
transition-property: background, border;
|
|
}
|
|
|
|
scale slider:hover {
|
|
background-color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
scale slider:active {
|
|
background-clip: border-box;
|
|
background-color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
scale slider:disabled {
|
|
background-color: #f2f2f2;
|
|
border-color: rgba(242, 242, 242, 0.12);
|
|
}
|
|
|
|
menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
|
|
background-clip: border-box;
|
|
background-color: white;
|
|
border-color: white;
|
|
}
|
|
|
|
menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
|
|
background-color: #dae7fd;
|
|
border-color: #dae7fd;
|
|
}
|
|
|
|
menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
|
|
background-color: #84b0f9;
|
|
border-color: #84b0f9;
|
|
}
|
|
|
|
menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
|
|
background-color: #90b7f9;
|
|
border-color: #90b7f9;
|
|
}
|
|
|
|
.osd scale slider {
|
|
background-clip: border-box;
|
|
background-color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.osd scale slider:hover {
|
|
background-color: white;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.osd scale slider:active {
|
|
background-color: #f7f7f7;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
scale value {
|
|
color: alpha(currentColor,0.4);
|
|
}
|
|
|
|
scale marks {
|
|
color: alpha(currentColor,0.4);
|
|
}
|
|
|
|
scale marks.top {
|
|
margin-bottom: 1px;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
scale marks.bottom {
|
|
margin-top: 1px;
|
|
margin-bottom: -4px;
|
|
}
|
|
|
|
scale marks.top {
|
|
margin-right: 1px;
|
|
margin-left: -4px;
|
|
}
|
|
|
|
scale marks.bottom {
|
|
margin-left: 1px;
|
|
margin-right: -4px;
|
|
}
|
|
|
|
scale.fine-tune marks.top {
|
|
margin-bottom: 0px;
|
|
margin-top: -2px;
|
|
}
|
|
|
|
scale.fine-tune marks.bottom {
|
|
margin-top: 0px;
|
|
margin-bottom: -2px;
|
|
}
|
|
|
|
scale.fine-tune marks.top {
|
|
margin-right: 0px;
|
|
margin-left: -2px;
|
|
}
|
|
|
|
scale.fine-tune marks.bottom {
|
|
margin-left: 0px;
|
|
margin-right: -2px;
|
|
}
|
|
|
|
scale.horizontal indicator {
|
|
min-height: 3px;
|
|
min-width: 1px;
|
|
}
|
|
|
|
scale.horizontal.fine-tune indicator {
|
|
min-height: 2px;
|
|
}
|
|
|
|
scale.vertical indicator {
|
|
min-height: 1px;
|
|
min-width: 3px;
|
|
}
|
|
|
|
scale.vertical.fine-tune indicator {
|
|
min-width: 2px;
|
|
}
|
|
|
|
scale.horizontal.marks-before:not(.marks-after) slider {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-top: -14px;
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-before:not(.marks-after) slider:hover {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-top: -14px;
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-before:not(.marks-after) slider:active {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-top: -14px;
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-before:not(.marks-after) slider:disabled {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-top: -14px;
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-top: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-after:not(.marks-before) slider {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-bottom: -14px;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-bottom: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-after:not(.marks-before) slider:hover {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover.png"), url("assets/slider-horz-scale-has-marks-below-hover@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-bottom: -14px;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-bottom: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-after:not(.marks-before) slider:active {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-bottom: -14px;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-bottom: -11px;
|
|
}
|
|
|
|
scale.horizontal.marks-after:not(.marks-before) slider:disabled {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
|
|
min-height: 26px;
|
|
min-width: 24px;
|
|
margin-bottom: -14px;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.horizontal.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-bottom: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-before:not(.marks-after) slider {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-left: -14px;
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-before:not(.marks-after) slider:hover {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-left: -14px;
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-before:not(.marks-after) slider:active {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-left: -14px;
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-before:not(.marks-after) slider:disabled {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-left: -14px;
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-before.fine-tune:not(.marks-after) slider {
|
|
margin: -7px;
|
|
margin-left: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-after:not(.marks-before) slider {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-right: -14px;
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-right: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-after:not(.marks-before) slider:hover {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover.png"), url("assets/slider-vert-scale-has-marks-below-hover@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-right: -14px;
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-right: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-after:not(.marks-before) slider:active {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-right: -14px;
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-right: -11px;
|
|
}
|
|
|
|
scale.vertical.marks-after:not(.marks-before) slider:disabled {
|
|
margin: -10px;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
|
|
min-height: 24px;
|
|
min-width: 26px;
|
|
margin-right: -14px;
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scale.vertical.marks-after.fine-tune:not(.marks-before) slider {
|
|
margin: -7px;
|
|
margin-right: -11px;
|
|
}
|
|
|
|
progressbar {
|
|
padding: 0;
|
|
font-size: smaller;
|
|
color: rgba(222, 222, 222, 0.7);
|
|
}
|
|
|
|
progressbar.osd {
|
|
min-width: 3px;
|
|
min-height: 3px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
progressbar.osd trough {
|
|
border-style: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
progressbar progress {
|
|
min-height: 4px;
|
|
min-width: 4px;
|
|
background-color: #0860f2;
|
|
border: none;
|
|
border-radius: 6px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
row:selected progressbar progress, infobar progressbar progress {
|
|
background-color: white;
|
|
}
|
|
|
|
progressbar trough {
|
|
min-height: 4px;
|
|
min-width: 4px;
|
|
border: none;
|
|
border-radius: 6px;
|
|
background-color: #262626;
|
|
}
|
|
|
|
row:selected progressbar trough, infobar progressbar trough {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
levelbar block {
|
|
min-width: 32px;
|
|
min-height: 1px;
|
|
}
|
|
|
|
levelbar.vertical block {
|
|
min-width: 1px;
|
|
min-height: 32px;
|
|
}
|
|
|
|
levelbar trough {
|
|
border: none;
|
|
padding: 3px;
|
|
border-radius: 6px;
|
|
background-color: #262626;
|
|
}
|
|
|
|
levelbar.horizontal.discrete block {
|
|
margin: 0 1px;
|
|
}
|
|
|
|
levelbar.vertical.discrete block {
|
|
margin: 1px 0;
|
|
}
|
|
|
|
levelbar block:not(.empty) {
|
|
border: 1px solid #0860f2;
|
|
background-color: #0860f2;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
levelbar block.low {
|
|
border-color: #F27835;
|
|
background-color: #F27835;
|
|
}
|
|
|
|
levelbar block.high {
|
|
border-color: #0860f2;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
levelbar block.full {
|
|
border-color: #30D158;
|
|
background-color: #30D158;
|
|
}
|
|
|
|
levelbar block.empty {
|
|
background-color: #242424;
|
|
border-color: #242424;
|
|
}
|
|
|
|
printdialog paper {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
background: #242424;
|
|
padding: 0;
|
|
}
|
|
|
|
printdialog .dialog-action-box {
|
|
margin: 12px;
|
|
}
|
|
|
|
frame > border,
|
|
.frame {
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
frame.flat > border,
|
|
frame > border.flat,
|
|
.frame.flat,
|
|
.raven .raven-header:not(.top) button.frame {
|
|
border-style: none;
|
|
}
|
|
|
|
scrolledwindow viewport.frame {
|
|
border-style: none;
|
|
}
|
|
|
|
scrolledwindow overshoot.top {
|
|
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(8, 96, 242, 0.2)), to(rgba(8, 96, 242, 0)));
|
|
background-size: 100% 60%;
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scrolledwindow overshoot.bottom {
|
|
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(8, 96, 242, 0.2)), to(rgba(8, 96, 242, 0)));
|
|
background-size: 100% 60%;
|
|
background-repeat: no-repeat;
|
|
background-position: center bottom;
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scrolledwindow overshoot.left {
|
|
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(8, 96, 242, 0.2)), to(rgba(8, 96, 242, 0)));
|
|
background-size: 60% 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scrolledwindow overshoot.right {
|
|
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(8, 96, 242, 0.2)), to(rgba(8, 96, 242, 0)));
|
|
background-size: 60% 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
scrolledwindow undershoot.top {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
|
|
padding-top: 1px;
|
|
background-size: 10px 1px;
|
|
background-repeat: repeat-x;
|
|
background-origin: content-box;
|
|
background-position: center top;
|
|
border: none;
|
|
}
|
|
|
|
scrolledwindow undershoot.bottom {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
|
|
padding-bottom: 1px;
|
|
background-size: 10px 1px;
|
|
background-repeat: repeat-x;
|
|
background-origin: content-box;
|
|
background-position: center bottom;
|
|
border: none;
|
|
}
|
|
|
|
scrolledwindow undershoot.left {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
|
|
padding-left: 1px;
|
|
background-size: 1px 10px;
|
|
background-repeat: repeat-y;
|
|
background-origin: content-box;
|
|
background-position: left center;
|
|
border: none;
|
|
}
|
|
|
|
scrolledwindow undershoot.right {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
|
|
padding-right: 1px;
|
|
background-size: 1px 10px;
|
|
background-repeat: repeat-y;
|
|
background-origin: content-box;
|
|
background-position: right center;
|
|
border: none;
|
|
}
|
|
|
|
junction {
|
|
border-style: solid none none solid;
|
|
border-width: 1px;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
background-color: #272727;
|
|
}
|
|
|
|
junction:dir(rtl) {
|
|
border-style: solid solid none none;
|
|
}
|
|
|
|
separator {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
min-width: 1px;
|
|
min-height: 1px;
|
|
}
|
|
|
|
list {
|
|
background-color: #242424;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
list row {
|
|
padding: 2px;
|
|
}
|
|
|
|
.budgie-menu button.has-open-popup, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.has-open-popup.view, .nemo-window .sidebar .has-open-popup.view, .nemo-window .sidebar row.has-open-popup, row.has-open-popup.activatable, .budgie-menu button:hover, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:hover, .nemo-window .sidebar .view:hover, .nemo-window .sidebar row:hover, row.activatable:hover {
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.budgie-menu button:active, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:active, .nemo-window .sidebar .view:active, .nemo-window .sidebar row:active, row.activatable:active {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
transition-duration: 200ms;
|
|
}
|
|
|
|
.budgie-menu button:disabled, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:disabled, .nemo-window .sidebar .view:disabled, .nemo-window .sidebar row:disabled, row.activatable:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.budgie-menu button:disabled image, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:disabled image, .nemo-window .sidebar .view:disabled image, .nemo-window .sidebar row:disabled image, row.activatable:disabled image {
|
|
color: inherit;
|
|
}
|
|
|
|
.budgie-menu button:selected, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:selected, .nemo-window .sidebar .view:selected, .nemo-window .sidebar row:selected, row.activatable:selected {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.budgie-menu button:selected label, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:selected label, .nemo-window .sidebar .view:selected label, .nemo-window .sidebar row:selected label, row.activatable:selected label {
|
|
color: #dedede;
|
|
}
|
|
|
|
.budgie-menu button.has-open-popup:selected, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view.has-open-popup:selected, .nemo-window .sidebar .view.has-open-popup:selected, .nemo-window .sidebar row.has-open-popup:selected, row.activatable.has-open-popup:selected, .budgie-menu button:selected:hover, window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:selected:hover, .nemo-window .sidebar .view:selected:hover, .nemo-window .sidebar row:selected:hover, row.activatable:selected:hover {
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
row:not(:hover) {
|
|
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
row:selected {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
row:selected label {
|
|
color: #dedede;
|
|
}
|
|
|
|
.app-notification {
|
|
padding: 16px;
|
|
margin: 0 8px 8px 8px;
|
|
color: #dedede;
|
|
background-color: rgba(55, 55, 55, 0.85);
|
|
border-radius: 0 0 6px 6px;
|
|
border: none;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.app-notification border {
|
|
border: none;
|
|
}
|
|
|
|
.app-notification button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.app-notification button:active, .app-notification button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.app-notification button:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.app-notification button:disabled label, .app-notification button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
expander arrow {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
}
|
|
|
|
expander arrow:dir(rtl) {
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
|
|
}
|
|
|
|
expander arrow:hover {
|
|
color: white;
|
|
}
|
|
|
|
expander arrow:checked {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
|
|
calendar {
|
|
color: #dedede;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
padding: 2px 6px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
calendar:selected {
|
|
border-radius: 50px;
|
|
}
|
|
|
|
|
|
calendar:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
|
|
calendar.header {
|
|
color: #dedede;
|
|
border: none;
|
|
}
|
|
|
|
|
|
calendar.button {
|
|
color: rgba(222, 222, 222, 0.45);
|
|
}
|
|
|
|
|
|
calendar.button:hover {
|
|
color: #dedede;
|
|
}
|
|
|
|
label:disabled selection.button,
|
|
calendar.button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
|
|
calendar:indeterminate {
|
|
color: rgba(222, 222, 222, 0.55);
|
|
}
|
|
|
|
|
|
calendar.highlight {
|
|
color: rgba(222, 222, 222, 0.65);
|
|
font-weight: 500;
|
|
}
|
|
|
|
messagedialog.background {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
messagedialog .titlebar {
|
|
min-height: 28px;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border: none;
|
|
}
|
|
|
|
messagedialog .dialog-action-area {
|
|
padding: 6px;
|
|
}
|
|
|
|
messagedialog .dialog-action-area button {
|
|
min-height: 20px;
|
|
padding: 4px 8px;
|
|
box-shadow: none;
|
|
border-radius: 6px;
|
|
margin: 0 3px 3px 3px;
|
|
border: none;
|
|
}
|
|
|
|
messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action) {
|
|
border-radius: 6px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
messagedialog .dialog-action-area button.suggested-action, messagedialog .dialog-action-area button.destructive-action {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
messagedialog.csd.background {
|
|
border-bottom-left-radius: 14px;
|
|
border-bottom-right-radius: 14px;
|
|
border: none;
|
|
}
|
|
|
|
filechooser #pathbarbox {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
filechooser stack.view {
|
|
background-color: transparent;
|
|
}
|
|
|
|
filechooser stack.view scrolledwindow {
|
|
background-color: #242424;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
filechooser stack.view scrolledwindow treeview.view {
|
|
background-color: transparent;
|
|
}
|
|
|
|
filechooserbutton:drop(active) {
|
|
box-shadow: none;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.sidebar {
|
|
border-style: none;
|
|
background-color: #333333;
|
|
}
|
|
|
|
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
|
|
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-left-style: none;
|
|
}
|
|
|
|
stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
|
|
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-right-style: none;
|
|
}
|
|
|
|
.sidebar list {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.sidebar list > separator {
|
|
min-height: 0;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
|
|
border-style: none;
|
|
}
|
|
|
|
stacksidebar row {
|
|
padding: 4px 4px;
|
|
}
|
|
|
|
stacksidebar row > label {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
stacksidebar row.needs-attention > label {
|
|
background-size: 6px 6px, 0 0;
|
|
}
|
|
|
|
placessidebar > viewport.frame {
|
|
border-style: none;
|
|
}
|
|
|
|
placessidebar row {
|
|
min-height: 24px;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
placessidebar row > revealer {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
placessidebar row image.sidebar-icon:dir(ltr) {
|
|
padding-right: 6px;
|
|
}
|
|
|
|
placessidebar row image.sidebar-icon:dir(rtl) {
|
|
padding-left: 6px;
|
|
}
|
|
|
|
placessidebar row label.sidebar-label:dir(ltr) {
|
|
padding-right: 6px;
|
|
}
|
|
|
|
placessidebar row label.sidebar-label:dir(rtl) {
|
|
padding-left: 6px;
|
|
}
|
|
|
|
button.sidebar-button {
|
|
min-width: 22px;
|
|
min-height: 22px;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
padding: 0;
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
}
|
|
|
|
button.sidebar-button > image {
|
|
opacity: 0.85;
|
|
}
|
|
|
|
button.sidebar-button:active, button.sidebar-button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
button.sidebar-button:not(:hover):not(:active) > image {
|
|
opacity: 0.65;
|
|
}
|
|
|
|
placessidebar row:selected button.sidebar-button {
|
|
color: #dedede;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #656565;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
placessidebar row:selected button.sidebar-button:active, placessidebar row:selected button.sidebar-button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
placessidebar row.sidebar-placeholder-row {
|
|
padding: 0 8px;
|
|
min-height: 2px;
|
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
|
background-clip: content-box;
|
|
}
|
|
|
|
placessidebar row.sidebar-new-bookmark-row {
|
|
color: #0860f2;
|
|
}
|
|
|
|
placessidebar row:drop(active):not(:disabled) {
|
|
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437;
|
|
}
|
|
|
|
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
|
|
color: #F08437;
|
|
}
|
|
|
|
placessidebar row:drop(active):not(:disabled):selected {
|
|
background-color: #F08437;
|
|
}
|
|
|
|
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
|
|
color: #dadada;
|
|
}
|
|
|
|
placesview .server-list-button > image {
|
|
-gtk-icon-transform: rotate(0turn);
|
|
}
|
|
|
|
placesview .server-list-button:checked > image {
|
|
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
-gtk-icon-transform: rotate(-0.5turn);
|
|
}
|
|
|
|
placesview > actionbar > revealer > box > label {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
paned > separator {
|
|
min-width: 1px;
|
|
min-height: 1px;
|
|
-gtk-icon-source: none;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
|
|
background-size: 1px 1px;
|
|
}
|
|
|
|
paned > separator:selected {
|
|
background-image: linear-gradient(to bottom, #0860f2, #0860f2);
|
|
}
|
|
|
|
paned > separator.wide {
|
|
min-width: 5px;
|
|
min-height: 5px;
|
|
background-color: #333333;
|
|
background-image: linear-gradient(to bottom, #474747, #474747), linear-gradient(to bottom, #474747, #474747);
|
|
background-size: 1px 1px, 1px 1px;
|
|
}
|
|
|
|
paned.horizontal > separator {
|
|
background-repeat: repeat-y;
|
|
}
|
|
|
|
paned.horizontal > separator:dir(ltr) {
|
|
margin: 0 -8px 0 0;
|
|
padding: 0 8px 0 0;
|
|
background-position: left;
|
|
}
|
|
|
|
paned.horizontal > separator:dir(rtl) {
|
|
margin: 0 0 0 -8px;
|
|
padding: 0 0 0 8px;
|
|
background-position: right;
|
|
}
|
|
|
|
paned.horizontal > separator.wide {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-repeat: repeat-y, repeat-y;
|
|
background-position: left, right;
|
|
}
|
|
|
|
paned.vertical > separator {
|
|
margin: 0 0 -8px 0;
|
|
padding: 0 0 8px 0;
|
|
background-repeat: repeat-x;
|
|
background-position: top;
|
|
}
|
|
|
|
paned.vertical > separator.wide {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-repeat: repeat-x, repeat-x;
|
|
background-position: bottom, top;
|
|
}
|
|
|
|
infobar {
|
|
border-style: none;
|
|
background-color: #333333;
|
|
}
|
|
|
|
infobar.info {
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
infobar.question {
|
|
background-color: #3484e2;
|
|
}
|
|
|
|
infobar.warning {
|
|
background-color: #F27835;
|
|
}
|
|
|
|
infobar.error {
|
|
background-color: #FC4138;
|
|
}
|
|
|
|
infobar.info, infobar.question, infobar.warning, infobar.error {
|
|
color: white;
|
|
caret-color: currentColor;
|
|
}
|
|
|
|
infobar.info button, infobar.question button, infobar.warning button, infobar.error button {
|
|
min-height: 28px;
|
|
}
|
|
|
|
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
|
|
color: #0860f2;
|
|
background-color: white;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, .selection-mode headerbar button, headerbar.selection-mode button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button.flat, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.flat.image-button, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris .raven-header:not(.top) button.image-button, .nemo-window .floating-bar button.flat, .nemo-window .floating-bar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .nemo-window .floating-bar button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .nautilus-window .floating-bar button, .selection-mode headerbar button.flat, .selection-mode headerbar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .selection-mode headerbar button, headerbar.selection-mode button.flat, headerbar.selection-mode .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) headerbar.selection-mode button, infobar.info button.flat, infobar.info .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) infobar.info button, infobar.question button.flat, infobar.question .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) infobar.question button, infobar.warning button.flat, infobar.warning .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) infobar.warning button, infobar.error button.flat, infobar.error .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) infobar.error button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
background-image: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.flat.image-button:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled, .nemo-window .floating-bar button.flat:disabled, .nemo-window .floating-bar .raven .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar .raven .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) .nautilus-window .floating-bar button:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled label, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.flat.image-button:disabled label, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled label, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nemo-window .floating-bar .raven .raven-header:not(.top) button:disabled label, .raven .raven-header:not(.top) .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar .raven .raven-header:not(.top) button:disabled label, .raven .raven-header:not(.top) .nautilus-window .floating-bar button:disabled label {
|
|
color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:hover, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:hover, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:hover, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, .selection-mode headerbar button:hover, headerbar.selection-mode button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:active, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, .selection-mode headerbar button:active, headerbar.selection-mode button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:active:hover, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:checked, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:checked, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:checked, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, .selection-mode headerbar button:checked, headerbar.selection-mode button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
border-color: rgba(255, 255, 255, 0.4);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled label, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled label, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled label, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled:active, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child button.flat:disabled:checked, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-header:not(.top) button:disabled:checked, .raven .raven-header:not(.top) scrolledwindow > .frame > box.vertical > box.vertical:last-child button:disabled:checked, .raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
|
|
color: #0860f2;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
border-color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
|
|
tooltip {
|
|
border-radius: 6px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
tooltip.background, tooltip.background.csd {
|
|
background-color: #444444;
|
|
background-clip: padding-box;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
tooltip.background label, tooltip.background.csd label {
|
|
padding: 4px;
|
|
}
|
|
|
|
tooltip decoration {
|
|
background-color: transparent;
|
|
}
|
|
|
|
tooltip * {
|
|
background-color: transparent;
|
|
color: #dadada;
|
|
}
|
|
|
|
colorswatch, colorswatch:drop(active) {
|
|
border-style: none;
|
|
}
|
|
|
|
colorswatch.top {
|
|
border-top-left-radius: 2.5px;
|
|
border-top-right-radius: 2.5px;
|
|
}
|
|
|
|
colorswatch.top overlay {
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
|
|
colorswatch.bottom {
|
|
border-bottom-left-radius: 2.5px;
|
|
border-bottom-right-radius: 2.5px;
|
|
}
|
|
|
|
colorswatch.bottom overlay {
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
colorswatch.left, colorswatch:first-child:not(.top) {
|
|
border-top-left-radius: 2.5px;
|
|
border-bottom-left-radius: 2.5px;
|
|
}
|
|
|
|
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
|
|
colorswatch.right, colorswatch:last-child:not(.bottom) {
|
|
border-top-right-radius: 2.5px;
|
|
border-bottom-right-radius: 2.5px;
|
|
}
|
|
|
|
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
|
|
colorswatch.dark overlay {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
colorswatch.dark overlay:hover {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
colorswatch.light overlay {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
colorswatch.light overlay:hover {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
colorswatch overlay {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
colorswatch overlay:hover {
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
colorswatch:disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
colorswatch:disabled overlay {
|
|
border-color: rgba(0, 0, 0, 0.6);
|
|
box-shadow: none;
|
|
}
|
|
|
|
colorswatch#add-color-button {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #dedede;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #656565;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
colorswatch#add-color-button:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
colorswatch#add-color-button overlay {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.color {
|
|
padding: 0;
|
|
}
|
|
|
|
button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay {
|
|
margin: 4px;
|
|
border-radius: 0;
|
|
}
|
|
|
|
colorchooser .popover.osd {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.content-view {
|
|
background-color: #242424;
|
|
}
|
|
|
|
.content-view:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
.scale-popup button:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
.context-menu {
|
|
font: initial;
|
|
}
|
|
|
|
.monospace {
|
|
font-family: Monospace;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, .raven button.image-button, window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button, button.nautilus-circular-button.image-button, stackswitcher button.circular, button.close, searchbar button.flat, searchbar .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) searchbar button, row button.circular, .app-notification button.image-button:not(.text-button),
|
|
button.circular {
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
padding: 0 0 0 0;
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
}
|
|
|
|
.keycap {
|
|
min-width: 16px;
|
|
min-height: 20px;
|
|
padding: 3px 6px 4px 6px;
|
|
color: #dedede;
|
|
background-color: #242424;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
stackswitcher button.text-button {
|
|
min-width: 80px;
|
|
}
|
|
|
|
*:drop(active):focus,
|
|
*:drop(active) {
|
|
box-shadow: inset 0 0 0 1px #F08437;
|
|
}
|
|
|
|
decoration {
|
|
transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
border-radius: 14px;
|
|
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 rgba(0, 0, 0, 0.35), 0 16px 16px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
margin: 6px;
|
|
}
|
|
|
|
decoration:backdrop {
|
|
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 8px 8px 0 transparent, 0 16px 16px 0 transparent, 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration {
|
|
border-radius: 0;
|
|
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.popup decoration {
|
|
box-shadow: none;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.ssd decoration {
|
|
margin: -5px;
|
|
border-radius: 14px 14px 0 0;
|
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.ssd decoration.maximized {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.csd.popup decoration {
|
|
border-radius: 10px;
|
|
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.08), 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
tooltip.csd decoration {
|
|
border-radius: 14px;
|
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
messagedialog.csd decoration {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.solid-csd decoration {
|
|
border: 1px solid #0e0e0e;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
background-color: #373737;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar button.titlebutton.appmenu,
|
|
.titlebar button.titlebutton.appmenu {
|
|
transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0;
|
|
color: transparent;
|
|
background-image: -gtk-scaled(url("assets/setting-dark.png"), url("assets/setting-dark@2.png"));
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
headerbar button.titlebutton.appmenu image,
|
|
.titlebar button.titlebutton.appmenu image {
|
|
opacity: 0;
|
|
}
|
|
|
|
headerbar button.titlebutton.appmenu:active, headerbar button.titlebutton.appmenu:checked,
|
|
.titlebar button.titlebutton.appmenu:active,
|
|
.titlebar button.titlebutton.appmenu:checked {
|
|
transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0;
|
|
background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.appmenu:backdrop,
|
|
.titlebar button.titlebutton.appmenu:backdrop {
|
|
background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
|
|
.titlebar button.titlebutton.close,
|
|
.titlebar button.titlebutton.maximize,
|
|
.titlebar button.titlebutton.minimize {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: transparent;
|
|
background-color: transparent;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: auto;
|
|
border-width: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop,
|
|
.titlebar button.titlebutton.close:backdrop,
|
|
.titlebar button.titlebutton.maximize:backdrop,
|
|
.titlebar button.titlebutton.minimize:backdrop {
|
|
opacity: 1;
|
|
}
|
|
|
|
headerbar button.titlebutton.close,
|
|
.titlebar button.titlebutton.close {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-close-dark.png"), url("windows-assets/titlebutton-close-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.close:backdrop,
|
|
.titlebar button.titlebutton.close:backdrop {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-close-backdrop-dark.png"), url("windows-assets/titlebutton-close-backdrop-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.close:backdrop:hover,
|
|
.titlebar button.titlebutton.close:backdrop:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-close-backdrop-hover-dark.png"), url("windows-assets/titlebutton-close-backdrop-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.close:hover,
|
|
.titlebar button.titlebutton.close:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-close-hover-dark.png"), url("windows-assets/titlebutton-close-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.close:active,
|
|
.titlebar button.titlebutton.close:active {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-close-active-dark.png"), url("windows-assets/titlebutton-close-active-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.maximize,
|
|
.titlebar button.titlebutton.maximize {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-maximize-dark.png"), url("windows-assets/titlebutton-maximize-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.maximize:backdrop,
|
|
.titlebar button.titlebutton.maximize:backdrop {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-maximize-backdrop-dark.png"), url("windows-assets/titlebutton-maximize-backdrop-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.maximize:backdrop:hover,
|
|
.titlebar button.titlebutton.maximize:backdrop:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-maximize-backdrop-hover-dark.png"), url("windows-assets/titlebutton-maximize-backdrop-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.maximize:hover,
|
|
.titlebar button.titlebutton.maximize:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-maximize-hover-dark.png"), url("windows-assets/titlebutton-maximize-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.maximize:active,
|
|
.titlebar button.titlebutton.maximize:active {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-maximize-active-dark.png"), url("windows-assets/titlebutton-maximize-active-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.minimize,
|
|
.titlebar button.titlebutton.minimize {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-minimize-dark.png"), url("windows-assets/titlebutton-minimize-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.minimize:backdrop,
|
|
.titlebar button.titlebutton.minimize:backdrop {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-minimize-backdrop-dark.png"), url("windows-assets/titlebutton-minimize-backdrop-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.minimize:backdrop:hover,
|
|
.titlebar button.titlebutton.minimize:backdrop:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-minimize-backdrop-hover-dark.png"), url("windows-assets/titlebutton-minimize-backdrop-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.minimize:hover,
|
|
.titlebar button.titlebutton.minimize:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-minimize-hover-dark.png"), url("windows-assets/titlebutton-minimize-hover-dark@2.png"));
|
|
}
|
|
|
|
headerbar button.titlebutton.minimize:active,
|
|
.titlebar button.titlebutton.minimize:active {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-minimize-active-dark.png"), url("windows-assets/titlebutton-minimize-active-dark@2.png"));
|
|
}
|
|
|
|
.fullscreen headerbar button.titlebutton.maximize, .maximized headerbar button.titlebutton.maximize, .fullscreen .titlebar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-restore-dark.png"), url("windows-assets/titlebutton-restore-dark@2.png"));
|
|
}
|
|
|
|
.fullscreen headerbar button.titlebutton.maximize:backdrop, .maximized headerbar button.titlebutton.maximize:backdrop, .fullscreen .titlebar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-restore-backdrop-dark.png"), url("windows-assets/titlebutton-restore-backdrop-dark@2.png"));
|
|
}
|
|
|
|
.fullscreen headerbar button.titlebutton.maximize:backdrop:hover, .maximized headerbar button.titlebutton.maximize:backdrop:hover, .fullscreen .titlebar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-restore-backdrop-hover-dark.png"), url("windows-assets/titlebutton-restore-backdrop-hover-dark@2.png"));
|
|
}
|
|
|
|
.fullscreen headerbar button.titlebutton.maximize:hover, .maximized headerbar button.titlebutton.maximize:hover, .fullscreen .titlebar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-restore-hover-dark.png"), url("windows-assets/titlebutton-restore-hover-dark@2.png"));
|
|
}
|
|
|
|
.fullscreen headerbar button.titlebutton.maximize:active, .maximized headerbar button.titlebutton.maximize:active, .fullscreen .titlebar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
|
|
background-image: -gtk-scaled(url("windows-assets/titlebutton-restore-active-dark.png"), url("windows-assets/titlebutton-restore-active-dark@2.png"));
|
|
}
|
|
|
|
.budgie-menu button:checked, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus,
|
|
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .emoji widget:hover, .view:selected:focus, textview text selection:focus, textview text selection, iconview:selected:focus, flowbox flowboxchild:selected, label:disabled selection, entry selection:focus, entry selection, menuitem.button.flat:active, .raven .raven-header:not(.top) button.button:active, menuitem.button.flat:active arrow, .raven .raven-header:not(.top) button.button:active arrow, menuitem.button.flat:selected, .raven .raven-header:not(.top) button.button:selected, menuitem.button.flat:selected arrow, .raven .raven-header:not(.top) button.button:selected arrow,
|
|
modelbutton.flat:active,
|
|
modelbutton.flat:active arrow,
|
|
modelbutton.flat:selected,
|
|
modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus,
|
|
calendar:selected {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
.budgie-menu button:disabled:checked, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected,
|
|
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .emoji widget:disabled:hover {
|
|
color: #84b0f9;
|
|
}
|
|
|
|
row:selected label, label:selected {
|
|
color: white;
|
|
}
|
|
|
|
/*********
|
|
* Emoji *
|
|
*********/
|
|
popover.emoji-picker {
|
|
padding: 0;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
popover.emoji-picker entry {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
box-shadow: none;
|
|
border-width: 0 0 1px 0;
|
|
padding: 6px 12px;
|
|
background: none;
|
|
}
|
|
|
|
popover.emoji-picker entry, popover.emoji-picker entry:focus, popover.emoji-picker entry:disabled {
|
|
margin: -1px -1px 0 -1px;
|
|
border-image: none;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
popover.emoji-picker scrolledwindow {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
popover.emoji-picker scrolledwindow.view {
|
|
background: none;
|
|
}
|
|
|
|
button.emoji-section {
|
|
margin: 3px 1px;
|
|
padding: 1px 12px;
|
|
border-radius: 6px;
|
|
border: none;
|
|
outline-offset: -2px;
|
|
box-shadow: none;
|
|
transition: none;
|
|
animation: none;
|
|
}
|
|
|
|
button.emoji-section:first-child {
|
|
margin-left: 6px;
|
|
}
|
|
|
|
button.emoji-section:last-child {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.emoji {
|
|
min-width: 3em;
|
|
min-height: 3em;
|
|
padding: 0;
|
|
}
|
|
|
|
.emoji widget {
|
|
border-radius: 6px;
|
|
transition: none;
|
|
}
|
|
|
|
.mate-terminal notebook > header.top > tabs > tab {
|
|
border-top: 1px solid transparent;
|
|
}
|
|
|
|
terminal-window.background.csd {
|
|
border-radius: 0 0 0 0;
|
|
}
|
|
|
|
terminal-window decoration {
|
|
border-radius: 14px 14px 0 0;
|
|
}
|
|
|
|
terminal-window notebook button.flat.toggle.popup, terminal-window notebook .raven .raven-header:not(.top) button.toggle.popup, .raven .raven-header:not(.top) terminal-window notebook button.toggle.popup {
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
margin: -2px;
|
|
}
|
|
|
|
terminal-window.background.csd.maximized {
|
|
border-radius: 0 0 0 0;
|
|
}
|
|
|
|
window.background.csd > box.vertical > box.horizontal > frame > border {
|
|
border-width: 0 1px 0 0;
|
|
}
|
|
|
|
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame {
|
|
border-width: 0;
|
|
}
|
|
|
|
window.background.csd > box.vertical > box.horizontal > stack > widget > notebook.frame > stack {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
filechooser paned > separator,
|
|
.nautilus-window paned > separator {
|
|
border: none;
|
|
background-color: transparent;
|
|
background-image: image(#242424);
|
|
background-size: 14px 14px;
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
filechooser paned > separator:hover,
|
|
.nautilus-window paned > separator:hover {
|
|
background-image: -gtk-scaled(url("assets/paned-separator-dark.png"), url("assets/paned-separator-dark@2.png"));
|
|
background-size: 2px 64px;
|
|
background-position: center center;
|
|
}
|
|
|
|
.nautilus-window.background.csd {
|
|
border-radius: 0 0 14px 14px;
|
|
background-color: transparent;
|
|
background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%);
|
|
}
|
|
|
|
.nautilus-window.background.csd > headerbar.titlebar {
|
|
border: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
background: none;
|
|
background-image: linear-gradient(90deg, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.95) 200px, rgba(20, 20, 20, 0.95) 200px, rgba(20, 20, 20, 0.95) 201px, #242424 201px, #242424 100%);
|
|
}
|
|
|
|
.nautilus-window.background.csd > headerbar.titlebar > .linked.raised > button:first-child {
|
|
margin-left: 120px;
|
|
}
|
|
|
|
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
.nautilus-window headerbar .path-bar-box {
|
|
color: transparent;
|
|
background: none;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar > button:not(:only-child):last-child {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.nautilus-window headerbar .path-bar-box.background.frame {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window paned > separator {
|
|
background-image: none;
|
|
background-size: 0 0;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar {
|
|
margin-bottom: 14px;
|
|
border: none;
|
|
min-width: 200px;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row {
|
|
color: #dadada;
|
|
background-color: transparent;
|
|
transition: background-image 0;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
|
|
color: #0860f2;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup label, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar label:disabled selection.sidebar-row, label:disabled .nautilus-window placessidebar.sidebar selection.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar label:disabled selection.sidebar-row label, label:disabled .nautilus-window placessidebar.sidebar selection.sidebar-row label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar label:disabled selection.sidebar-row image, label:disabled .nautilus-window placessidebar.sidebar selection.sidebar-row image {
|
|
color: rgba(218, 218, 218, 0.4);
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop {
|
|
opacity: 0.85;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
|
|
transition: background-image 0;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
background-position: left center;
|
|
background-size: 200px 28px;
|
|
background-image: -gtk-scaled(url("assets/sidebar-view-hover-200px-dark.png"), url("assets/sidebar-view-hover-200px-dark@2.png"));
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:active, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
|
|
transition: background-image ease-out 200ms;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
background-position: left center;
|
|
background-size: 200px 28px;
|
|
background-image: -gtk-scaled(url("assets/sidebar-view-active-200px-dark.png"), url("assets/sidebar-view-active-200px-dark@2.png"));
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover {
|
|
color: #dedede;
|
|
transition: background-image ease-out 200ms;
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
background-size: 200px 28px;
|
|
background-color: transparent;
|
|
background-image: -gtk-scaled(url("assets/sidebar-view-checked-200px-dark.png"), url("assets/sidebar-view-checked-200px-dark@2.png"));
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label {
|
|
color: #dedede;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
|
|
color: #0860f2;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
|
|
color: inherit;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
|
|
color: #dadada;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
|
|
background-color: #F08437;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
|
|
color: #dadada;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar separator {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
border: none;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar slider {
|
|
min-width: 4px;
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar slider:hover {
|
|
background-color: white;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active {
|
|
background-color: #aaaaaa;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar slider:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window placessidebar.sidebar scrollbar trough {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window notebook {
|
|
margin-left: -1px;
|
|
margin-right: -1px;
|
|
}
|
|
|
|
.nautilus-window notebook.background.csd {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window notebook tab {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.nautilus-window notebook scrolledwindow .view:not(:hover):not(:active):not(:selected) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window notebook, .nautilus-window notebook > stack {
|
|
border-radius: 0 0 16px 16px;
|
|
}
|
|
|
|
.nautilus-window notebook > stack {
|
|
background-color: #242424;
|
|
}
|
|
|
|
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nautilus-window notebook infobar {
|
|
margin: 6px 10px 10px 6px;
|
|
border-radius: 14px;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.nautilus-window .floating-bar {
|
|
padding: 2px;
|
|
background-color: #0860f2;
|
|
color: white;
|
|
border-radius: 8px;
|
|
margin: 6px;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.nautilus-window .floating-bar button {
|
|
border: none;
|
|
border-radius: 100px;
|
|
min-height: 0;
|
|
min-width: 0;
|
|
padding: 0;
|
|
margin-right: 6px;
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.nautilus-window.maximized headerbar, .nautilus-window.maximized placessidebar {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.nautilus-window placesview actionbar.background {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
margin: 6px;
|
|
border-radius: 8px;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1);
|
|
border: none;
|
|
}
|
|
|
|
filechooser placessidebar.sidebar {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
filechooser placessidebar.sidebar.frame {
|
|
border-right: 1px solid #0e0e0e;
|
|
}
|
|
|
|
filechooser actionbar {
|
|
color: #dadada;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
filechooser actionbar label, filechooser actionbar combobox {
|
|
color: #dadada;
|
|
}
|
|
|
|
filechooser box.vertical > paned > separator {
|
|
border: none;
|
|
background-color: transparent;
|
|
background-image: image(#242424);
|
|
background-size: 8px 8px;
|
|
background-position: left bottom;
|
|
}
|
|
|
|
filechooser box.vertical > paned > separator:dir(ltr) {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
filechooser box.vertical > paned > separator:dir(rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
|
|
.nautilus-canvas-item {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.caja-desktop, .nemo-desktop.nemo-canvas-item,
|
|
.nautilus-desktop.nautilus-canvas-item {
|
|
color: white;
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active,
|
|
.nautilus-desktop.nautilus-canvas-item:active {
|
|
color: white;
|
|
}
|
|
|
|
.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected,
|
|
.nautilus-desktop.nautilus-canvas-item:selected {
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.nautilus-canvas-item.dim-label,
|
|
.nautilus-list-dim-label {
|
|
color: #898989;
|
|
}
|
|
|
|
.nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.dim-label:selected:focus,
|
|
.nautilus-list-dim-label:selected,
|
|
.nautilus-list-dim-label:selected:focus {
|
|
color: #cedffc;
|
|
}
|
|
|
|
.nautilus-list-view {
|
|
background-color: #242424;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) {
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.disk-space-display {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.disk-space-display.unknown {
|
|
background-color: rgba(222, 222, 222, 0.5);
|
|
border-color: rgba(197, 197, 197, 0.5);
|
|
}
|
|
|
|
.disk-space-display.used {
|
|
background-color: rgba(8, 96, 242, 0.8);
|
|
border-color: rgba(6, 76, 193, 0.8);
|
|
}
|
|
|
|
.disk-space-display.free {
|
|
background-color: #2b2b2b;
|
|
border-color: #121212;
|
|
}
|
|
|
|
@keyframes needs_attention_keyframes {
|
|
0% {
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
100% {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.25);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.nautilus-operations-button-needs-attention {
|
|
animation: needs_attention_keyframes 2s ease-in-out;
|
|
}
|
|
|
|
.nautilus-operations-button-needs-attention-multiple {
|
|
animation: needs_attention_keyframes 3s ease-in-out;
|
|
animation-iteration-count: 3;
|
|
}
|
|
|
|
.conflict-row.activatable, .conflict-row.activatable:active {
|
|
color: white;
|
|
background-color: #FC4138;
|
|
}
|
|
|
|
.conflict-row.activatable:hover {
|
|
background-color: #fd716a;
|
|
}
|
|
|
|
.conflict-row.activatable:selected {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.nemo-window .nemo-places-sidebar.frame {
|
|
border-width: 0;
|
|
}
|
|
|
|
.nemo-window .nemo-places-sidebar .places-treeview {
|
|
-NemoPlacesTreeView-disk-full-bg-color: #262626;
|
|
-NemoPlacesTreeView-disk-full-fg-color: #1c6ff7;
|
|
}
|
|
|
|
.nemo-window .sidebar {
|
|
color: #dadada;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
.nemo-window .sidebar scrolledwindow.frame {
|
|
border: none;
|
|
}
|
|
|
|
.nemo-window .sidebar .view, .nemo-window .sidebar row {
|
|
background-color: transparent;
|
|
color: #dadada;
|
|
}
|
|
|
|
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander {
|
|
color: rgba(139, 139, 139, 0.975);
|
|
}
|
|
|
|
.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover {
|
|
color: #dadada;
|
|
}
|
|
|
|
.nemo-window paned > separator {
|
|
background-image: image(#474747);
|
|
}
|
|
|
|
.nemo-window notebook {
|
|
background-color: #242424;
|
|
}
|
|
|
|
.nemo-window .nemo-window-pane widget.entry {
|
|
border: 2px solid #0860f2;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
border-radius: 6px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view:selected entry {
|
|
color: #dedede;
|
|
background-color: #242424;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.nemo-window .toolbar > button {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border: none;
|
|
color: #FDFDFD;
|
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
|
background-color: #373737;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin: 6px 1px;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar entry {
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar .linked.raised > button {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.nemo-window .primary-toolbar .linked.path-bar > button, .nemo-window .primary-toolbar .linked.path-bar > button.image-button {
|
|
min-height: 0;
|
|
min-width: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.nemo-window .floating-bar {
|
|
padding: 2px;
|
|
background-color: #0860f2;
|
|
color: white;
|
|
border-radius: 0;
|
|
border: none;
|
|
}
|
|
|
|
.nemo-window .floating-bar.bottom.left {
|
|
border-top-right-radius: 6px;
|
|
}
|
|
|
|
.nemo-window .floating-bar.bottom.right {
|
|
border-top-left-radius: 6px;
|
|
}
|
|
|
|
.nemo-window .floating-bar button {
|
|
border: none;
|
|
border-radius: 3px;
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
.view.cs-category-view {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
window.org-gnome-gedit > paned.titlebar > headerbar button.flat.toggle.popup:not(.image-button) box > .title, window.org-gnome-gedit > paned.titlebar > headerbar .raven .raven-header:not(.top) button.toggle.popup:not(.image-button) box > .title, .raven .raven-header:not(.top) window.org-gnome-gedit > paned.titlebar > headerbar button.toggle.popup:not(.image-button) box > .title {
|
|
padding: 0;
|
|
margin: -2px 0;
|
|
}
|
|
|
|
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
|
|
background: none;
|
|
}
|
|
|
|
window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel {
|
|
background: none;
|
|
}
|
|
|
|
.open-document-selector-treeview.view {
|
|
padding: 3px 6px 3px 6px;
|
|
border-color: #242424;
|
|
}
|
|
|
|
.open-document-selector-treeview.view:hover {
|
|
background-color: #313131;
|
|
}
|
|
|
|
.open-document-selector-treeview.view:hover:selected {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.open-document-selector-name-label {
|
|
color: #dedede;
|
|
}
|
|
|
|
.open-document-selector-path-label {
|
|
color: #818181;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.open-document-selector-path-label:selected {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
.gedit-document-panel row.activatable {
|
|
padding: 6px 0;
|
|
}
|
|
|
|
.gedit-document-panel row button {
|
|
min-width: 22px;
|
|
min-height: 22px;
|
|
padding: 0;
|
|
margin: 0 6px;
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
}
|
|
|
|
.gedit-document-panel row button image {
|
|
color: inherit;
|
|
}
|
|
|
|
.gedit-document-panel row:hover:not(:selected) button {
|
|
color: #a2a2a2;
|
|
}
|
|
|
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
|
color: #ff4d4d;
|
|
}
|
|
|
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
|
color: #dedede;
|
|
}
|
|
|
|
.gedit-document-panel row:hover:selected button:hover {
|
|
color: #ff6666;
|
|
}
|
|
|
|
.gedit-document-panel row:hover:selected button:hover:active {
|
|
color: white;
|
|
}
|
|
|
|
.gedit-document-panel-dragged-row {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
background-color: #1a1a1a;
|
|
color: #dedede;
|
|
}
|
|
|
|
.gedit-side-panel-paned statusbar {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
background-color: #333333;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.gedit-search-slider {
|
|
background-color: #383838;
|
|
padding: 6px;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
border-radius: 0 0 6px 6px;
|
|
border-width: 0 1px 1px 1px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.gedit-search-entry-occurrences-tag {
|
|
color: rgba(222, 222, 222, 0.6);
|
|
border: none;
|
|
margin: 2px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.gedit-map-frame border {
|
|
border-width: 0;
|
|
}
|
|
|
|
.gedit-map-frame border:dir(ltr) {
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
.gedit-map-frame border:dir(rtl) {
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.pluma-window statusbar frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.pluma-window notebook > stack scrolledwindow {
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
|
|
#pluma-status-combo-button {
|
|
min-height: 0;
|
|
padding: 0;
|
|
border-top: none;
|
|
border-bottom: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.gb-search-entry-occurrences-tag {
|
|
background: none;
|
|
}
|
|
|
|
workbench.csd > stack.titlebar:not(headerbar) {
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
|
|
border-radius: 14px 14px 0 0;
|
|
}
|
|
|
|
editortweak .linked > entry.search:focus + .gb-linked-scroller {
|
|
border-top-color: #0860f2;
|
|
}
|
|
|
|
layouttab {
|
|
background-color: #242424;
|
|
}
|
|
|
|
layout {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
-PnlDockBin-handle-size: 1;
|
|
}
|
|
|
|
eggsearchbar box.search-bar {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
pillbox {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
pillbox:disabled label {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
docktabstrip {
|
|
padding: 0 6px;
|
|
background-color: #333333;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
docktabstrip docktab {
|
|
min-height: 28px;
|
|
border: solid transparent;
|
|
border-width: 0 1px;
|
|
}
|
|
|
|
docktabstrip docktab label {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
docktabstrip docktab:checked label, docktabstrip docktab:hover label {
|
|
opacity: 1;
|
|
}
|
|
|
|
docktabstrip docktab:checked {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
background-color: #242424;
|
|
}
|
|
|
|
dockbin {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
-PnlDockBin-handle-size: 1;
|
|
}
|
|
|
|
dockpaned {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
dockoverlayedge {
|
|
background-color: #333333;
|
|
}
|
|
|
|
dockoverlayedge docktabstrip {
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
|
|
dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked {
|
|
border-width: 1px 0;
|
|
}
|
|
|
|
popover.messagepopover.background {
|
|
padding: 0;
|
|
}
|
|
|
|
popover.messagepopover .popover-content-area {
|
|
margin: 16px;
|
|
}
|
|
|
|
popover.messagepopover .popover-action-area {
|
|
margin: 8px;
|
|
}
|
|
|
|
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
|
|
margin: 0 4px;
|
|
}
|
|
|
|
popover.popover-selector {
|
|
padding: 0;
|
|
}
|
|
|
|
popover.popover-selector list row {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
popover.popover-selector list row image {
|
|
margin-left: 3px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
entry.search.preferences-search {
|
|
border: none;
|
|
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 0;
|
|
}
|
|
|
|
preferences stacksidebar.sidebar list {
|
|
background-image: linear-gradient(to bottom, #242424, #242424);
|
|
}
|
|
|
|
preferences stacksidebar.sidebar list separator {
|
|
background-color: transparent;
|
|
}
|
|
|
|
devhelppanel entry:focus,
|
|
symboltreepanel entry:focus {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
button.run-arrow-button {
|
|
min-width: 12px;
|
|
}
|
|
|
|
omnibar.linked > entry:not(:only-child) {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
border-left: none;
|
|
}
|
|
|
|
omnibar.linked > entry:not(:only-child) image, omnibar.linked > entry:not(:only-child) image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
omnibar.linked > entry:not(:only-child):backdrop {
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
opacity: 0.65;
|
|
}
|
|
|
|
omnibar.linked > entry:not(:only-child):backdrop image, omnibar.linked > entry:not(:only-child):backdrop image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
entry.search.preferences-search {
|
|
box-shadow: none;
|
|
}
|
|
|
|
entry.search.preferences-search:focus {
|
|
box-shadow: none;
|
|
border-bottom: 1px solid #0860f2;
|
|
}
|
|
|
|
preferencesbin spinbutton {
|
|
border-radius: 14px;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
background-color: #333333;
|
|
}
|
|
|
|
preferencesbin spinbutton:focus {
|
|
border-color: #0860f2;
|
|
}
|
|
|
|
preferencesbin spinbutton entry,
|
|
preferencesbin spinbutton entry:focus {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
preferencesbin spinbutton button {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
|
|
preferencesbin entry.search {
|
|
margin: 2px;
|
|
}
|
|
|
|
gstyleslidein #scale_box button.toggle:checked,
|
|
gstyleslidein #strings_controls button.toggle:checked,
|
|
gstyleslidein #palette_controls button.toggle:checked,
|
|
gstyleslidein #components_controls button.toggle:checked {
|
|
color: #dedede;
|
|
}
|
|
|
|
configurationview entry.flat {
|
|
background: none;
|
|
}
|
|
|
|
configurationview list {
|
|
border-width: 0;
|
|
}
|
|
|
|
window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlmenubuttonsection.vertical > box.vertical > button.dzlmenubuttonitem {
|
|
color: #afafaf;
|
|
}
|
|
|
|
window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlmenubuttonsection.vertical > box.vertical > button.dzlmenubuttonitem:active, window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlmenubuttonsection.vertical > box.vertical > button.dzlmenubuttonitem:checked {
|
|
color: #dedede;
|
|
background-color: rgba(222, 222, 222, 0.25);
|
|
}
|
|
|
|
window.org-gnome-Builder.workspace > popover.dzlmenubutton > box.vertical > dzlmenubuttonsection.vertical > box.vertical > button.dzlmenubuttonitem > box.horizontal > box.horizontal > label.title {
|
|
color: #dedede;
|
|
}
|
|
|
|
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry {
|
|
min-height: 0;
|
|
}
|
|
|
|
window.org-gnome-Builder.workspace > stack#titlebar_container.titlebar > headerbar > omnibar > .linked > entry > overlay > box.horizontal > box.vertical.pan > button {
|
|
min-height: 0;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal list.categories {
|
|
border-radius: 0 0 0 14px;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
|
|
color: #dedede;
|
|
transition-duration: 0.1s;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active {
|
|
color: #dedede;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label {
|
|
background-image: image(#3484e2);
|
|
color: white;
|
|
font-weight: 700;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row {
|
|
background-image: image(#2b2b2b);
|
|
color: #ababab;
|
|
transition-property: opacity, border-image, background-image, box-shadow;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover {
|
|
background-image: image(#3c3c3c);
|
|
color: #dedede;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus {
|
|
background-image: image(#444444);
|
|
color: #dedede;
|
|
animation: none;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row {
|
|
background-image: image(#0860f2);
|
|
color: white;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header {
|
|
background-image: image(#242424);
|
|
color: #0860f2;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover {
|
|
background-image: image(#23272e);
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus {
|
|
background-image: image(#212a39);
|
|
color: #0860f2;
|
|
animation: none;
|
|
}
|
|
|
|
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label {
|
|
background-image: image(#0860f2);
|
|
color: white;
|
|
transition-duration: 0s;
|
|
}
|
|
|
|
widget#PROCESSOR list row, widget#MEMORY list row {
|
|
margin: -1px;
|
|
border: 1px solid #474747;
|
|
}
|
|
|
|
widget#PROCESSOR list row.max, widget#MEMORY list row.max {
|
|
color: #2a2a2a;
|
|
}
|
|
|
|
widget#PROCESSOR list separator.list, widget#MEMORY list separator.list {
|
|
box-shadow: inset 0 0 0 1px #474747;
|
|
}
|
|
|
|
widget#STORAGE list {
|
|
margin: -1px;
|
|
}
|
|
|
|
widget#STORAGE list row.activatable {
|
|
color: rgba(222, 222, 222, 0.75);
|
|
}
|
|
|
|
widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active {
|
|
color: rgba(222, 222, 222, 0.75);
|
|
}
|
|
|
|
widget#STORAGE list separator.list {
|
|
box-shadow: inset 0 0 0 1px #474747;
|
|
}
|
|
|
|
widget#PERFORMANCE searchbar {
|
|
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12), inset 0 -1px #333333;
|
|
}
|
|
|
|
widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
widget#PERFORMANCE .sidebar {
|
|
background-color: #242424;
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
graph-switcher-button.toggle {
|
|
color: rgba(222, 222, 222, 0.75);
|
|
font-weight: 500;
|
|
}
|
|
|
|
graph-switcher-button.toggle:hover {
|
|
color: #dedede;
|
|
background-image: image(rgba(255, 255, 255, 0.03));
|
|
}
|
|
|
|
rg-graph.big {
|
|
background-position: left top;
|
|
background-origin: border-box;
|
|
background-repeat: repeat;
|
|
}
|
|
|
|
box.speedometer-outter {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
box.speedometer-content-area {
|
|
box-shadow: 0 0 0 4px rgba(8, 96, 242, 0.2);
|
|
}
|
|
|
|
.documents-scrolledwin.frame {
|
|
border-width: 0;
|
|
}
|
|
|
|
button.documents-load-more {
|
|
border-width: 1px 0 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.documents-icon-bg {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.photos-collection-icon,
|
|
.documents-collection-icon {
|
|
background-color: rgba(222, 222, 222, 0.3);
|
|
border-radius: 2px;
|
|
}
|
|
|
|
button.documents-favorite:active,
|
|
button.documents-favorite:active:hover {
|
|
color: #669efa;
|
|
}
|
|
|
|
.photos-entry-tag,
|
|
.documents-entry-tag {
|
|
color: white;
|
|
background: #0860f2;
|
|
border-radius: 3px;
|
|
border-width: 0;
|
|
margin: 2px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.photos-entry-tag:hover,
|
|
.documents-entry-tag:hover {
|
|
color: white;
|
|
background: #176bf7;
|
|
}
|
|
|
|
.photos-entry-tag:active,
|
|
.documents-entry-tag:active {
|
|
color: white;
|
|
background: #0758de;
|
|
}
|
|
|
|
.button.photos-entry-tag,
|
|
.documents-entry-tag.button {
|
|
box-shadow: none;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.content-view.document-page {
|
|
border-style: solid;
|
|
border-width: 3px 3px 6px 4px;
|
|
border-image: url("assets/thumbnail-frame.png") 3 3 6 4;
|
|
}
|
|
|
|
.photos-fade-in {
|
|
opacity: 1.0;
|
|
transition: opacity 0.2s ease-out;
|
|
}
|
|
|
|
.photos-fade-out {
|
|
opacity: 0.0;
|
|
transition: opacity 0.2s ease-out;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child,
|
|
window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child, window.background.csd > box.titlebar.horizontal > headerbar:first-child, .titlebar > headerbar.titlebar.tweak-titlebar-left {
|
|
background-image: none;
|
|
background-color: #333333;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
border: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar > box.horizontal > headerbar:last-child,
|
|
window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child, window.background.csd > box.titlebar.horizontal > headerbar:last-child, .titlebar > headerbar.titlebar.tweak-titlebar-right {
|
|
background-image: none;
|
|
background-color: #242424;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
border: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar > searchbar,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar > searchbar, window.background.csd > hdyleaflet > box.vertical > searchbar {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar > searchbar > revealer > box,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar > searchbar > revealer > box, window.background.csd > hdyleaflet > box.vertical > searchbar > revealer > box {
|
|
border-color: #0e0e0e;
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > separator,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > separator, window.background.csd > box.vertical > paned.horizontal > separator, window.background.csd > overlay > hdyleaflet > separator.sidebar, box.horizontal > separator.sidebar,
|
|
hdyleaflet > separator.sidebar, window.background.csd > box.horizontal:not(.titlebar) > separator.vertical, window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar,
|
|
window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, window.background.csd > hdyleaflet > separator.vertical, .titlebar:not(headerbar) > separator, window.org-gnome-gedit > paned.titlebar > separator, window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > separator, window.org-gnome-gedit > paned.titlebar > separator:backdrop, window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > separator:backdrop {
|
|
background-image: image(#0e0e0e);
|
|
background-color: transparent;
|
|
border-right: none;
|
|
}
|
|
|
|
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view.frame, hdyleaflet frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) {
|
|
border-radius: 14px;
|
|
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
border: none;
|
|
}
|
|
|
|
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view.frame > separator, hdyleaflet frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator {
|
|
background: none;
|
|
min-height: 0;
|
|
}
|
|
|
|
list.tweak-group list row.activatable:first-child, hdyleaflet list.view.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
|
border-top-left-radius: 14px;
|
|
border-top-right-radius: 14px;
|
|
}
|
|
|
|
list.tweak-group list row.activatable:last-child, hdyleaflet list.view.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
|
border-bottom-left-radius: 14px;
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
list.tweak-group list row.activatable:only-child, hdyleaflet list.view.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
hdyleaflet list > row.activatable {
|
|
margin: 2px 4px;
|
|
border-radius: 10px;
|
|
-gtk-outline-radius: 8px;
|
|
}
|
|
|
|
hdyleaflet frame > border {
|
|
border: none;
|
|
}
|
|
|
|
hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable .row-header > button:not(.text-button) {
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
padding: 0;
|
|
margin: 4px 0;
|
|
}
|
|
|
|
hdyleaflet frame.view list {
|
|
background: none;
|
|
}
|
|
|
|
hdyleaflet frame.view list > separator {
|
|
background: none;
|
|
min-height: 0;
|
|
}
|
|
|
|
.titlebar > headerbar.titlebar.tweak-titlebar-left,
|
|
.titlebar > headerbar.titlebar.tweak-titlebar-right {
|
|
border: none;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
|
background-color: #242424;
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
row#AutostartTitle.tweak {
|
|
padding: 3px;
|
|
background-color: #242424;
|
|
}
|
|
|
|
.tweak-group-startup row.tweak-startup:not(:hover):not(:selected) {
|
|
background: none;
|
|
}
|
|
|
|
.tweak-category:not(:selected):not(:hover) {
|
|
background: none;
|
|
}
|
|
|
|
.tweak-categories {
|
|
background-image: none;
|
|
background-color: #333333;
|
|
border-radius: 0 0 0 14px;
|
|
}
|
|
|
|
.tweak-categories > separator {
|
|
min-width: 0;
|
|
min-height: 0;
|
|
background: none;
|
|
}
|
|
|
|
window.background.csd > stack {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > stack.background,
|
|
window.background.csd > box.horizontal > stack.background {
|
|
background-color: #242424;
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active,
|
|
window.background.csd > box.horizontal > stack.background > widget > box.horizontal > box.horizontal > box.vertical > button:active {
|
|
color: #dedede;
|
|
background-image: none;
|
|
background-color: #7f7f7f;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
|
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
|
background-color: #242424;
|
|
border-bottom-right-radius: 15px;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical,
|
|
window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical {
|
|
background: none;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
|
|
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border-bottom-left-radius: 15px;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack,
|
|
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list,
|
|
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator,
|
|
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator {
|
|
background: none;
|
|
}
|
|
|
|
window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected),
|
|
window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
|
background-color: #242424;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected):not(.progressbar):not(.trough) {
|
|
background: none;
|
|
}
|
|
|
|
stack > grid.vertical > scrolledwindow {
|
|
border: none;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
stack > grid.vertical > scrolledwindow > viewport.frame list {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
|
border: none;
|
|
}
|
|
|
|
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar {
|
|
color: #FDFDFD;
|
|
}
|
|
|
|
window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
|
|
border-top-width: 0;
|
|
border-left-width: 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
window.background.csd > overlay > grid.horizontal > overlay > stack > box.horizontal > grid.horizontal > scrolledwindow.contacts-contact-form {
|
|
border-bottom-right-radius: 15px;
|
|
}
|
|
|
|
window.background.csd > overlay > hdyleaflet > stack > frame > grid.vertical {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
window.background.csd > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame > hdycolumn > stack > box.horizontal > box.vertical > box.horizontal > button.image-button {
|
|
padding: 2px;
|
|
}
|
|
|
|
entry.contacts-postal-entry:focus {
|
|
box-shadow: inset 0 0 0 1px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
entry.contacts-postal-entry:focus + entry.contacts-postal-entry {
|
|
border-top-color: rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
stack#titlebar_container.titlebar > stack > headerbar {
|
|
border: none;
|
|
}
|
|
|
|
notebook.main-notebook > header.top {
|
|
margin-top: 0;
|
|
}
|
|
|
|
notebook.main-notebook > header.top > tabs > tab:checked {
|
|
border-top-color: #373737;
|
|
}
|
|
|
|
notebook.main-notebook > header.top > tabs > tab:first-child {
|
|
border-left-width: 0;
|
|
}
|
|
|
|
#weather-page,
|
|
#weekly-forecast-frame {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
#weather-page-content-view {
|
|
border-bottom-right-radius: 14px;
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
stack.view.polari-entry-area {
|
|
background-color: #333333;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:hover, stack.view.polari-entry-area .raven .raven-header:not(.top) button.popup.toggle.polari-nick-button:hover, .raven .raven-header:not(.top) stack.view.polari-entry-area button.popup.toggle.polari-nick-button:hover {
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
|
|
stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active, stack.view.polari-entry-area .raven .raven-header:not(.top) button.popup.toggle.polari-nick-button:active, .raven .raven-header:not(.top) stack.view.polari-entry-area button.popup.toggle.polari-nick-button:active, stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:checked, stack.view.polari-entry-area .raven .raven-header:not(.top) button.popup.toggle.polari-nick-button:checked, .raven .raven-header:not(.top) stack.view.polari-entry-area button.popup.toggle.polari-nick-button:checked {
|
|
background-color: rgba(222, 222, 222, 0.25);
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
|
|
stack.view.polari-entry-area:disabled {
|
|
background-image: image(#333333);
|
|
}
|
|
|
|
.tr-workarea undershoot,
|
|
.tr-workarea overshoot {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.atril-window .primary-toolbar toolbar {
|
|
background: none;
|
|
}
|
|
|
|
#gf-bubble, #gf-bubble.solid,
|
|
#gf-osd-window,
|
|
#gf-osd-window.solid,
|
|
#gf-input-source-popup,
|
|
#gf-input-source-popup.solid,
|
|
#gf-candidate-popup,
|
|
#gf-candidate-popup.solid {
|
|
color: #ececec;
|
|
background-color: #2a2a2a;
|
|
border: 1px solid #161616;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
|
|
#gf-osd-window levelbar block.low,
|
|
#gf-osd-window levelbar block.high,
|
|
#gf-osd-window levelbar block.full,
|
|
#gf-input-source-popup levelbar block.low,
|
|
#gf-input-source-popup levelbar block.high,
|
|
#gf-input-source-popup levelbar block.full,
|
|
#gf-candidate-popup levelbar block.low,
|
|
#gf-candidate-popup levelbar block.high,
|
|
#gf-candidate-popup levelbar block.full {
|
|
background-color: #0860f2;
|
|
border-color: #0860f2;
|
|
}
|
|
|
|
#gf-bubble levelbar block.empty,
|
|
#gf-osd-window levelbar block.empty,
|
|
#gf-input-source-popup levelbar block.empty,
|
|
#gf-candidate-popup levelbar block.empty {
|
|
background-color: #1d1d1d;
|
|
}
|
|
|
|
#gf-bubble levelbar trough,
|
|
#gf-osd-window levelbar trough,
|
|
#gf-input-source-popup levelbar trough,
|
|
#gf-candidate-popup levelbar trough {
|
|
background: none;
|
|
}
|
|
|
|
#gf-input-source {
|
|
min-height: 32px;
|
|
min-width: 40px;
|
|
}
|
|
|
|
#gf-input-source:selected {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
gf-candidate-box label {
|
|
padding: 3px;
|
|
}
|
|
|
|
gf-candidate-box:hover, gf-candidate-box:selected {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
|
|
padding: 4px;
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button {
|
|
border: none;
|
|
}
|
|
|
|
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:active, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image {
|
|
padding: 0;
|
|
}
|
|
|
|
.sidebar-paned scrolledwindow {
|
|
border: none;
|
|
}
|
|
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal {
|
|
margin: -1px 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-bottom: none;
|
|
box-shadow: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button,
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button {
|
|
min-height: 36px;
|
|
min-width: 36px;
|
|
padding: 0;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
border: none;
|
|
}
|
|
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button:active, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button:checked,
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button:active,
|
|
window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button:checked,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button:active,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button:checked,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button:active,
|
|
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.csd > box.vertical > box.vertical > frame,
|
|
window.solid-csd > box.vertical > box.vertical > frame {
|
|
margin: -1px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
window.csd > box.vertical > box.vertical > frame > border,
|
|
window.solid-csd > box.vertical > box.vertical > frame > border {
|
|
border: none;
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised {
|
|
min-height: 36px;
|
|
min-width: 36px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:active, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image {
|
|
padding: 0;
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem .raven .raven-header:not(.top) button.scale, .raven .raven-header:not(.top) window.background > box.vertical > toolbar.primary-toolbar > toolitem button.scale {
|
|
min-height: 24px;
|
|
min-width: 36px;
|
|
padding: 0;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle,
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) {
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle:active, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle:checked,
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat):active,
|
|
window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat):checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
/********************
|
|
* Gnome Calculator *
|
|
********************/
|
|
window.background > headerbar.titlebar > button.flat.popup.toggle.text-button.title, .raven .raven-header:not(.top) window.background > headerbar.titlebar > button.popup.toggle.text-button.title {
|
|
margin: 6px 0;
|
|
}
|
|
|
|
window.background > headerbar.titlebar > button.flat.popup.toggle.text-button.title > grid > widget, .raven .raven-header:not(.top) window.background > headerbar.titlebar > button.popup.toggle.text-button.title > grid > widget {
|
|
padding-top: 3px;
|
|
}
|
|
|
|
window.background > headerbar.titlebar > button.flat.popup.toggle.text-button.title > grid > widget:dir(ltr), .raven .raven-header:not(.top) window.background > headerbar.titlebar > button.popup.toggle.text-button.title > grid > widget:dir(ltr) {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
window.background > headerbar.titlebar > button.flat.popup.toggle.text-button.title > grid > widget:dir(rtl), .raven .raven-header:not(.top) window.background > headerbar.titlebar > button.popup.toggle.text-button.title > grid > widget:dir(rtl) {
|
|
padding-right: 4px;
|
|
}
|
|
|
|
window.background > grid.vertical > box.vertical > widget button,
|
|
window.background > grid.vertical > box.vertical > box.vertical > widget button,
|
|
window.background > grid.vertical > box.vertical grid.math-buttons button {
|
|
font-weight: 700;
|
|
}
|
|
|
|
window.background > grid.vertical > box.vertical > widget button:not(.suggested-action):active,
|
|
window.background > grid.vertical > box.vertical > box.vertical > widget button:not(.suggested-action):active,
|
|
window.background > grid.vertical > box.vertical grid.math-buttons button:not(.suggested-action):active {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background > grid.vertical > box.vertical > widget button:not(.suggested-action):checked,
|
|
window.background > grid.vertical > box.vertical > box.vertical > widget button:not(.suggested-action):checked,
|
|
window.background > grid.vertical > box.vertical grid.math-buttons button:not(.suggested-action):checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
/************
|
|
* Epiphany *
|
|
************/
|
|
headerbar.titlebar.incognito-mode entry {
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
}
|
|
|
|
headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
headerbar.titlebar.incognito-mode entry:focus {
|
|
background-image: none;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
headerbar.titlebar.incognito-mode entry:disabled {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar {
|
|
color: rgba(222, 222, 222, 0.75);
|
|
}
|
|
|
|
.background headerbar entry.starred, .background headerbar entry.non-starred {
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
}
|
|
|
|
.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus {
|
|
background-image: none;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
.background headerbar entry.starred:disabled, .background headerbar label:disabled selection.starred, label:disabled .background headerbar selection.starred, .background headerbar entry.non-starred:disabled, .background headerbar label:disabled selection.non-starred, label:disabled .background headerbar selection.non-starred {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
.background headerbar entry.starred > image.right {
|
|
color: #ccbb00;
|
|
}
|
|
|
|
.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked {
|
|
color: #FFEA00;
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical button:not(.destructive-action):not(.suggested-action):only-child:active, popover.background:not(.emoji-picker) > box.vertical button:not(.destructive-action):not(.suggested-action):only-child:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background {
|
|
background-color: transparent;
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable {
|
|
background-color: #4d4d4d;
|
|
color: rgba(222, 222, 222, 0.85);
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
margin: 2px;
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:active, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row {
|
|
background-color: rgba(36, 36, 36, 0.35);
|
|
color: rgba(222, 222, 222, 0.85);
|
|
border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
|
|
padding: 6px;
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked {
|
|
color: #dedede;
|
|
background-color: rgba(222, 222, 222, 0.05);
|
|
}
|
|
|
|
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
padding: 4px;
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
}
|
|
|
|
flowboxchild.bookmark-tag-widget {
|
|
color: #333333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
flowboxchild.bookmark-tag-widget label {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
flowboxchild.bookmark-tag-widget-selected {
|
|
color: white;
|
|
}
|
|
|
|
.documents-scrolledwin {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.documents-scrolledwin .content-view {
|
|
background-color: transparent;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.documents-scrolledwin viewport.frame {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.documents-scrolledwin viewport.frame widget > frame.content-view {
|
|
background-color: transparent;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.documents-scrolledwin viewport.frame widget > frame.content-view border {
|
|
border: none;
|
|
}
|
|
|
|
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
|
background-color: transparent;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
window.background.csd evview.view.content-view {
|
|
background-color: transparent;
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
|
border-radius: 0 0 14px 14px;
|
|
background-color: #242424;
|
|
}
|
|
|
|
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
|
border-radius: 0 0 0 14px;
|
|
background-color: #333333;
|
|
}
|
|
|
|
.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:selected) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
box.vertical > box.vertical > box.vertical > paned.horizontal {
|
|
background-image: none;
|
|
background-color: #0e0e0e;
|
|
}
|
|
|
|
window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view {
|
|
min-width: 240px;
|
|
}
|
|
|
|
window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:selected):not(:hover) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.background.csd > paned.titlebar {
|
|
background-color: #373737;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
window.background.csd > paned.titlebar > headerbar {
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.background.csd > paned.titlebar > separator {
|
|
background: none;
|
|
}
|
|
|
|
dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
|
|
font-weight: 700;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame {
|
|
border: none;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame {
|
|
border: none;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child {
|
|
border-radius: 0 0 0 14px;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child {
|
|
border-radius: 0 0 14px 0;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow,
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow {
|
|
border-radius: 0 0 14px 14px;
|
|
background-color: #242424;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active),
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar {
|
|
border-radius: 0 0 14px 14px;
|
|
border-width: 1px 0 0 0;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > stack > notebook > stack {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox separator.vertical {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox .lowres-icon {
|
|
-gtk-icon-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox .icon-dropshadow {
|
|
-gtk-icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
dialog.background.csd > box.vertical.dialog-vbox > .dialog-action-box > .dialog-action-area {
|
|
padding: 3px 6px 6px;
|
|
}
|
|
|
|
dialog.background.csd stack scrolledwindow.frame {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
dialog.background.csd stack scrolledwindow.frame textview.view {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
dialog.background.csd stack scrolledwindow.frame textview.view > text {
|
|
background: none;
|
|
}
|
|
|
|
dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:selected) {
|
|
background: none;
|
|
}
|
|
|
|
dialog.background.csd stack scrolledwindow viewport.frame.view {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area {
|
|
margin: 0 6px 6px;
|
|
}
|
|
|
|
MsdOsdWindow.background.osd {
|
|
border-radius: 2px;
|
|
border: 1px solid #161616;
|
|
}
|
|
|
|
MsdOsdWindow.background.osd .progressbar {
|
|
background-color: #0860f2;
|
|
border: none;
|
|
border-color: red;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
MsdOsdWindow.background.osd .trough {
|
|
background-color: #1d1d1d;
|
|
border: none;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
|
|
panel-toplevel.background,
|
|
panel-toplevel.background menubar {
|
|
background-color: black;
|
|
}
|
|
|
|
.mate-panel-menu-bar menubar,
|
|
.mate-panel-menu-bar #PanelApplet label,
|
|
.mate-panel-menu-bar #PanelApplet image,
|
|
panel-toplevel.background menubar,
|
|
panel-toplevel.background #PanelApplet label,
|
|
panel-toplevel.background #PanelApplet image {
|
|
color: white;
|
|
}
|
|
|
|
.mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
|
|
.mate-panel-menu-bar #tasklist-button label,
|
|
.mate-panel-menu-bar #tasklist-button image,
|
|
panel-toplevel.background button label,
|
|
panel-toplevel.background button image,
|
|
panel-toplevel.background #tasklist-button label,
|
|
panel-toplevel.background #tasklist-button image {
|
|
color: inherit;
|
|
}
|
|
|
|
.mate-panel-menu-bar .wnck-pager,
|
|
panel-toplevel.background .wnck-pager {
|
|
color: gray;
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
}
|
|
|
|
.mate-panel-menu-bar .wnck-pager:hover,
|
|
panel-toplevel.background .wnck-pager:hover {
|
|
background-color: rgba(13, 13, 13, 0.16);
|
|
}
|
|
|
|
.mate-panel-menu-bar .wnck-pager:selected,
|
|
panel-toplevel.background .wnck-pager:selected {
|
|
color: #669efa;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.mate-panel-menu-bar na-tray-applet,
|
|
panel-toplevel.background na-tray-applet {
|
|
-NaTrayApplet-icon-padding: 0;
|
|
-NaTrayApplet-icon-size: 16px;
|
|
}
|
|
|
|
.caja-notebook {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.caja-side-pane, .caja-side-pane text, .caja-side-pane treeview,
|
|
.caja-side-pane > notebook > stack > widget > box {
|
|
color: #dadada;
|
|
caret-color: #dadada;
|
|
background-color: #333333;
|
|
}
|
|
|
|
.caja-side-pane > box button:not(:active):not(:checked) {
|
|
color: #dadada;
|
|
}
|
|
|
|
.caja-side-pane .frame {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.caja-side-pane junction {
|
|
background-color: rgba(38, 38, 38, 0.95);
|
|
}
|
|
|
|
.caja-navigation-window .primary-toolbar {
|
|
background-color: #373737;
|
|
}
|
|
|
|
.caja-navigation-window .caja-side-pane {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.caja-navigation-window .caja-side-pane .frame {
|
|
border-width: 1px 0 0;
|
|
}
|
|
|
|
.caja-navigation-window paned > separator {
|
|
background-image: image(#474747);
|
|
}
|
|
|
|
.caja-side-pane treeview.view, .caja-side-pane .view {
|
|
background: none;
|
|
}
|
|
|
|
.caja-side-pane treeview.view:hover, .caja-side-pane .view:hover {
|
|
background-color: rgba(222, 222, 222, 0.1);
|
|
}
|
|
|
|
.caja-side-pane treeview.view:active, .caja-side-pane treeview.view:selected, .caja-side-pane .view:active, .caja-side-pane .view:selected {
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.caja-side-pane textview.view text {
|
|
background: none;
|
|
}
|
|
|
|
.caja-side-pane scrollbar {
|
|
background: none;
|
|
}
|
|
|
|
.caja-notebook .frame {
|
|
border-width: 0 0 1px;
|
|
}
|
|
|
|
.caja-search-bar entry:focus {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel .raven .raven-header:not(.top) button, .raven .raven-header:not(.top) .xfce4-panel button, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, .mate-panel-menu-bar button:not(#tasklist-button),
|
|
panel-toplevel.background button:not(#tasklist-button) {
|
|
color: white;
|
|
border-radius: 6px;
|
|
border: none;
|
|
}
|
|
|
|
.xfce4-panel button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked):not(#tasklist-button),
|
|
panel-toplevel.background button:hover:not(:active):not(:checked):not(#tasklist-button) {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.xfce4-panel button:checked, .mate-panel-menu-bar button:checked:not(#tasklist-button),
|
|
panel-toplevel.background button:checked:not(#tasklist-button) {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.xfce4-panel button:checked label, .mate-panel-menu-bar button:checked:not(#tasklist-button) label,
|
|
panel-toplevel.background button:checked:not(#tasklist-button) label, .xfce4-panel button:checked image, .mate-panel-menu-bar button:checked:not(#tasklist-button) image,
|
|
panel-toplevel.background button:checked:not(#tasklist-button) image {
|
|
color: inherit;
|
|
}
|
|
|
|
.xfce4-panel button:active, .mate-panel-menu-bar button:active:not(#tasklist-button),
|
|
panel-toplevel.background button:active:not(#tasklist-button) {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
.xfce4-panel.panel {
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
text-shadow: none;
|
|
-gtk-icon-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
.XfceHeading {
|
|
border: 0 none transparent;
|
|
background-color: #333333;
|
|
color: #dedede;
|
|
}
|
|
|
|
.xfce4-panel {
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
color: white;
|
|
font-weight: 700;
|
|
text-shadow: none;
|
|
-gtk-icon-shadow: none;
|
|
box-shadow: none;
|
|
border-width: 0;
|
|
}
|
|
|
|
.xfce4-panel,
|
|
.xfce4-panel frame > border {
|
|
border: none;
|
|
}
|
|
|
|
#XfcePanelWindow.xfce4-panel {
|
|
border: none;
|
|
}
|
|
|
|
#XfcePanelWindow.xfce4-panel, #XfcePanelWindow.xfce4-panel.marching-ants {
|
|
transition: none;
|
|
}
|
|
|
|
.xfce4-panel button {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.xfce4-panel button#launcher-arrow + button.toggle:checked {
|
|
color: #0860f2;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.xfce4-panel button#xfce4-notification-plugin {
|
|
padding: 0 1px;
|
|
}
|
|
|
|
.xfce4-panel menu {
|
|
font-weight: 400;
|
|
text-shadow: none;
|
|
-gtk-icon-effect: none;
|
|
}
|
|
|
|
.xfce4-panel menubar.-vala-panel-appmenu-private > menuitem {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.xfce4-panel widget.tasklist > button.toggle {
|
|
font-weight: 400;
|
|
}
|
|
|
|
XfdesktopIconView.view {
|
|
border-radius: 2px;
|
|
background: transparent;
|
|
color: white;
|
|
text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|
|
|
|
window#whiskermenu-window {
|
|
background-color: #333333;
|
|
}
|
|
|
|
window#whiskermenu-window > frame > border {
|
|
border-radius: 0;
|
|
}
|
|
|
|
window#whiskermenu-window scrolledwindow > viewport button.radio {
|
|
padding: 2px 6px;
|
|
margin: 2px;
|
|
}
|
|
|
|
window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window#whiskermenu-window scrolledwindow > viewport button.radio:checked, window#whiskermenu-window scrolledwindow > viewport button.radio:active {
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
window#whiskermenu-window scrolledwindow > viewport button.radio:checked:hover, window#whiskermenu-window scrolledwindow > viewport button.radio:active:hover {
|
|
background-image: none;
|
|
}
|
|
|
|
window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
color: #dedede;
|
|
}
|
|
|
|
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
|
border-bottom-left-radius: 14px;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:selected) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
|
border-top: none;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:hover {
|
|
background-color: rgba(255, 255, 255, 0.08);
|
|
}
|
|
|
|
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:selected, window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:selected:hover, window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:active:hover {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.thunar > grid.horizontal > paned.horizontal > separator {
|
|
background-image: image(#0e0e0e);
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar {
|
|
border-bottom: 1px solid #0e0e0e;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button,
|
|
window.thunar toolbar#location-toolbar button.flat,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button {
|
|
color: #FDFDFD;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
border-radius: 6px;
|
|
min-height: 28px;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:hover,
|
|
window.thunar toolbar#location-toolbar button.flat:hover,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:hover,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:hover {
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:checked,
|
|
window.thunar toolbar#location-toolbar button.flat:checked,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:checked,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:checked {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:active,
|
|
window.thunar toolbar#location-toolbar button.flat:active,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:active,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:active {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.25);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:disabled, window.thunar toolbar#location-toolbar label:disabled selection.path-bar-button, label:disabled window.thunar toolbar#location-toolbar selection.path-bar-button,
|
|
window.thunar toolbar#location-toolbar button.flat:disabled,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:disabled,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:disabled,
|
|
window.thunar toolbar#location-toolbar label:disabled selection.flat,
|
|
label:disabled window.thunar toolbar#location-toolbar selection.flat {
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:disabled label, window.thunar toolbar#location-toolbar label:disabled selection.path-bar-button label, label:disabled window.thunar toolbar#location-toolbar selection.path-bar-button label, window.thunar toolbar#location-toolbar button.path-bar-button:disabled, window.thunar toolbar#location-toolbar label:disabled selection.path-bar-button, label:disabled window.thunar toolbar#location-toolbar selection.path-bar-button,
|
|
window.thunar toolbar#location-toolbar button.flat:disabled label,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:disabled label,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:disabled label,
|
|
window.thunar toolbar#location-toolbar label:disabled selection.flat label,
|
|
label:disabled window.thunar toolbar#location-toolbar selection.flat label,
|
|
window.thunar toolbar#location-toolbar button.flat:disabled,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:disabled,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:disabled,
|
|
window.thunar toolbar#location-toolbar label:disabled selection.flat,
|
|
label:disabled window.thunar toolbar#location-toolbar selection.flat {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar button.path-bar-button:disabled:active, window.thunar toolbar#location-toolbar label:disabled selection.path-bar-button:active, label:disabled window.thunar toolbar#location-toolbar selection.path-bar-button:active, window.thunar toolbar#location-toolbar button.path-bar-button:disabled:checked, window.thunar toolbar#location-toolbar label:disabled selection.path-bar-button:checked, label:disabled window.thunar toolbar#location-toolbar selection.path-bar-button:checked,
|
|
window.thunar toolbar#location-toolbar button.flat:disabled:active,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:disabled:active,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:disabled:active,
|
|
window.thunar toolbar#location-toolbar label:disabled selection.flat:active,
|
|
label:disabled window.thunar toolbar#location-toolbar selection.flat:active,
|
|
window.thunar toolbar#location-toolbar button.flat:disabled:checked,
|
|
window.thunar toolbar#location-toolbar .raven .raven-header:not(.top) button:disabled:checked,
|
|
.raven .raven-header:not(.top) window.thunar toolbar#location-toolbar button:disabled:checked,
|
|
window.thunar toolbar#location-toolbar label:disabled selection.flat:checked,
|
|
label:disabled window.thunar toolbar#location-toolbar selection.flat:checked {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: transparent;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar > toolbutton#open-parent > button.image-button.flat:not(.toggle), window.thunar .raven .raven-header:not(.top) toolbar#location-toolbar > toolbutton#open-parent > button.image-button:not(.toggle), .raven .raven-header:not(.top) window.thunar toolbar#location-toolbar > toolbutton#open-parent > button.image-button:not(.toggle) {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar > toolbutton#open-home > button.image-button.flat:not(.toggle), window.thunar .raven .raven-header:not(.top) toolbar#location-toolbar > toolbutton#open-home > button.image-button:not(.toggle), .raven .raven-header:not(.top) window.thunar toolbar#location-toolbar > toolbutton#open-home > button.image-button:not(.toggle) {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
window.thunar toolbar#location-toolbar entry {
|
|
min-height: 22px;
|
|
}
|
|
|
|
window.thunar notebook stack > scrolledwindow.frame.standard-view {
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
}
|
|
|
|
window.thunar notebook header.top tab.reorderable-page > box > label {
|
|
min-height: 0;
|
|
}
|
|
|
|
/*********
|
|
* Geary *
|
|
*********/
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar {
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar:hover,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar:hover {
|
|
color: #dedede;
|
|
background-color: rgba(222, 222, 222, 0.1);
|
|
}
|
|
|
|
.geary-main-window.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar:selected,
|
|
window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sidebar treeview.view.sidebar:selected {
|
|
color: #dedede;
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
}
|
|
|
|
.geary-main-window.background.csd stack#conversation_viewer,
|
|
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox,
|
|
window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox {
|
|
background-color: #242424;
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
.geary-main-window.background.csd stack#conversation_viewer searchbar,
|
|
window#GearyMainWindow.background.csd stack#conversation_viewer searchbar {
|
|
background-color: #242424;
|
|
}
|
|
|
|
.geary-main-window.background.csd stack#conversation_viewer searchbar > revealer > box,
|
|
window#GearyMainWindow.background.csd stack#conversation_viewer searchbar > revealer > box {
|
|
border-color: #0e0e0e;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator > separator,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator > separator {
|
|
margin-left: -1px;
|
|
background: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusbar {
|
|
margin: -8px -12px;
|
|
border: none;
|
|
background-color: #333333;
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator statusbar frame > border,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator statusbar frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-folder-frame > border,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-folder-frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow treeview.view.sidebar:not(:hover):not(:selected),
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow treeview.view.sidebar:not(:hover):not(:selected) {
|
|
background-color: #333333;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame {
|
|
background-color: #333333;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame > border,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow {
|
|
background-color: #242424;
|
|
margin: 6px 6px 6px 0;
|
|
padding: 6px 0;
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view {
|
|
border: none;
|
|
background-image: none;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:hover,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:hover {
|
|
background-color: rgba(222, 222, 222, 0.1);
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:selected,
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:selected {
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
color: white;
|
|
}
|
|
|
|
.geary-main-window.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:not(:hover):not(:selected),
|
|
window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.geary-conversation-frame scrolledwindow treeview.view:not(:hover):not(:selected) {
|
|
background: none;
|
|
}
|
|
|
|
window.background:not(.csd) > widget > separator {
|
|
padding-top: 1px;
|
|
margin-top: 1px;
|
|
min-height: 2px;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background:not(.csd) > widget > scrollbar {
|
|
background-clip: border-box;
|
|
}
|
|
|
|
window.background:not(.csd) > widget > scrollbar,
|
|
window.background:not(.csd) > widget > frame > border {
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background:not(.csd) > widget > entry,
|
|
window.background:not(.csd) > widget .entry {
|
|
border-radius: 6px;
|
|
background-image: image(#242424);
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background:not(.csd) > widget > entry:focus,
|
|
window.background:not(.csd) > widget .entry:focus {
|
|
border-color: #6887cd;
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
window.background:not(.csd) > widget > spinbutton {
|
|
background-image: image(#656565);
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background:not(.csd) > widget > spinbutton .entry {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
|
|
window.background:not(.csd) > widget > button {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
window.background:not(.csd) > widget > button > button {
|
|
outline-style: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
window.background:not(.csd) > widget > button > button label {
|
|
padding: 4px 6px;
|
|
}
|
|
|
|
window.background:not(.csd) > menu,
|
|
window.background:not(.csd) > menu > menu {
|
|
border-radius: 0;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
window.background:not(.csd) > menu > menuitem {
|
|
padding: 4px 6px;
|
|
}
|
|
|
|
window.background:not(.csd) > menu > menuitem > label:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
window.background:not(.csd) > menu > menuitem > radio,
|
|
window.background:not(.csd) > menu > menuitem > check {
|
|
padding: 0 2px 0 4px;
|
|
}
|
|
|
|
window.background:not(.csd) > window > menu menuitem {
|
|
transition: none;
|
|
}
|
|
|
|
#MozillaGtkWidget.background {
|
|
background-color: #333333;
|
|
}
|
|
|
|
#MozillaGtkWidget.background .background,
|
|
#MozillaGtkWidget.background frame,
|
|
#MozillaGtkWidget.background separator,
|
|
#MozillaGtkWidget.background scrolledwindow {
|
|
background-color: #242424;
|
|
}
|
|
|
|
#MozillaGtkWidget.background scrollbar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#MozillaGtkWidget.background scrollbar slider {
|
|
background-color: gray;
|
|
}
|
|
|
|
#MozillaGtkWidget.background scrollbar slider:hover {
|
|
background-color: #9a9a9a;
|
|
}
|
|
|
|
#MozillaGtkWidget.background scrollbar slider:hover:active {
|
|
background-color: #b3b3b3;
|
|
}
|
|
|
|
#MozillaGtkWidget.background scrollbar slider:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#MozillaGtkWidget.background *:not(menuitem):hover, #MozillaGtkWidget.background *:not(menuitem):hover button,
|
|
#MozillaGtkWidget.background *:focus,
|
|
#MozillaGtkWidget.background *:focus button,
|
|
#MozillaGtkWidget.background *:active,
|
|
#MozillaGtkWidget.background *:active button,
|
|
#MozillaGtkWidget.background *:checked,
|
|
#MozillaGtkWidget.background *:checked button {
|
|
color: #dedede;
|
|
}
|
|
|
|
#MozillaGtkWidget.background > window.background > menu {
|
|
border: none;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
border-radius: 0;
|
|
}
|
|
|
|
#MozillaGtkWidget.background > window.background > menu > separator {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
#MozillaGtkWidget.background > widget border {
|
|
border-color: #666666;
|
|
}
|
|
|
|
#MozillaGtkWidget.background > widget separator {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
#MozillaGtkWidget.background > widget > scrolledwindow > textview {
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
#MozillaGtkWidget.background > widget > scrolledwindow > textview text {
|
|
background-color: transparent;
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
/***************
|
|
* Chrome(ium) *
|
|
***************/
|
|
window.background.chromium {
|
|
background-color: #333333;
|
|
color: #dadada;
|
|
}
|
|
|
|
window.background.chromium headerbar.titlebar button.toggle {
|
|
border: none;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
window.background.chromium headerbar.titlebar button.toggle:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
window.background.chromium headerbar.titlebar button.titlebutton {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
margin: 0;
|
|
padding: 0 0;
|
|
background-size: auto;
|
|
color: transparent;
|
|
}
|
|
|
|
window.background.chromium button {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #474747;
|
|
background-color: #333333;
|
|
color: #dadada;
|
|
}
|
|
|
|
window.background.chromium entry.chromium, window.background.chromium entry.chromium:focus {
|
|
border-image: none;
|
|
border: 1px solid #474747;
|
|
background-color: #333333;
|
|
color: #dadada;
|
|
}
|
|
|
|
window.background.chromium > textview.view, window.background.chromium textview {
|
|
background-color: #333333;
|
|
color: #dadada;
|
|
}
|
|
|
|
window.background.chromium > menubar {
|
|
background-color: #373737;
|
|
}
|
|
|
|
/****************
|
|
* Libre-Office *
|
|
****************/
|
|
window.background:not(.solid-csd) > grid.horizontal > grid.horizontal {
|
|
background-color: #373737;
|
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button, .raven .raven-header:not(.top) window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button {
|
|
color: #FDFDFD;
|
|
border: none;
|
|
border-radius: 50px;
|
|
background-image: none;
|
|
}
|
|
|
|
window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover, .raven .raven-header:not(.top) window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button:hover {
|
|
background-color: #5d5d5d;
|
|
color: white;
|
|
}
|
|
|
|
window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, .raven .raven-header:not(.top) window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button:active, window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked, .raven .raven-header:not(.top) window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button:checked {
|
|
background-color: rgba(255, 0, 0, 0.65);
|
|
color: white;
|
|
}
|
|
|
|
window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled, .raven .raven-header:not(.top) window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button:disabled, label:disabled window.background:not(.solid-csd) > grid.horizontal > grid.horizontal > selection.small-button {
|
|
color: rgba(253, 253, 253, 0.6);
|
|
}
|
|
|
|
window.background:not(.solid-csd) > notebook:not(.frame) {
|
|
border: 0 none transparent;
|
|
background-color: #242424;
|
|
}
|
|
|
|
window.background:not(.solid-csd) > notebook:not(.frame) > stack {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
widget > box.terminal-titlebar {
|
|
padding: 0 6px;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.flat.popup.toggle, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle {
|
|
border: none;
|
|
border-radius: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr), .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:dir(ltr) {
|
|
padding-right: 6px;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl), .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:dir(rtl) {
|
|
padding-left: 6px;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.flat.popup.toggle:hover, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:hover, widget > box.terminal-titlebar > button.flat.popup.toggle:checked, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:active {
|
|
border-radius: 0;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.flat.popup.toggle:checked, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active, .raven .raven-header:not(.top) widget > box.terminal-titlebar > button.popup.toggle:active {
|
|
background-color: rgba(222, 222, 222, 0.05);
|
|
color: #dedede;
|
|
}
|
|
|
|
widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle {
|
|
margin: 2px 0;
|
|
padding: 0;
|
|
min-height: 24px;
|
|
min-width: 24px;
|
|
border-radius: 6px;
|
|
-gtk-outline-radius: 6px;
|
|
}
|
|
|
|
list.tilix-session-sidebar {
|
|
background-image: image(rgba(51, 51, 51, 0.95));
|
|
}
|
|
|
|
list.tilix-session-sidebar button.tilix-sidebar-close-button {
|
|
min-height: 20px;
|
|
min-width: 20px;
|
|
padding: 0;
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
background-color: #f8464c;
|
|
}
|
|
|
|
list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
|
|
color: white;
|
|
}
|
|
|
|
list.tilix-session-sidebar button.tilix-sidebar-close-button:hover {
|
|
background-color: #fa777c;
|
|
}
|
|
|
|
list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
|
|
background-image: image(#f6151c);
|
|
}
|
|
|
|
window.background.csd > box.horizontal > stack > box.vertical > notebook > stack {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
toolbar#SubToolBox {
|
|
min-height: 36px;
|
|
}
|
|
|
|
toolbar#SubToolBox entry, toolbar#SubToolBox button {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
toolbar#SubToolBox > toolbutton > button.flat, .raven .raven-header:not(.top) toolbar#SubToolBox > toolbutton > button {
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
widget#ToolboxCommon button.flat:active, widget#ToolboxCommon .raven .raven-header:not(.top) button:active, .raven .raven-header:not(.top) widget#ToolboxCommon button:active {
|
|
background-color: rgba(222, 222, 222, 0.25);
|
|
}
|
|
|
|
widget#ToolboxCommon button.flat:checked, widget#ToolboxCommon .raven .raven-header:not(.top) button:checked, .raven .raven-header:not(.top) widget#ToolboxCommon button:checked {
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
}
|
|
|
|
widget#ToolboxCommon > toolbar > toolbutton > button.flat, .raven .raven-header:not(.top) widget#ToolboxCommon > toolbar > toolbutton > button {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
box#DesktopStatusBar spinbutton, box#DesktopStatusBar button.combo {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
window > box.vertical > box.horizontal > toolbar {
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
window > box.vertical > box.horizontal > toolbar toolitem > box label,
|
|
window > box.vertical > box.horizontal > toolbar toolitem > box entry {
|
|
min-height: 20px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
font-size: 90%;
|
|
}
|
|
|
|
window > box.vertical > box.horizontal > toolbar toolitem > box > label {
|
|
color: #dedede;
|
|
}
|
|
|
|
window > box.vertical > box.horizontal > widget {
|
|
background-color: transparent;
|
|
}
|
|
|
|
window#ValaPanel.background widget.-vala-panel-background > separator {
|
|
background: none;
|
|
}
|
|
|
|
button.flat.-panel-button:hover, .raven .raven-header:not(.top) button.-panel-button:hover,
|
|
button#tasklist-button.toggle.flat:hover,
|
|
.raven .raven-header:not(.top) button.toggle:hover,
|
|
button.flat.-panel-icon-button:hover,
|
|
.raven .raven-header:not(.top) button.-panel-icon-button:hover {
|
|
box-shadow: inset 0 -2px rgba(8, 96, 242, 0.5);
|
|
background: none;
|
|
}
|
|
|
|
button.flat.-panel-button:active, .raven .raven-header:not(.top) button.-panel-button:active, button.flat.-panel-button:checked, .raven .raven-header:not(.top) button.-panel-button:checked,
|
|
button#tasklist-button.toggle.flat:active,
|
|
.raven .raven-header:not(.top) button.toggle:active,
|
|
button#tasklist-button.toggle.flat:checked,
|
|
.raven .raven-header:not(.top) button.toggle:checked,
|
|
button.flat.-panel-icon-button:active,
|
|
.raven .raven-header:not(.top) button.-panel-icon-button:active,
|
|
button.flat.-panel-icon-button:checked,
|
|
.raven .raven-header:not(.top) button.-panel-icon-button:checked {
|
|
box-shadow: inset 0 -2px #0860f2;
|
|
color: white;
|
|
background: none;
|
|
}
|
|
|
|
.unpinned button.flat.-panel-icon-button, .unpinned .raven .raven-header:not(.top) button.-panel-icon-button, .raven .raven-header:not(.top) .unpinned button.-panel-icon-button {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.unpinned button.flat.-panel-icon-button:hover, .unpinned .raven .raven-header:not(.top) button.-panel-icon-button:hover, .raven .raven-header:not(.top) .unpinned button.-panel-icon-button:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
.unpinned button.flat.-panel-icon-button:hover, .unpinned .raven .raven-header:not(.top) button.-panel-icon-button:hover, .raven .raven-header:not(.top) .unpinned button.-panel-icon-button:hover, .unpinned button.flat.-panel-icon-button:active, .unpinned .raven .raven-header:not(.top) button.-panel-icon-button:active, .raven .raven-header:not(.top) .unpinned button.-panel-icon-button:active, .unpinned button.flat.-panel-icon-button:checked, .unpinned .raven .raven-header:not(.top) button.-panel-icon-button:checked, .raven .raven-header:not(.top) .unpinned button.-panel-icon-button:checked {
|
|
box-shadow: inset 0 -2px #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
.pinned button.flat.-panel-icon-button.running, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.pinned button.flat.-panel-icon-button.running > image, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running > image, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running > image {
|
|
background-position: bottom center;
|
|
}
|
|
|
|
.pinned button.flat.-panel-icon-button.running:hover, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running:hover, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
.pinned button.flat.-panel-icon-button.running:hover, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running:hover, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running:hover, .pinned button.flat.-panel-icon-button.running:active, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running:active, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running:active, .pinned button.flat.-panel-icon-button.running:checked, .pinned .raven .raven-header:not(.top) button.-panel-icon-button.running:checked, .raven .raven-header:not(.top) .pinned button.-panel-icon-button.running:checked {
|
|
box-shadow: inset 0 -2px #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
menubar.-vala-panel-appmenu-private,
|
|
menubar.-vala-panel-background {
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
menubar.-vala-panel-appmenu-private > menuitem,
|
|
menubar.-vala-panel-background > menuitem {
|
|
color: white;
|
|
font-weight: normal;
|
|
}
|
|
|
|
menubar.-vala-panel-appmenu-private > menuitem:hover,
|
|
menubar.-vala-panel-background > menuitem:hover {
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
menubar.-vala-panel-appmenu-private > menuitem:disabled,
|
|
menubar.-vala-panel-background > menuitem:disabled {
|
|
color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
|
|
.menubar.panel .panel, .menubar.panel .panel.color-light, .menubar.panel .panel.color-dark {
|
|
background-color: transparent;
|
|
background-image: linear-gradient(0deg, rgba(42, 42, 42, 0.95) 0%, rgba(51, 51, 51, 0.95) 100%);
|
|
border-bottom: 1px solid #0e0e0e;
|
|
transition: all 100ms ease-in-out;
|
|
color: white;
|
|
}
|
|
|
|
.menubar.panel .panel.maximized {
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
background-image: none;
|
|
border: none;
|
|
}
|
|
|
|
.menubar.panel .panel.translucent {
|
|
background-color: rgba(0, 0, 0, 0.75);
|
|
background-image: none;
|
|
border: none;
|
|
}
|
|
|
|
.menubar.panel .panel menubar {
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
.menubar.panel popover {
|
|
padding: 2px 4px;
|
|
margin: 0 6px 15px 6px;
|
|
border: 1px solid rgba(0, 0, 0, 0.45);
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 5px 8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.menubar.panel popover button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.menubar.panel popover button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.menubar.panel popover button:active {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.menubar.panel popover button:active label {
|
|
color: white;
|
|
}
|
|
|
|
.menubar.panel popover button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.menubar.panel popover button:checked label {
|
|
color: white;
|
|
}
|
|
|
|
.menubar.panel popover button:disabled {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.menubar.panel popover button:disabled label, .menubar.panel popover button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.menubar.panel popover button, .menubar.panel popover button:hover, .menubar.panel popover button:active, .menubar.panel popover button:checked, .menubar.panel popover button:disabled {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.menubar.panel popover .linked > button {
|
|
color: #dedede;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #656565;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
.menubar.panel popover .linked > button:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
.menubar.panel popover .linked > button:active, .menubar.panel popover .linked > button:checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.menubar.panel popover .linked > button:disabled {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(101, 101, 101, 0.55);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.menubar.panel popover .linked > button:disabled label, .menubar.panel popover .linked > button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.menubar.panel popover list {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.menubar.panel popover separator.horizontal {
|
|
margin: 0 -4px;
|
|
}
|
|
|
|
.menubar.panel popover separator.vertical {
|
|
background: none;
|
|
}
|
|
|
|
.menubar.panel popover .sidebar {
|
|
border-style: none;
|
|
background: none;
|
|
}
|
|
|
|
.menubar.panel popover .sidebar .view {
|
|
background: none;
|
|
}
|
|
|
|
.menubar.panel popover .sidebar .view:hover {
|
|
border-radius: 6px;
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.menubar.panel popover .sidebar .view:selected, .menubar.panel popover .sidebar .view:selected:focus, .menubar.panel popover .sidebar .view:selected:backdrop {
|
|
text-shadow: none;
|
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.composited-indicator {
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.composited-indicator > revealer label,
|
|
.composited-indicator > revealer image,
|
|
.composited-indicator > revealer spinner {
|
|
color: white;
|
|
font-weight: normal;
|
|
transition: all 200ms ease-in-out;
|
|
text-shadow: none;
|
|
-gtk-icon-shadow: none;
|
|
}
|
|
|
|
.composited-indicator > revealer image,
|
|
.composited-indicator > revealer spinner {
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.composited-indicator > revealer label {
|
|
padding: 3px 6px;
|
|
}
|
|
|
|
.composited-indicator .keyboard {
|
|
background-color: white;
|
|
border-radius: 2px;
|
|
color: rgba(0, 0, 0, 0.16);
|
|
padding: 0 3px;
|
|
font-weight: normal;
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
}
|
|
|
|
button.flat.toggle.switcher:hover image, .raven .raven-header:not(.top) button.toggle.switcher:hover image, button.flat.toggle.switcher:active image, .raven .raven-header:not(.top) button.toggle.switcher:active image, button.flat.toggle.switcher:checked image, .raven .raven-header:not(.top) button.toggle.switcher:checked image, button.flat.toggle.switcher:selected image, .raven .raven-header:not(.top) button.toggle.switcher:selected image {
|
|
color: #0860f2;
|
|
}
|
|
|
|
.circular label:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.circular.accent {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
outline-color: transparent;
|
|
}
|
|
|
|
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
|
|
outline-color: transparent;
|
|
}
|
|
|
|
.marlin-pathbar.pathbar {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
color: #FDFDFD;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px transparent;
|
|
}
|
|
|
|
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.marlin-pathbar.pathbar:focus {
|
|
background-image: none;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
box-shadow: inset 0 0 0 2px rgba(104, 135, 205, 0.75);
|
|
}
|
|
|
|
.marlin-pathbar.pathbar:disabled, label:disabled selection.pathbar {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
background-color: rgba(255, 255, 255, 0.02);
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > separator:dir(ltr) {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > separator:dir(rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view {
|
|
border-right: 1px solid #0e0e0e;
|
|
color: #dadada;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
border-right: 1px solid #0e0e0e;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:hover):not(:selected) {
|
|
border-bottom-left-radius: 14px;
|
|
background: none;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:not(:selected):hover {
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:hover, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:focus {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected label, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:hover, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:hover label, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:focus, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view:selected:focus label {
|
|
color: #dedede;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view image {
|
|
color: #dadada;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view image:selected {
|
|
color: white;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view image:disabled {
|
|
color: rgba(218, 218, 218, 0.45);
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view.trough {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
}
|
|
|
|
window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view.trough:selected, window.background.csd > paned.horizontal > scrolledwindow > viewport.frame > box.vertical treeview.view.trough:selected:focus {
|
|
color: white;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 6px;
|
|
border-width: 0;
|
|
}
|
|
|
|
window.background.csd > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
.dynamic-notebook notebook > stack {
|
|
border-bottom-right-radius: 14px;
|
|
background-color: #242424;
|
|
}
|
|
|
|
.dynamic-notebook notebook > stack scrolledwindow.view.h2 {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.dynamic-notebook notebook > stack treeview.view:not(:hover):not(:selected),
|
|
.dynamic-notebook notebook > stack iconview.view:not(:hover):not(:selected) {
|
|
background: none;
|
|
}
|
|
|
|
.dynamic-notebook notebook > stack treeview.view:hover,
|
|
.dynamic-notebook notebook > stack iconview.view:hover {
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.dynamic-notebook notebook > stack treeview.view:selected,
|
|
.dynamic-notebook notebook > stack iconview.view:selected {
|
|
color: #dedede;
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
headerbar.titlebar > box.horizontal > entry.pathbar {
|
|
min-height: 20px;
|
|
padding: 2px 16px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
color: #FDFDFD;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:not(:checked):not(:active), .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:not(:checked):not(:active) {
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:hover, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:hover {
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:active, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:active {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.25);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:checked, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:checked {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:disabled, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:disabled, label:disabled headerbar.titlebar > selection.toggle {
|
|
color: rgba(253, 253, 253, 0.6);
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle:backdrop, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle:backdrop {
|
|
opacity: 0.7;
|
|
background-image: none;
|
|
}
|
|
|
|
headerbar.titlebar > button.flat.image-button.toggle + button.flat.image-button.toggle, .raven .raven-header:not(.top) headerbar.titlebar > button.image-button.toggle + button.image-button.toggle {
|
|
margin-right: -5px;
|
|
}
|
|
|
|
headerbar.titlebar > grid.linked.horizontal.format-bar {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
border: none;
|
|
}
|
|
|
|
headerbar.titlebar > grid.linked.horizontal.format-bar button.toggle {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
|
|
transition: 150ms ease-out;
|
|
background-image: none;
|
|
background-color: #373737;
|
|
}
|
|
|
|
.gala-notification {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 14px;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
background-image: linear-gradient(to bottom, #2a2a2a, #2a2a2a);
|
|
background-color: transparent;
|
|
}
|
|
|
|
.gala-notification .title, .gala-notification .label {
|
|
color: #dadada;
|
|
}
|
|
|
|
actionbar.inline-toolbar {
|
|
border: none;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
actionbar.inline-toolbar button {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
actionbar.inline-toolbar button:first-child {
|
|
border-right-style: solid;
|
|
}
|
|
|
|
actionbar.inline-toolbar button:last-child {
|
|
border-left-style: solid;
|
|
}
|
|
|
|
scale.warmth trough {
|
|
min-height: 4px;
|
|
border-radius: 3px;
|
|
background-image: linear-gradient(to right, #3484e2, #f8464c);
|
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.terminal-window headerbar.titlebar.default-decoration {
|
|
background-color: #373737;
|
|
border-bottom: 1px solid #0e0e0e;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.terminal-window headerbar.titlebar.default-decoration:backdrop {
|
|
transition: 150ms ease-out;
|
|
color: rgba(253, 253, 253, 0.7);
|
|
background-image: none;
|
|
background-color: #373737;
|
|
border-color: #060606;
|
|
}
|
|
|
|
.terminal-window .search-bar {
|
|
background-color: #333333;
|
|
border-bottom: 1px solid #474747;
|
|
}
|
|
|
|
.terminal-window .dynamic-notebook notebook > header {
|
|
border-color: #474747;
|
|
}
|
|
|
|
UnityDecoration {
|
|
-UnityDecoration-extents: 28px 1px 1px 1px;
|
|
-UnityDecoration-input-extents: 10px;
|
|
-UnityDecoration-shadow-offset-x: 0px;
|
|
-UnityDecoration-shadow-offset-y: 6px;
|
|
-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.35);
|
|
-UnityDecoration-active-shadow-radius: 12px;
|
|
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.15);
|
|
-UnityDecoration-inactive-shadow-radius: 7px;
|
|
-UnityDecoration-glow-size: 10px;
|
|
-UnityDecoration-glow-color: #0860f2;
|
|
-UnityDecoration-title-indent: 10px;
|
|
-UnityDecoration-title-fade: 35px;
|
|
-UnityDecoration-title-alignment: 0.0;
|
|
}
|
|
|
|
UnityDecoration.background {
|
|
border-radius: 14px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
UnityDecoration .top {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-bottom-width: 0;
|
|
border-radius: 14px 14px 0 0;
|
|
padding: 1px 6px 0 6px;
|
|
background-color: #373737;
|
|
color: #FDFDFD;
|
|
box-shadow: inset 0 1px #3f3f3f;
|
|
}
|
|
|
|
UnityDecoration .top:backdrop {
|
|
border-bottom-width: 0;
|
|
color: rgba(253, 253, 253, 0.7);
|
|
}
|
|
|
|
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
|
|
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
UnityPanelWidget,
|
|
.unity-panel {
|
|
background-color: rgba(0, 0, 0, 0.95);
|
|
color: white;
|
|
box-shadow: none;
|
|
}
|
|
|
|
UnityPanelWidget:backdrop,
|
|
.unity-panel:backdrop {
|
|
color: white;
|
|
}
|
|
|
|
.unity-panel.menubar.menuitem:hover,
|
|
.unity-panel.menubar .menuitem *:hover {
|
|
border-radius: 0;
|
|
color: white;
|
|
background-image: linear-gradient(to bottom, #0860f2, #0860f2);
|
|
border-bottom: none;
|
|
}
|
|
|
|
.lightdm.menu {
|
|
background-image: none;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
border-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 4px;
|
|
padding: 1px;
|
|
color: white;
|
|
}
|
|
|
|
.lightdm-combo .menu {
|
|
background-color: #4b4b4b;
|
|
border-radius: 0px;
|
|
padding: 0px;
|
|
color: white;
|
|
}
|
|
|
|
.lightdm.menu .menuitem *,
|
|
.lightdm.menu .menuitem.check:active,
|
|
.lightdm.menu .menuitem.radio:active {
|
|
color: white;
|
|
}
|
|
|
|
.lightdm.menubar {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
background-image: none;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.lightdm.menubar > .menuitem {
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
.lightdm-combo.combobox-entry .button,
|
|
.lightdm-combo .cell,
|
|
.lightdm-combo .button,
|
|
.lightdm-combo .entry,
|
|
.lightdm.button,
|
|
.lightdm.entry {
|
|
background-image: none;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
border-color: rgba(255, 255, 255, 0.4);
|
|
border-radius: 10px;
|
|
padding: 7px;
|
|
color: white;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.lightdm.button,
|
|
.lightdm.button:hover,
|
|
.lightdm.button:active,
|
|
.lightdm.button:active:focus,
|
|
.lightdm.entry,
|
|
.lightdm.entry:hover,
|
|
.lightdm.entry:active,
|
|
.lightdm.entry:active:focus {
|
|
background-image: none;
|
|
border-image: none;
|
|
}
|
|
|
|
.lightdm.button:focus,
|
|
.lightdm.entry:focus {
|
|
border-color: rgba(255, 255, 255, 0.1);
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
color: white;
|
|
}
|
|
|
|
.lightdm.entry:selected {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.lightdm.entry:active {
|
|
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
|
animation: dashentry_spinner 1s infinite linear;
|
|
}
|
|
|
|
.lightdm.option-button {
|
|
padding: 2px;
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
|
|
.lightdm.toggle-button {
|
|
background: none;
|
|
border-width: 0;
|
|
}
|
|
|
|
.lightdm.toggle-button.selected {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
border-width: 1px;
|
|
}
|
|
|
|
@keyframes dashentry_spinner {
|
|
to {
|
|
-gtk-icon-transform: rotate(1turn);
|
|
}
|
|
}
|
|
|
|
.overlay-bar {
|
|
background-color: #0860f2;
|
|
border-color: #0860f2;
|
|
border-radius: 2px;
|
|
padding: 3px 6px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.overlay-bar label {
|
|
color: white;
|
|
}
|
|
|
|
GraniteWidgetsThinPaned {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
margin: 0;
|
|
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
GraniteWidgetsPopOver .frame,
|
|
GraniteWidgetsStaticNotebook .frame {
|
|
border: none;
|
|
}
|
|
|
|
.help_button {
|
|
border-radius: 100px;
|
|
padding: 3px 9px;
|
|
}
|
|
|
|
toolbar.secondary-toolbar {
|
|
padding: 3px;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
toolbar.secondary-toolbar button {
|
|
padding: 0 3px 0 3px;
|
|
}
|
|
|
|
toolbar.bottom-toolbar {
|
|
padding: 5px;
|
|
border-width: 1px 0 0 0;
|
|
border-style: solid;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
background-color: #333333;
|
|
}
|
|
|
|
toolbar.bottom-toolbar button {
|
|
padding: 2px 3px 2px 3px;
|
|
}
|
|
|
|
.source-list {
|
|
-GtkTreeView-horizontal-separator: 1px;
|
|
-GtkTreeView-vertical-separator: 6px;
|
|
}
|
|
|
|
.source-list,
|
|
.source-list.view {
|
|
background-color: #333333;
|
|
color: #dedede;
|
|
-gtk-icon-style: regular;
|
|
}
|
|
|
|
.source-list.category-expander {
|
|
color: transparent;
|
|
}
|
|
|
|
.source-list.view:hover {
|
|
background-color: #404040;
|
|
}
|
|
|
|
.source-list.view:selected,
|
|
.source-list.view:hover:selected,
|
|
.source-list.view:selected:focus,
|
|
.source-list.category-expander:hover {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.source-list scrollbar,
|
|
.source-list junction {
|
|
border-image: none;
|
|
border-color: transparent;
|
|
background-color: #333333;
|
|
background-image: none;
|
|
}
|
|
|
|
.source-list.badge,
|
|
.source-list.badge:hover,
|
|
.source-list.badge:selected,
|
|
.source-list.badge:selected:focus,
|
|
.source-list.badge:hover:selected {
|
|
background-image: none;
|
|
background-color: #0860f2;
|
|
color: white;
|
|
border-radius: 10px;
|
|
padding: 0 6px;
|
|
margin: 0 3px;
|
|
border-width: 0;
|
|
}
|
|
|
|
.source-list.badge:selected,
|
|
.source-list.badge:selected:focus,
|
|
.source-list.badge:hover:selected {
|
|
background-color: white;
|
|
color: #0860f2;
|
|
}
|
|
|
|
.source-list.category-expander {
|
|
color: #dedede;
|
|
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
|
-GtkTreeView-expander-size: 16;
|
|
}
|
|
|
|
.source-list.category-expander,
|
|
.source-list.category-expander:backdrop {
|
|
color: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.source-list.category-expander:checked {
|
|
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
|
}
|
|
|
|
GraniteWidgetsWelcome {
|
|
background-color: #242424;
|
|
}
|
|
|
|
GraniteWidgetsWelcome label {
|
|
color: #898989;
|
|
font-size: 11px;
|
|
text-shadow: none;
|
|
}
|
|
|
|
GraniteWidgetsWelcome .h1,
|
|
GraniteWidgetsWelcome .h3 {
|
|
color: rgba(222, 222, 222, 0.8);
|
|
}
|
|
|
|
.help_button {
|
|
border-radius: 0;
|
|
}
|
|
|
|
GraniteWidgetsPopOver {
|
|
-GraniteWidgetsPopOver-arrow-width: 21;
|
|
-GraniteWidgetsPopOver-arrow-height: 10;
|
|
-GraniteWidgetsPopOver-border-radius: 2px;
|
|
-GraniteWidgetsPopOver-border-width: 1;
|
|
-GraniteWidgetsPopOver-shadow-size: 12;
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
margin: 0;
|
|
}
|
|
|
|
.popover_bg {
|
|
background-image: linear-gradient(to bottom, #242424, #242424);
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
GraniteWidgetsPopOver .sidebar.view,
|
|
GraniteWidgetsPopOver * {
|
|
background-color: transparent;
|
|
}
|
|
|
|
GraniteWidgetsXsEntry entry {
|
|
padding: 4px;
|
|
}
|
|
|
|
.h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.h2 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.h3 {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.h4,
|
|
.category-label {
|
|
color: #a8a8a8;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.h4 {
|
|
padding-bottom: 6px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
GtkListBox .h4 {
|
|
padding-left: 6px;
|
|
}
|
|
|
|
#panel_window {
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
color: white;
|
|
font-weight: bold;
|
|
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.16);
|
|
}
|
|
|
|
#panel_window menubar {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#panel_window menubar, #panel_window menubar > menuitem {
|
|
background-color: transparent;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#panel_window menubar menuitem:disabled {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
#panel_window menubar menuitem:disabled label {
|
|
color: inherit;
|
|
}
|
|
|
|
#panel_window menubar menu > menuitem {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#login_window,
|
|
#shutdown_dialog,
|
|
#restart_dialog {
|
|
font-weight: normal;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
color: #dedede;
|
|
}
|
|
|
|
#content_frame {
|
|
padding-bottom: 14px;
|
|
background-color: #333333;
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border: solid rgba(0, 0, 0, 0.1);
|
|
border-width: 1px 1px 0 1px;
|
|
}
|
|
|
|
#content_frame button {
|
|
color: #dedede;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #656565;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
#content_frame button:hover {
|
|
color: #f8f8f8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #6d6d6d;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
|
|
}
|
|
|
|
#content_frame button:active, #content_frame button:checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
#content_frame button:disabled {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(101, 101, 101, 0.55);
|
|
box-shadow: none;
|
|
}
|
|
|
|
#content_frame button:disabled label, #content_frame button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
#buttonbox_frame {
|
|
padding-top: 20px;
|
|
padding-bottom: 0px;
|
|
border-style: none;
|
|
background-color: #373737;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border: solid rgba(0, 0, 0, 0.1);
|
|
border-width: 0 1px 1px 1px;
|
|
box-shadow: inset 0 1px #0e0e0e;
|
|
}
|
|
|
|
#buttonbox_frame button {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.96);
|
|
box-shadow: none;
|
|
}
|
|
|
|
#buttonbox_frame button:hover {
|
|
color: #dadada;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #747474;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#buttonbox_frame button:active, #buttonbox_frame button:checked {
|
|
color: white;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: #0860f2;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#buttonbox_frame button:disabled {
|
|
color: #5f5f5f;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-color: rgba(98, 98, 98, 0.81);
|
|
box-shadow: none;
|
|
}
|
|
|
|
#login_window #user_combobox {
|
|
color: #dedede;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#login_window #user_combobox menu {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#user_image {
|
|
padding: 3px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#shutdown_button.button {
|
|
color: green;
|
|
background-color: #f8464c;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#shutdown_button.button:hover {
|
|
color: green;
|
|
background-color: #fa777c;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#shutdown_button.button:active, #shutdown_button.button:checked {
|
|
color: green;
|
|
background-color: #f6151c;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#restart_button.button {
|
|
color: green;
|
|
background-color: #3484e2;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#restart_button.button:hover {
|
|
color: green;
|
|
background-color: #619fe8;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#restart_button.button:active, #restart_button.button:checked {
|
|
color: green;
|
|
background-color: #1c6bc7;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
background-image: none;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -1px rgba(255, 255, 255, 0.03);
|
|
}
|
|
|
|
#greeter_infobar {
|
|
border-bottom-width: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/******************
|
|
* Budgie Desktop *
|
|
******************/
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio {
|
|
border-radius: 0;
|
|
border-right-style: none;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:last-child {
|
|
border-radius: 0 0 10px 0;
|
|
border-right-style: none;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:first-child {
|
|
border-radius: 0 0 0 10px;
|
|
border-left-style: none;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:only-child {
|
|
border-radius: 0 0 10px 10px;
|
|
border-left-style: none;
|
|
border-right-style: none;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
window.budgie-switcher-window .drop-shadow button, .drop-shadow button, .workspace-switcher .workspace-add-button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button {
|
|
border: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.drop-shadow button:hover, .workspace-switcher .workspace-add-button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:hover:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.drop-shadow button:checked, .workspace-switcher .workspace-add-button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:checked:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.drop-shadow button:active, .workspace-switcher .workspace-add-button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:active:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.drop-shadow button:disabled, .workspace-switcher .workspace-add-button:disabled, .budgie-popover:not(.budgie-menu) button.flat:disabled:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:disabled:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:disabled:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:disabled, label:disabled .workspace-switcher selection.workspace-add-button, .workspace-switcher label:disabled selection.workspace-add-button {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.drop-shadow button:disabled label, .workspace-switcher .workspace-add-button:disabled label, .budgie-popover:not(.budgie-menu) button.flat:disabled:not(.image-button) label, .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:disabled:not(.image-button) label, .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:disabled:not(.image-button) label, .budgie-settings-window buttonbox.inline-toolbar button:disabled label, label:disabled .workspace-switcher selection.workspace-add-button label, .workspace-switcher label:disabled selection.workspace-add-button label, .drop-shadow button:disabled, .workspace-switcher .workspace-add-button:disabled, .budgie-popover:not(.budgie-menu) button.flat:disabled:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:disabled:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:disabled:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:disabled, label:disabled .workspace-switcher selection.workspace-add-button, .workspace-switcher label:disabled selection.workspace-add-button {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button, .raven stackswitcher.linked > button, .raven button {
|
|
color: #FDFDFD;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button:hover, .raven stackswitcher.linked > button:hover, .raven button:hover {
|
|
color: #f8f8f8;
|
|
background-color: rgba(253, 253, 253, 0.1);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button:active, .raven stackswitcher.linked > button:active, .raven button:active {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.25);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button:checked, .raven stackswitcher.linked > button:checked, .raven button:checked {
|
|
color: #FDFDFD;
|
|
background-color: rgba(253, 253, 253, 0.12);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button:disabled, .raven stackswitcher.linked > button:disabled, .raven button:disabled {
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button:disabled label, .raven button:disabled label, .raven .raven-header:not(.top) button:disabled, .raven stackswitcher.linked > button:disabled, .raven button:disabled {
|
|
color: rgba(253, 253, 253, 0.35);
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button, .raven stackswitcher.linked > button.flat, .raven button.flat {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven button.flat:hover, .raven .raven-header:not(.top) button:hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.raven button.flat:checked, .raven .raven-header:not(.top) button:checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.raven button.flat:active, .raven .raven-header:not(.top) button:active {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.raven button.flat:disabled, .raven .raven-header:not(.top) button:disabled, label:disabled selection.flat {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.raven button.flat:disabled label, .raven .raven-header:not(.top) button:disabled label, label:disabled selection.flat label, .raven button.flat:disabled, .raven .raven-header:not(.top) button:disabled, label:disabled selection.flat {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button.linked, .raven stackswitcher.linked > button.linked, .raven button.linked {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
.raven button.linked:hover {
|
|
background-color: rgba(64, 64, 64, 0.95);
|
|
}
|
|
|
|
.raven button.linked:active, .raven button.linked:checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.raven button.linked:disabled, label:disabled selection.linked {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.raven button.linked:disabled label, label:disabled selection.linked label, .raven button.linked:disabled, label:disabled selection.linked {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.budgie-container {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-settings-window buttonbox.inline-toolbar {
|
|
border-style: none none solid;
|
|
}
|
|
|
|
.budgie-settings-window buttonbox.inline-toolbar button {
|
|
border-radius: 6px;
|
|
-gtk-outline-radius: 6px;
|
|
}
|
|
|
|
.budgie-settings-window list.sidebar {
|
|
background-color: #242424;
|
|
border-radius: 0 0 0 14px;
|
|
border-color: #0e0e0e;
|
|
}
|
|
|
|
.budgie-popover {
|
|
margin: 0;
|
|
padding: 0;
|
|
border-color: rgba(71, 71, 71, 0.95);
|
|
border-radius: 14px;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45), 0 2px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
|
|
}
|
|
|
|
.budgie-popover .container {
|
|
padding: 2px;
|
|
border: none;
|
|
}
|
|
|
|
.budgie-popover border {
|
|
border: none;
|
|
}
|
|
|
|
.budgie-popover list {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-popover row {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-popover row:hover {
|
|
box-shadow: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-popover switch {
|
|
margin-left: 56px;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:not(.image-button), .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:not(.image-button) {
|
|
min-height: 28px;
|
|
padding: 0 8px;
|
|
color: #dedede;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled, .budgie-popover:not(.budgie-menu) .raven .raven-header:not(.top) button:not(.image-button):disabled, .raven .raven-header:not(.top) .budgie-popover:not(.budgie-menu) button:not(.image-button):disabled, .budgie-popover:not(.budgie-menu) label:disabled selection:not(.image-button), label:disabled .budgie-popover:not(.budgie-menu) selection:not(.image-button) {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.budgie-popover.budgie-menu .container {
|
|
padding: 0;
|
|
}
|
|
|
|
.budgie-popover.user-menu .container {
|
|
padding: 8px;
|
|
}
|
|
|
|
.budgie-popover.user-menu separator {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.budgie-popover.sound-popover separator {
|
|
margin: 3px 0;
|
|
}
|
|
|
|
.budgie-popover.night-light-indicator .container {
|
|
padding: 8px;
|
|
}
|
|
|
|
.budgie-popover.places-menu .container {
|
|
padding: 8px;
|
|
}
|
|
|
|
.budgie-popover.places-menu .places-list:not(.always-expand) {
|
|
margin-top: 4px;
|
|
padding-top: 4px;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.budgie-popover.places-menu .alternative-label {
|
|
padding: 3px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.budgie-popover.workspace-popover .container {
|
|
padding: 2px 8px 8px;
|
|
}
|
|
|
|
.budgie-popover.workspace-popover separator {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.budgie-popover.workspace-popover flowboxchild {
|
|
padding: 0;
|
|
}
|
|
|
|
window.budgie-popover:not(.csd) > frame.container {
|
|
margin: 0 -1px -1px;
|
|
}
|
|
|
|
.bottom window.budgie-popover:not(.csd) > frame.container {
|
|
padding: 2px 0 2px;
|
|
}
|
|
|
|
window.budgie-popover:not(.csd) > frame.container,
|
|
window.budgie-popover:not(.csd) > frame.container > border {
|
|
border-style: none;
|
|
}
|
|
|
|
.workspace-switcher .workspace-layout {
|
|
border: 0 solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) {
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) {
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout {
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.workspace-switcher .workspace-item,
|
|
.workspace-switcher .workspace-add-button {
|
|
border: 0 solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) {
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) {
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button {
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.workspace-switcher .workspace-item {
|
|
transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
|
|
}
|
|
|
|
.workspace-switcher .workspace-item.current-workspace {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.workspace-switcher .workspace-add-button {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.workspace-switcher .workspace-add-button:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.workspace-switcher .workspace-add-button:active {
|
|
background-image: none;
|
|
}
|
|
|
|
.workspace-switcher .workspace-add-button:active image {
|
|
margin: 1px 0 -1px;
|
|
}
|
|
|
|
.budgie-panel .workspace-switcher .workspace-icon-button {
|
|
min-height: 24px;
|
|
min-width: 24px;
|
|
padding: 0;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.budgie-menu.background {
|
|
padding: 0;
|
|
background-color: #242424;
|
|
}
|
|
|
|
.budgie-menu scrollbar,
|
|
.budgie-menu entry.search {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-menu entry.search {
|
|
padding: 5px 10px;
|
|
border: none;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
font-size: 110%;
|
|
}
|
|
|
|
.budgie-menu .categories:dir(ltr) {
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
|
|
.budgie-menu .categories:dir(rtl) {
|
|
border-bottom-right-radius: 6px;
|
|
}
|
|
|
|
.budgie-menu button {
|
|
min-height: 32px;
|
|
padding: 0 8px;
|
|
border-radius: 0;
|
|
color: #dedede;
|
|
font-weight: normal;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.budgie-menu button:hover {
|
|
transition: none;
|
|
}
|
|
|
|
.budgie-menu button:disabled {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.budgie-menu button:checked:hover {
|
|
background-image: none;
|
|
background-color: #1c6ff7;
|
|
}
|
|
|
|
.budgie-menu button:checked:disabled, .budgie-menu label:disabled selection:checked, label:disabled .budgie-menu selection:checked {
|
|
background-color: rgba(8, 96, 242, 0.5);
|
|
}
|
|
|
|
.budgie-menu row {
|
|
padding: 0;
|
|
}
|
|
|
|
.budgie-menu row:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
popover.background.user-menu {
|
|
padding: 8px;
|
|
}
|
|
|
|
popover.background.user-menu .content-box {
|
|
background-color: transparent;
|
|
}
|
|
|
|
popover.background.user-menu separator {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
popover.background.user-menu row {
|
|
padding: 0;
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
|
|
popover.background.places-menu {
|
|
padding: 8px;
|
|
}
|
|
|
|
popover.background.places-menu .name-button.text-button {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
popover.background.places-menu .name-button.text-button image:dir(ltr) {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
popover.background.places-menu .name-button.text-button image:dir(rtl) {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
popover.background.places-menu .places-section-header > image:dir(ltr) {
|
|
margin: 0 -2px 0 5px;
|
|
}
|
|
|
|
popover.background.places-menu .places-section-header > image:dir(rtl) {
|
|
margin: 0 5px 0 -2px;
|
|
}
|
|
|
|
popover.background.places-menu .places-list {
|
|
margin-top: 4px;
|
|
padding-top: 4px;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
background-color: transparent;
|
|
}
|
|
|
|
popover.background.places-menu row {
|
|
padding: 0;
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-panel {
|
|
transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
background-color: rgba(0, 0, 0, 0.16);
|
|
color: white;
|
|
font-weight: 500;
|
|
box-shadow: none;
|
|
border: none;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.budgie-panel.transparent {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
box-shadow: none;
|
|
}
|
|
|
|
.bottom .budgie-panel {
|
|
border: solid rgba(0, 0, 0, 0.22);
|
|
border-width: 1px 1px 0 1px;
|
|
border-radius: 14px 14px 0 0;
|
|
}
|
|
|
|
.bottom .budgie-panel.dock-mode {
|
|
border-radius: 0 0 0 0;
|
|
border-width: 1px 0 0 0;
|
|
}
|
|
|
|
.left .budgie-panel {
|
|
border-radius: 0 14px 14px 0;
|
|
}
|
|
|
|
.left .budgie-panel.dock-mode {
|
|
border-radius: 0 0 0 0;
|
|
border-width: 0 1px 0 0;
|
|
}
|
|
|
|
.right .budgie-panel {
|
|
border-radius: 14px 0 0 14px;
|
|
}
|
|
|
|
.right .budgie-panel.dock-mode {
|
|
border-radius: 0 0 0 0;
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
|
|
.budgie-panel button {
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
border: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
background: none;
|
|
}
|
|
|
|
.budgie-panel button:hover {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
color: rgba(255, 255, 255, 0.95);
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-panel button:active {
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
color: white;
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-panel button:checked {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
color: white;
|
|
}
|
|
|
|
.budgie-panel.horizontal button {
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.budgie-panel.vertical button {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.budgie-panel separator {
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.budgie-panel menubar,
|
|
.budgie-panel .menubar {
|
|
box-shadow: none;
|
|
color: white;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-panel menubar > menuitem,
|
|
.budgie-panel .menubar > menuitem {
|
|
border: none;
|
|
background-image: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.budgie-panel menubar > menuitem > window.background.popup > decoration,
|
|
.budgie-panel menubar > menuitem > window.background.popup > menu,
|
|
.budgie-panel .menubar > menuitem > window.background.popup > decoration,
|
|
.budgie-panel .menubar > menuitem > window.background.popup > menu {
|
|
border-radius: 0 0 14px 14px;
|
|
}
|
|
|
|
.budgie-panel menubar > menuitem:hover,
|
|
.budgie-panel .menubar > menuitem:hover {
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.budgie-panel menubar > menuitem:disabled,
|
|
.budgie-panel .menubar > menuitem:disabled {
|
|
color: rgba(255, 255, 255, 0.4);
|
|
}
|
|
|
|
.budgie-panel menubar > menuitem.budgie-menubar:hover,
|
|
.budgie-panel .menubar > menuitem.budgie-menubar:hover {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.budgie-panel menubar.-vala-panel-appmenu-private > menuitem {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.budgie-panel .alert {
|
|
color: #f8464c;
|
|
}
|
|
|
|
.budgie-panel.vertical #tasklist-button {
|
|
min-height: 32px;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher, .budgie-panel .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .budgie-panel button.launcher {
|
|
padding: 0;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:not(:checked), .budgie-panel .raven .raven-header:not(.top) button.launcher:not(:checked), .raven .raven-header:not(.top) .budgie-panel button.launcher:not(:checked) {
|
|
color: #dedede;
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel .raven .raven-header:not(.top) button.launcher:not(:checked):hover, .raven .raven-header:not(.top) .budgie-panel button.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active, .budgie-panel .raven .raven-header:not(.top) button.launcher:not(:checked):active, .raven .raven-header:not(.top) .budgie-panel button.launcher:not(:checked):active {
|
|
color: rgba(222, 222, 222, 0.8);
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:not(:checked):disabled, .budgie-panel .raven .raven-header:not(.top) button.launcher:not(:checked):disabled, .raven .raven-header:not(.top) .budgie-panel button.launcher:not(:checked):disabled, .budgie-panel label:disabled selection:not(:checked), label:disabled .budgie-panel selection:not(:checked) {
|
|
color: rgba(222, 222, 222, 0.5);
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:active, .budgie-panel .raven .raven-header:not(.top) button.launcher:active, .raven .raven-header:not(.top) .budgie-panel button.launcher:active {
|
|
background-color: rgba(222, 222, 222, 0.2);
|
|
}
|
|
|
|
.budgie-panel button.flat.launcher:checked, .budgie-panel .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .budgie-panel button.launcher:checked {
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
}
|
|
|
|
.top #tasklist-button, .top .budgie-panel button.flat.launcher, .top .budgie-panel .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .top .budgie-panel button.launcher, .budgie-panel .top button.flat.launcher, .budgie-panel .top .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .budgie-panel .top button.launcher {
|
|
border-image: radial-gradient(circle closest-corner at center calc(1px), #6887cd 0%, transparent 0%) 0 0 0 0/0 0 0 0;
|
|
}
|
|
|
|
.top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .top .budgie-panel .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .top .budgie-panel button.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .budgie-panel .top .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .budgie-panel .top button.launcher:checked {
|
|
border-image: radial-gradient(circle closest-corner at center calc(1px), #6887cd 100%, transparent 0%) 3 0 0 0/3px 0 0 0;
|
|
}
|
|
|
|
.bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .bottom .budgie-panel button.launcher, .budgie-panel .bottom button.flat.launcher, .budgie-panel .bottom .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .budgie-panel .bottom button.launcher {
|
|
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #6887cd 0%, transparent 0%) 0 0 0 0/0 0 0 0;
|
|
}
|
|
|
|
.bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .bottom .budgie-panel .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .bottom .budgie-panel button.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .budgie-panel .bottom .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .budgie-panel .bottom button.launcher:checked {
|
|
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #6887cd 100%, transparent 0%) 0 0 3 0/0 0 3px 0;
|
|
}
|
|
|
|
.left #tasklist-button, .left .budgie-panel button.flat.launcher, .left .budgie-panel .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .left .budgie-panel button.launcher, .budgie-panel .left button.flat.launcher, .budgie-panel .left .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .budgie-panel .left button.launcher {
|
|
border-image: radial-gradient(circle closest-corner at calc(1px) center, #6887cd 0%, transparent 0%) 0 0 0 0/0 0 0 0;
|
|
}
|
|
|
|
.left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .left .budgie-panel .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .left .budgie-panel button.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .budgie-panel .left .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .budgie-panel .left button.launcher:checked {
|
|
border-image: radial-gradient(circle closest-corner at calc(1px) center, #6887cd 100%, transparent 0%) 0 0 0 3/0 0 0 3px;
|
|
}
|
|
|
|
.right #tasklist-button, .right .budgie-panel button.flat.launcher, .right .budgie-panel .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .right .budgie-panel button.launcher, .budgie-panel .right button.flat.launcher, .budgie-panel .right .raven .raven-header:not(.top) button.launcher, .raven .raven-header:not(.top) .budgie-panel .right button.launcher {
|
|
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #6887cd 0%, transparent 0%) 0 0 0 0/0 0 0 0;
|
|
}
|
|
|
|
.right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .right .budgie-panel .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .right .budgie-panel button.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .budgie-panel .right .raven .raven-header:not(.top) button.launcher:checked, .raven .raven-header:not(.top) .budgie-panel .right button.launcher:checked {
|
|
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #6887cd 100%, transparent 0%) 0 3 0 0/0 3px 0 0;
|
|
}
|
|
|
|
#tasklist-button {
|
|
padding: 0 4px;
|
|
box-shadow: none;
|
|
background-image: none;
|
|
color: #dedede;
|
|
}
|
|
|
|
#tasklist-button:active {
|
|
background-color: rgba(222, 222, 222, 0.15);
|
|
color: #ebebeb;
|
|
}
|
|
|
|
#tasklist-button:checked {
|
|
background-color: rgba(222, 222, 222, 0.12);
|
|
color: #ebebeb;
|
|
}
|
|
|
|
|
|
button.flat.launcher,
|
|
.raven .raven-header:not(.top) button.launcher {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
background-position: center center;
|
|
}
|
|
|
|
|
|
button.flat.launcher > image,
|
|
.raven .raven-header:not(.top) button.launcher > image {
|
|
opacity: 0.87;
|
|
}
|
|
|
|
|
|
button.flat.launcher:hover,
|
|
.raven .raven-header:not(.top) button.launcher:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
|
|
button.flat.launcher:hover > image,
|
|
.raven .raven-header:not(.top) button.launcher:hover > image {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
|
|
button.flat.launcher:active > image,
|
|
.raven .raven-header:not(.top) button.launcher:active > image {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
|
|
button.flat.launcher:checked:hover,
|
|
.raven .raven-header:not(.top) button.launcher:checked:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
|
|
button.flat.launcher:checked > image,
|
|
.raven .raven-header:not(.top) button.launcher:checked > image {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
|
|
.unpinned button.flat.launcher:hover,
|
|
.unpinned .raven .raven-header:not(.top) button.launcher:hover,
|
|
.raven .raven-header:not(.top) .unpinned button.launcher:hover,
|
|
.pinned button.flat.launcher.running:hover,
|
|
.pinned .raven .raven-header:not(.top) button.launcher.running:hover,
|
|
.raven .raven-header:not(.top) .pinned button.launcher.running:hover,
|
|
.pinned button.launcher.running.sidebar-button:hover {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
|
|
.unpinned button.flat.launcher > image,
|
|
.unpinned .raven .raven-header:not(.top) button.launcher > image,
|
|
.raven .raven-header:not(.top) .unpinned button.launcher > image,
|
|
.pinned button.flat.launcher.running > image,
|
|
.pinned .raven .raven-header:not(.top) button.launcher.running > image,
|
|
.raven .raven-header:not(.top) .pinned button.launcher.running > image,
|
|
.pinned button.launcher.running.sidebar-button > image {
|
|
background-repeat: no-repeat;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
|
|
.unpinned button.flat.launcher:checked > image,
|
|
.unpinned .raven .raven-header:not(.top) button.launcher:checked > image,
|
|
.raven .raven-header:not(.top) .unpinned button.launcher:checked > image,
|
|
.pinned button.flat.launcher.running:checked > image,
|
|
.pinned .raven .raven-header:not(.top) button.launcher.running:checked > image,
|
|
.raven .raven-header:not(.top) .pinned button.launcher.running:checked > image,
|
|
.pinned button.launcher.running.sidebar-button:checked > image {
|
|
background-image: none;
|
|
}
|
|
|
|
.top .budgie-panel .unpinned button.flat.launcher > image, .top .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher > image, .raven .raven-header:not(.top) .top .budgie-panel .unpinned button.launcher > image,
|
|
.top .budgie-panel .pinned button.flat.launcher.running > image,
|
|
.top .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running > image,
|
|
.raven .raven-header:not(.top) .top .budgie-panel .pinned button.launcher.running > image,
|
|
.top .budgie-panel .pinned button.launcher.running.sidebar-button > image {
|
|
background-size: 6px 3px;
|
|
background-position: top center;
|
|
background-image: image(#0860f2);
|
|
}
|
|
|
|
.top .budgie-panel .unpinned button.flat.launcher:checked > image, .top .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher:checked > image, .raven .raven-header:not(.top) .top .budgie-panel .unpinned button.launcher:checked > image,
|
|
.top .budgie-panel .pinned button.flat.launcher.running:checked > image,
|
|
.top .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running:checked > image,
|
|
.raven .raven-header:not(.top) .top .budgie-panel .pinned button.launcher.running:checked > image,
|
|
.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
|
|
background-image: none;
|
|
}
|
|
|
|
.bottom .budgie-panel .unpinned button.flat.launcher > image, .bottom .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher > image, .raven .raven-header:not(.top) .bottom .budgie-panel .unpinned button.launcher > image,
|
|
.bottom .budgie-panel .pinned button.flat.launcher.running > image,
|
|
.bottom .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running > image,
|
|
.raven .raven-header:not(.top) .bottom .budgie-panel .pinned button.launcher.running > image,
|
|
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image {
|
|
background-size: 6px 3px;
|
|
background-position: bottom center;
|
|
background-image: image(#0860f2);
|
|
}
|
|
|
|
.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, .bottom .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher:checked > image, .raven .raven-header:not(.top) .bottom .budgie-panel .unpinned button.launcher:checked > image,
|
|
.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image,
|
|
.bottom .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running:checked > image,
|
|
.raven .raven-header:not(.top) .bottom .budgie-panel .pinned button.launcher.running:checked > image,
|
|
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
|
|
background-image: none;
|
|
}
|
|
|
|
.left .budgie-panel .unpinned button.flat.launcher > image, .left .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher > image, .raven .raven-header:not(.top) .left .budgie-panel .unpinned button.launcher > image,
|
|
.left .budgie-panel .pinned button.flat.launcher.running > image,
|
|
.left .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running > image,
|
|
.raven .raven-header:not(.top) .left .budgie-panel .pinned button.launcher.running > image,
|
|
.left .budgie-panel .pinned button.launcher.running.sidebar-button > image {
|
|
background-size: 3px 6px;
|
|
background-position: left center;
|
|
background-image: image(#0860f2);
|
|
}
|
|
|
|
.left .budgie-panel .unpinned button.flat.launcher:checked > image, .left .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher:checked > image, .raven .raven-header:not(.top) .left .budgie-panel .unpinned button.launcher:checked > image,
|
|
.left .budgie-panel .pinned button.flat.launcher.running:checked > image,
|
|
.left .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running:checked > image,
|
|
.raven .raven-header:not(.top) .left .budgie-panel .pinned button.launcher.running:checked > image,
|
|
.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
|
|
background-image: none;
|
|
}
|
|
|
|
.right .budgie-panel .unpinned button.flat.launcher > image, .right .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher > image, .raven .raven-header:not(.top) .right .budgie-panel .unpinned button.launcher > image,
|
|
.right .budgie-panel .pinned button.flat.launcher.running > image,
|
|
.right .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running > image,
|
|
.raven .raven-header:not(.top) .right .budgie-panel .pinned button.launcher.running > image,
|
|
.right .budgie-panel .pinned button.launcher.running.sidebar-button > image {
|
|
background-size: 3px 6px;
|
|
background-position: right center;
|
|
background-image: image(#0860f2);
|
|
}
|
|
|
|
.right .budgie-panel .unpinned button.flat.launcher:checked > image, .right .budgie-panel .unpinned .raven .raven-header:not(.top) button.launcher:checked > image, .raven .raven-header:not(.top) .right .budgie-panel .unpinned button.launcher:checked > image,
|
|
.right .budgie-panel .pinned button.flat.launcher.running:checked > image,
|
|
.right .budgie-panel .pinned .raven .raven-header:not(.top) button.launcher.running:checked > image,
|
|
.raven .raven-header:not(.top) .right .budgie-panel .pinned button.launcher.running:checked > image,
|
|
.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
|
|
background-image: none;
|
|
}
|
|
|
|
box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher, .raven .raven-header:not(.top) box:not(.unpinned):not(.pinned) > revealer > button.launcher {
|
|
border-image: none;
|
|
}
|
|
|
|
.left frame.raven-frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.right frame.raven-frame > border {
|
|
border: none;
|
|
}
|
|
|
|
.top .shadow-block {
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.03) 60%, transparent);
|
|
}
|
|
|
|
.left .shadow-block {
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.03) 60%, transparent);
|
|
}
|
|
|
|
.right .shadow-block {
|
|
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.03) 60%, transparent);
|
|
}
|
|
|
|
.raven {
|
|
background-color: rgba(31, 31, 31, 0.95);
|
|
color: #dadada;
|
|
}
|
|
|
|
.raven > box {
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.raven > stack {
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.raven stackswitcher {
|
|
padding: 0 8px 12px 8px;
|
|
}
|
|
|
|
.raven .raven-header {
|
|
min-height: 36px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) {
|
|
margin-top: -6px;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button {
|
|
min-height: 32px;
|
|
min-width: 32px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.raven .raven-header:not(.top) button.image-button {
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
}
|
|
|
|
.raven .raven-header.top {
|
|
padding: 2px 12px 8px;
|
|
color: #dadada;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven .raven-header.top > stackswitcher.linked {
|
|
padding: 2px;
|
|
margin: 6px 0 0 0;
|
|
background-color: rgba(222, 222, 222, 0.05);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.raven .raven-header.top > stackswitcher.linked > button {
|
|
border-radius: 6px;
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.raven .raven-header.top > stackswitcher.linked > button:hover {
|
|
background-color: rgba(101, 101, 101, 0.35);
|
|
}
|
|
|
|
.raven .raven-header.top > stackswitcher.linked > button:active, .raven .raven-header.top > stackswitcher.linked > button:checked {
|
|
background-color: #656565;
|
|
}
|
|
|
|
.raven .raven-header.top > stackswitcher.linked > button:checked {
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 3px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.raven .raven-header.top button.image-button:dir(ltr) {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.raven .raven-header.top button.image-button:dir(rtl) {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.raven .raven-header.top > image {
|
|
margin: 0 8px;
|
|
}
|
|
|
|
.raven .raven-header.top > label {
|
|
margin: 0 -8px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.raven .raven-header.bottom {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame {
|
|
padding: 0 8px;
|
|
transition-duration: 0s;
|
|
border: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical {
|
|
margin: 8px 0;
|
|
border-radius: 10px;
|
|
background-color: #181818;
|
|
transition-duration: 0s;
|
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame .raven-header {
|
|
margin-top: -16px;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame .raven-background {
|
|
margin-bottom: -16px;
|
|
border-radius: 0 0 10px 10px;
|
|
background-color: #1b1b1b;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child {
|
|
border-radius: 10px;
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0.35);
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background image {
|
|
color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris {
|
|
background-color: rgba(0, 0, 0, 0.35);
|
|
color: white;
|
|
border-radius: 0 0 10px 10px;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris label {
|
|
min-height: 24px;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris image {
|
|
color: rgba(255, 255, 255, 0.85);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris image:disabled {
|
|
color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame > box.vertical > box.vertical:last-child .raven-background .raven-mpris button.image-button {
|
|
padding: 8px;
|
|
border: none;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked {
|
|
padding: 0;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
background-color: rgba(51, 51, 51, 0.95);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:hover {
|
|
background-color: rgba(64, 64, 64, 0.95);
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:active, .raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:checked {
|
|
color: white;
|
|
background-color: #0860f2;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:disabled, .raven scrolledwindow > .frame box.audio-widget label:disabled stackswitcher.linked > selection.radio, label:disabled .raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > selection.radio {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:disabled label, .raven scrolledwindow > .frame box.audio-widget label:disabled stackswitcher.linked > selection.radio label, label:disabled .raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > selection.radio label, .raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > button.text-button.radio:disabled, .raven scrolledwindow > .frame box.audio-widget label:disabled stackswitcher.linked > selection.radio, label:disabled .raven scrolledwindow > .frame box.audio-widget stackswitcher.linked > selection.radio {
|
|
color: rgba(222, 222, 222, 0.35);
|
|
}
|
|
|
|
.raven viewport.frame .raven-header {
|
|
margin-top: -8px;
|
|
}
|
|
|
|
.raven .expander-button {
|
|
border-radius: 100px;
|
|
-gtk-outline-radius: 100px;
|
|
}
|
|
|
|
.raven .raven-background.middle {
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.raven .raven-background checkbutton.text-button:hover, .raven .raven-background radiobutton.text-button:hover {
|
|
color: #b4b4b4;
|
|
}
|
|
|
|
.raven .raven-background checkbutton.text-button:disabled, .raven .raven-background label:disabled selection.text-button, label:disabled .raven .raven-background selection.text-button, .raven .raven-background radiobutton.text-button:disabled {
|
|
color: rgba(218, 218, 218, 0.45);
|
|
}
|
|
|
|
.raven .raven-background list {
|
|
color: #dadada;
|
|
background-color: #1b1b1b;
|
|
}
|
|
|
|
.raven .raven-background.frame {
|
|
border-style: solid none;
|
|
border-width: 1px;
|
|
border-color: rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven .raven-background > overlay > widget > image {
|
|
color: rgba(218, 218, 218, 0.12);
|
|
}
|
|
|
|
.raven .raven-background grid > label:first-child {
|
|
min-height: 26px;
|
|
}
|
|
|
|
.raven scrolledwindow.raven-background {
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.raven .raven-header.top + .raven-background {
|
|
border-style: none;
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
.raven .raven-header.top + .raven-background stackswitcher button {
|
|
margin: -4px 0;
|
|
}
|
|
|
|
.raven .powerstrip button.image-button {
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
margin: 0 4px;
|
|
padding: 6px;
|
|
}
|
|
|
|
.raven .option-subtitle {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-header {
|
|
background-color: #181818;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame {
|
|
padding: 0;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame list {
|
|
background-color: #1b1b1b;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable {
|
|
margin-left: -8px;
|
|
margin-right: -2px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *,
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * {
|
|
color: #dadada;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button {
|
|
margin: 8px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image {
|
|
padding: 0;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, .raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image {
|
|
color: white;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list {
|
|
border-radius: 0;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected {
|
|
background-color: rgba(218, 218, 218, 0.06);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label {
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button {
|
|
min-height: 24px;
|
|
min-width: 24px;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image {
|
|
padding: 0;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected {
|
|
background-color: rgba(8, 96, 242, 0.75);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *,
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * {
|
|
color: white;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button {
|
|
border: none;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover {
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, .raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked {
|
|
background-color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list {
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
background: none;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.raven box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected {
|
|
background-color: rgba(8, 96, 242, 0.65);
|
|
}
|
|
|
|
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked {
|
|
background-color: rgba(222, 222, 222, 0.06);
|
|
color: #dedede;
|
|
}
|
|
|
|
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label {
|
|
color: #dedede;
|
|
}
|
|
|
|
.raven .audio-widget list.devices-list.sound-devices > row.activatable label {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
box.audio-widget scale.horizontal.marks-after,
|
|
window.sound-popover.background scale.horizontal.marks-after {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
box.audio-widget scale.horizontal.marks-after trough,
|
|
window.sound-popover.background scale.horizontal.marks-after trough {
|
|
background-color: transparent;
|
|
}
|
|
|
|
box.audio-widget scale.horizontal.marks-after trough:dir(ltr),
|
|
window.sound-popover.background scale.horizontal.marks-after trough:dir(ltr) {
|
|
background-image: linear-gradient(to right, rgba(48, 209, 88, 0.25) calc(66% - 3px), rgba(248, 70, 76, 0.25) calc(66% - 3px), rgba(248, 70, 76, 0.25) 100%);
|
|
}
|
|
|
|
box.audio-widget scale.horizontal.marks-after trough:dir(rtl),
|
|
window.sound-popover.background scale.horizontal.marks-after trough:dir(rtl) {
|
|
background-image: linear-gradient(to left, rgba(48, 209, 88, 0.25) calc(66% - 3px), rgba(248, 70, 76, 0.25) calc(66% - 3px), rgba(248, 70, 76, 0.25) 100%);
|
|
}
|
|
|
|
box.audio-widget scale.horizontal.marks-after mark label,
|
|
window.sound-popover.background scale.horizontal.marks-after mark label {
|
|
font-size: 0;
|
|
}
|
|
|
|
calendar.raven-calendar {
|
|
margin: 2px 0;
|
|
padding: 4px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
color: #dadada;
|
|
}
|
|
|
|
calendar.raven-calendar:selected {
|
|
border-radius: 3px;
|
|
background-color: #0860f2;
|
|
color: white;
|
|
}
|
|
|
|
calendar.raven-calendar.button {
|
|
color: rgba(218, 218, 218, 0.45);
|
|
}
|
|
|
|
calendar.raven-calendar.button:hover {
|
|
color: #dadada;
|
|
}
|
|
|
|
calendar.raven-calendar.button:disabled, label:disabled selection.button {
|
|
color: rgba(218, 218, 218, 0.25);
|
|
}
|
|
|
|
calendar.raven-calendar:indeterminate {
|
|
color: alpha(#dadada,0.35);
|
|
}
|
|
|
|
calendar.raven-calendar.highlight {
|
|
color: #dadada;
|
|
}
|
|
|
|
.budgie-switcher-window, .budgie-osd-window,
|
|
.budgie-notification-window {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.budgie-switcher-window button.image-button, .budgie-osd-window button.image-button,
|
|
.budgie-notification-window button.image-button {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 28px;
|
|
min-width: 28px;
|
|
border-radius: 100px;
|
|
}
|
|
|
|
.budgie-switcher,
|
|
.budgie-notification {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-switcher .notification-title,
|
|
.budgie-notification .notification-title {
|
|
font-size: 120%;
|
|
}
|
|
|
|
.budgie-osd {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
.budgie-osd .budgie-osd-text {
|
|
font-size: 120%;
|
|
}
|
|
|
|
window.budgie-switcher-window {
|
|
border-radius: 14px;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
}
|
|
|
|
window.budgie-switcher-window flowboxchild {
|
|
margin: 2px;
|
|
border-radius: 14px;
|
|
-gtk-outline-radius: 14px;
|
|
background-image: none;
|
|
}
|
|
|
|
window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
|
margin: 5px 9px;
|
|
padding: 8px;
|
|
border-radius: 14px;
|
|
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
|
|
background-color: rgba(36, 36, 36, 0.95);
|
|
background-image: none;
|
|
}
|
|
|
|
.drop-shadow .linked > button {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.budgie-run-dialog, .budgie-session-dialog,
|
|
.budgie-polkit-dialog {
|
|
border-radius: 14px;
|
|
background-color: #333333;
|
|
border: 1px solid rgba(77, 77, 77, 0.95);
|
|
}
|
|
|
|
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
|
.background.budgie-polkit-dialog {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
|
.budgie-polkit-dialog decoration {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.budgie-session-dialog label:not(:last-child),
|
|
.budgie-session-dialog .dialog-title,
|
|
.budgie-polkit-dialog label:not(:last-child),
|
|
.budgie-polkit-dialog .dialog-title {
|
|
font-size: 120%;
|
|
}
|
|
|
|
.budgie-session-dialog buttonbox.linked.horizontal > button,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button {
|
|
padding: 4px 16px;
|
|
border: none;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 0;
|
|
}
|
|
|
|
.budgie-session-dialog buttonbox.linked.horizontal > button:first-child,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child {
|
|
border-bottom-left-radius: 14px;
|
|
}
|
|
|
|
.budgie-session-dialog buttonbox.linked.horizontal > button:last-child,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child {
|
|
border-bottom-right-radius: 14px;
|
|
}
|
|
|
|
.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover {
|
|
color: #c5c5c5;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
background-image: none;
|
|
box-shadow: none;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
}
|
|
|
|
.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active,
|
|
.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked {
|
|
background-image: none;
|
|
color: white;
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.budgie-polkit-dialog .message {
|
|
color: alpha(currentColor,0.6);
|
|
}
|
|
|
|
.budgie-polkit-dialog .failure {
|
|
color: #f8464c;
|
|
}
|
|
|
|
.budgie-run-dialog {
|
|
background-color: #242424;
|
|
}
|
|
|
|
.budgie-run-dialog entry.search {
|
|
font-size: 120%;
|
|
padding: 6px 12px;
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
background-color: transparent;
|
|
}
|
|
|
|
.budgie-run-dialog list .dim-label {
|
|
opacity: 1;
|
|
}
|
|
|
|
.budgie-run-dialog scrolledwindow {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
.budgie-panel box.titlebar {
|
|
min-width: 20px;
|
|
min-height: 20px;
|
|
border-radius: 0;
|
|
background: none;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
|
|
.budgie-panel box.titlebar > widget > label {
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
.budgie-panel box.titlebar > button.image-button.titlebutton {
|
|
padding: 0 3px;
|
|
}
|
|
|
|
.budgie-panel box.titlebar.horizontal {
|
|
padding: 0 3px;
|
|
}
|
|
|
|
.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) {
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton {
|
|
padding: 0 3px;
|
|
}
|
|
|
|
@define-color theme_fg_color #dedede;
|
|
@define-color theme_text_color #dadada;
|
|
@define-color theme_bg_color #333333;
|
|
@define-color theme_base_color #242424;
|
|
@define-color theme_selected_bg_color #0860f2;
|
|
@define-color theme_selected_fg_color white;
|
|
@define-color fg_color #dedede;
|
|
@define-color text_color #dadada;
|
|
@define-color bg_color #333333;
|
|
@define-color base_color #242424;
|
|
@define-color selected_bg_color #0860f2;
|
|
@define-color selected_fg_color white;
|
|
@define-color insensitive_bg_color rgba(222, 222, 222, 0.35);
|
|
@define-color insensitive_fg_color alpha(rgba(222, 222, 222, 0.35), 0.5);
|
|
@define-color insensitive_base_color #242424;
|
|
@define-color theme_unfocused_fg_color #dedede;
|
|
@define-color theme_unfocused_text_color #dadada;
|
|
@define-color theme_unfocused_bg_color #333333;
|
|
@define-color theme_unfocused_base_color #242424;
|
|
@define-color borders rgba(255, 255, 255, 0.12);
|
|
@define-color unfocused_borders rgba(255, 255, 255, 0.12);
|
|
@define-color warning_color #F27835;
|
|
@define-color error_color #FC4138;
|
|
@define-color success_color #30D158;
|
|
@define-color placeholder_text_color #A8A8A8;
|
|
@define-color link_color #3484e2;
|
|
@define-color content_view_bg #242424;
|
|
@define-color wm_title alpha(#fdfdfd, 0.8);
|
|
@define-color wm_unfocused_title alpha(#fdfdfd, 0.5);
|
|
@define-color wm_bg #373737;
|
|
@define-color wm_bg_unfocused #373737;
|
|
@define-color wm_highlight #5d5d5d;
|
|
@define-color wm_shadow alpha(black, 0.75);
|
|
@define-color wm_button_close_bg #cc575d;
|
|
@define-color wm_button_close_hover_bg #d7787d;
|
|
@define-color wm_button_close_active_bg #be3841;
|
|
@define-color wm_icon_close_bg #2f343f;
|
|
@define-color wm_button_hover_bg #454C5C;
|
|
@define-color wm_button_active_bg #0860f2;
|
|
@define-color wm_button_hover_border #262932;
|
|
@define-color wm_icon_bg #90939B;
|
|
@define-color wm_icon_unfocused_bg #666A74;
|
|
@define-color wm_icon_hover_bg #C4C7CC;
|
|
@define-color wm_icon_active_bg white;
|
|
@define-color titlebar_gradient_a #373737;
|
|
@define-color titlebar_gradient_b #373737;
|
|
@define-color budgie_tasklist_indicator_color #0860f2;
|
|
@define-color budgie_tasklist_indicator_color_active #0860f2;
|
|
@define-color budgie_tasklist_indicator_color_active_window rgba(7, 89, 225, 0.6136);
|
|
@define-color budgie_tasklist_indicator_color_attention #F27835;
|
|
@define-color STRAWBERRY_100 #FF9262;
|
|
@define-color STRAWBERRY_300 #FF793E;
|
|
@define-color STRAWBERRY_500 #F15D22;
|
|
@define-color STRAWBERRY_700 #CF3B00;
|
|
@define-color STRAWBERRY_900 #AC1800;
|
|
@define-color ORANGE_100 #FFDB91;
|
|
@define-color ORANGE_300 #FFCA40;
|
|
@define-color ORANGE_500 #FAA41A;
|
|
@define-color ORANGE_700 #DE8800;
|
|
@define-color ORANGE_900 #C26C00;
|
|
@define-color BANANA_100 #FFFFA8;
|
|
@define-color BANANA_300 #FFFA7D;
|
|
@define-color BANANA_500 #FFCE51;
|
|
@define-color BANANA_700 #D1A023;
|
|
@define-color BANANA_900 #A27100;
|
|
@define-color LIME_100 #A2F3BE;
|
|
@define-color LIME_300 #8ADBA6;
|
|
@define-color LIME_500 #73C48F;
|
|
@define-color LIME_700 #479863;
|
|
@define-color LIME_900 #1C6D38;
|
|
@define-color BLUEBERRY_100 #94A6FF;
|
|
@define-color BLUEBERRY_300 #6A7CE0;
|
|
@define-color BLUEBERRY_500 #3F51B5;
|
|
@define-color BLUEBERRY_700 #213397;
|
|
@define-color BLUEBERRY_900 #031579;
|
|
@define-color GRAPE_100 #D25DE6;
|
|
@define-color GRAPE_300 #B84ACB;
|
|
@define-color GRAPE_500 #9C27B0;
|
|
@define-color GRAPE_700 #830E97;
|
|
@define-color GRAPE_900 #6A007E;
|
|
@define-color COCOA_100 #9F9792;
|
|
@define-color COCOA_300 #7B736E;
|
|
@define-color COCOA_500 #574F4A;
|
|
@define-color COCOA_700 #463E39;
|
|
@define-color COCOA_900 #342C27;
|
|
@define-color SILVER_100 #EEE;
|
|
@define-color SILVER_300 #CCC;
|
|
@define-color SILVER_500 #AAA;
|
|
@define-color SILVER_700 #888;
|
|
@define-color SILVER_900 #666;
|
|
@define-color SLATE_100 #888;
|
|
@define-color SLATE_300 #666;
|
|
@define-color SLATE_500 #444;
|
|
@define-color SLATE_700 #222;
|
|
@define-color SLATE_900 #111;
|
|
@define-color BLACK_100 #474341;
|
|
@define-color BLACK_300 #403C3A;
|
|
@define-color BLACK_500 #393634;
|
|
@define-color BLACK_700 #33302F;
|
|
@define-color BLACK_900 #2B2928;
|