summaryrefslogtreecommitdiff
path: root/themes/vimix-vski/gtk-3.0/gtk.css
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-12 23:20:01 +0100
committerdavidovski <david@davidovski.xyz>2021-10-12 23:20:01 +0100
commite3f33ae49e385ba336cf639f45a3a2f80acb9a0d (patch)
treeacd1415fa5e758f3cb94273f6a03e9531d6f93dd /themes/vimix-vski/gtk-3.0/gtk.css
parent149716fa4d03736458ff61b2591feff1a0ae7e4b (diff)
added gtk
Diffstat (limited to 'themes/vimix-vski/gtk-3.0/gtk.css')
-rw-r--r--themes/vimix-vski/gtk-3.0/gtk.css8628
1 files changed, 8628 insertions, 0 deletions
diff --git a/themes/vimix-vski/gtk-3.0/gtk.css b/themes/vimix-vski/gtk-3.0/gtk.css
new file mode 100644
index 0000000..b78233e
--- /dev/null
+++ b/themes/vimix-vski/gtk-3.0/gtk.css
@@ -0,0 +1,8628 @@
+@keyframes ripple_effect {
+ to {
+ background-size: 1000% 1000%;
+ }
+}
+
+@keyframes scale_ripple_effect {
+ to {
+ background-size: auto, 1000% 1000%;
+ }
+}
+
+@keyframes header_ripple_effect {
+ from {
+ background-image: radial-gradient(circle farthest-corner at center, #5f819d 0%, transparent 0%);
+ }
+ to {
+ background-image: radial-gradient(circle farthest-corner at center, #5f819d 100%, transparent 0%);
+ }
+}
+
+* {
+ padding: 0;
+ background-clip: padding-box;
+ -GtkToolButton-icon-spacing: 4;
+ -GtkTextView-error-underline-color: #a54242;
+ -GtkScrolledWindow-scrollbar-spacing: 0;
+ -GtkToolItemGroup-expander-size: 11;
+ -GtkWidget-text-handle-width: 24;
+ -GtkWidget-text-handle-height: 24;
+ -GtkDialog-button-spacing: 4;
+ -GtkDialog-action-area-border: 0;
+ outline-style: solid;
+ outline-width: 2px;
+ outline-color: alpha(currentColor, 0.16);
+ outline-offset: -4px;
+ -gtk-outline-radius: 3px;
+ -gtk-secondary-caret-color: #5f819d;
+}
+
+.background {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+*:disabled {
+ -gtk-icon-effect: dim;
+}
+
+.gtkstyle-fallback {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+.gtkstyle-fallback:hover {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+.gtkstyle-fallback:active {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+.gtkstyle-fallback:disabled {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+.gtkstyle-fallback:selected {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+iconview, .view {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+iconview:hover, .view:hover {
+ background-color: #c5c8c6;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+iconview:disabled, .view:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+textview text {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+textview text:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+textview border {
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+iconview:hover, iconview:active, iconview:selected {
+ border-radius: 3px;
+}
+
+.rubberband,
+rubberband,
+XfdesktopIconView.view .rubberband,
+.content-view rubberband,
+treeview.view rubberband,
+flowbox rubberband {
+ border: 1px solid #f58f44;
+ background-color: alpha(#f58f44, 0.3);
+}
+
+flowbox flowboxchild {
+ outline-offset: -2px;
+ padding: 4px;
+ border-radius: 2px;
+}
+
+label {
+ caret-color: currentColor;
+}
+
+label.separator {
+ color: #c5c8c6;
+}
+
+row:selected label, label:selected {
+ color: #c5c8c6;
+}
+
+row:selected label:disabled, label:selected:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+label selection {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+label:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+label:disabled selection {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+tab label:disabled, button label:disabled, menuitem label:disabled {
+ color: inherit;
+}
+
+.dim-label, .budgie-notification .notification-body, .budgie-switcher .notification-body, headerbar .subtitle, label.separator {
+ opacity: 0.55;
+}
+
+assistant .sidebar {
+ padding: 4px 0;
+}
+
+assistant .sidebar label {
+ min-height: 36px;
+ padding: 0 12px;
+ color: rgba(255, 255, 255, 0.45);
+ font-weight: 500;
+}
+
+assistant .sidebar label.highlight {
+ color: #c5c8c6;
+}
+
+.nemo-window .floating-bar,
+.nautilus-window .floating-bar, .osd .scale-popup, .app-notification, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, .csd popover.background.osd, .osd {
+ opacity: 0.87;
+}
+
+@keyframes spin {
+ to {
+ -gtk-icon-transform: rotate(1turn);
+ }
+}
+
+@keyframes spin_colors {
+ 1% {
+ color: #8c9440;
+ }
+ 25% {
+ color: #8c9440;
+ }
+ 26% {
+ color: #5f819d;
+ }
+ 50% {
+ color: #5f819d;
+ }
+ 51% {
+ color: #de935f;
+ }
+ 75% {
+ color: #de935f;
+ }
+ 76% {
+ color: #a54242;
+ }
+ 100% {
+ color: #a54242;
+ }
+}
+
+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 {
+ opacity: 0.3;
+}
+
+#login_window entry, .budgie-run-dialog entry, .budgie-polkit-dialog entry, .budgie-session-dialog entry, .background .raven .raven-background spinbutton:not(.vertical), .background.budgie-popover entry,
+.background.budgie-popover spinbutton:not(.vertical), .budgie-settings-window .settings-page .settings-frame .linked > entry, window.background stack scrolledwindow entry,
+window.background stack scrolledwindow spinbutton:not(.vertical), dialog.background .dialog-vbox stack entry,
+dialog.background .dialog-vbox stack spinbutton:not(.vertical), window#whiskermenu-window entry, .tilix-search-frame entry,
+.tilix-search-frame .linked entry,
+.tilix-search-frame .linked entry.search, .geary-composer-box entry,
+.geary-composer-box spinbutton:not(.vertical), editortweak entry.search, layoutpane entry.search, messagedialog entry, notebook > stack:not(:only-child) entry,
+notebook > stack:not(:only-child) spinbutton:not(.vertical), popover.background entry, .background spinbutton:not(.vertical), .background spinbutton.flat:not(.vertical), .background .linked > entry, .background .linked.vertical > entry, .background .linked > entry.flat, .background .linked.vertical > entry.flat, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat, .background entry.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+ border-radius: 0;
+}
+
+#login_window entry:focus, .budgie-run-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-session-dialog entry:focus, .background .raven .raven-background spinbutton:focus:not(.vertical), .background.budgie-popover entry:focus, .budgie-settings-window .settings-page .settings-frame .linked > entry:focus, window.background stack scrolledwindow entry:focus, dialog.background .dialog-vbox stack entry:focus,
+dialog.background .dialog-vbox stack spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, .tilix-search-frame entry:focus, .geary-composer-box entry:focus,
+.geary-composer-box spinbutton:focus:not(.vertical), editortweak entry.search:focus, layoutpane entry.search:focus, messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus,
+notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background entry:focus, .background spinbutton:focus:not(.vertical), .background .linked > entry:focus, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:focus, .background entry.flat:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+#login_window entry:drop(active), .budgie-run-dialog entry:drop(active), .budgie-polkit-dialog entry:drop(active), .budgie-session-dialog entry:drop(active), .background .raven .raven-background spinbutton:drop(active):not(.vertical), .background.budgie-popover entry:drop(active), .budgie-settings-window .settings-page .settings-frame .linked > entry:drop(active), window.background stack scrolledwindow entry:drop(active), dialog.background .dialog-vbox stack entry:drop(active),
+dialog.background .dialog-vbox stack spinbutton:drop(active):not(.vertical), window#whiskermenu-window entry:drop(active), .tilix-search-frame entry:drop(active), .geary-composer-box entry:drop(active),
+.geary-composer-box spinbutton:drop(active):not(.vertical), editortweak entry.search:drop(active), layoutpane entry.search:drop(active), messagedialog entry:drop(active), notebook > stack:not(:only-child) entry:drop(active),
+notebook > stack:not(:only-child) spinbutton:drop(active):not(.vertical), popover.background entry:drop(active), .background spinbutton:drop(active):not(.vertical), .background .linked > entry:drop(active), .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:drop(active), .background entry.flat:drop(active) {
+ background: none;
+ border-width: 0;
+ box-shadow: inset 0 -2px rgba(255, 255, 255, 0.45);
+}
+
+#login_window entry:disabled, .budgie-run-dialog entry:disabled, .budgie-polkit-dialog entry:disabled, .budgie-session-dialog entry:disabled, .background .raven .raven-background spinbutton:disabled:not(.vertical), .background.budgie-popover entry:disabled, .budgie-settings-window .settings-page .settings-frame .linked > entry:disabled, window.background stack scrolledwindow entry:disabled, dialog.background .dialog-vbox stack entry:disabled,
+dialog.background .dialog-vbox stack spinbutton:disabled:not(.vertical), window#whiskermenu-window entry:disabled, .tilix-search-frame entry:disabled, .geary-composer-box entry:disabled,
+.geary-composer-box spinbutton:disabled:not(.vertical), editortweak entry.search:disabled, layoutpane entry.search:disabled, messagedialog entry:disabled, notebook > stack:not(:only-child) entry:disabled,
+notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), popover.background entry:disabled, .background spinbutton:disabled:not(.vertical), .background .linked > entry:disabled, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:disabled, .background entry.flat:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+spinbutton:not(.vertical), entry {
+ border: 1px solid #191919;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+spinbutton:focus:not(.vertical), entry:focus {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+spinbutton:disabled:not(.vertical), entry:disabled {
+ border: 1px solid #191919;
+ box-shadow: none;
+ border-image: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry, .background entry {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:focus, .background entry:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: #c5c8c6;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:disabled, .background entry:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+entry {
+ min-height: 36px;
+ padding: 0 8px;
+}
+
+entry image {
+ color: alpha(currentColor, 0.9);
+}
+
+entry image:hover, entry image:active {
+ color: currentColor;
+}
+
+entry image:disabled {
+ color: alpha(currentColor, 0.45);
+}
+
+entry image.left {
+ margin-left: 2px;
+ margin-right: 6px;
+}
+
+entry image.right {
+ margin-left: 6px;
+ margin-right: 2px;
+}
+
+entry undershoot.left {
+ background-color: transparent;
+ background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-left: 1px;
+ background-size: 1px 12px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left top;
+}
+
+entry undershoot.right {
+ background-color: transparent;
+ background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-right: 1px;
+ background-size: 1px 12px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right top;
+}
+
+.background entry.error, .background entry.search.error {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #a54242;
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background entry.error:focus, .background entry.search.error:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background entry.error:disabled, .background entry.search.error:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background entry.error.flat, .background entry.search.error.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px #a54242;
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+.background entry.error.flat:focus, .background entry.search.error.flat:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.background entry.error.flat:disabled, .background entry.search.error.flat:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background entry.warning, .background entry.search.warning {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #f0c674;
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background entry.warning:focus, .background entry.search.warning:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background entry.warning:disabled, .background entry.search.warning:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background entry.warning.flat, .background entry.search.warning.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px #f0c674;
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+.background entry.warning.flat:focus, .background entry.search.warning.flat:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.background entry.warning.flat:disabled, .background entry.search.warning.flat:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+entry.entry-tag {
+ padding: 0 8px;
+ border-radius: 9999px;
+ box-shadow: none;
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+entry.entry-tag:hover {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+entry.entry-tag:dir(ltr) {
+ margin: 3px -4px 3px 8px;
+}
+
+entry.entry-tag:dir(rtl) {
+ margin: 3px 8px 3px -4px;
+}
+
+entry.entry-tag.button, entry.entry-tag.button:hover, entry.entry-tag.button:active {
+ background-color: transparent;
+ background-image: none;
+ border-image: none;
+ border: none;
+ box-shadow: none;
+ animation: none;
+ margin: 0 -2px;
+ padding: 4px;
+ border-radius: 9999px;
+}
+
+entry.entry-tag.button:not(:hover):not(:active) {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+entry.entry-tag.button:hover, entry.entry-tag.button:active {
+ color: #c5c8c6;
+}
+
+entry progress {
+ margin: 2px -6px;
+ border-style: none none solid;
+ border-width: 2px;
+ border-color: #f58f44;
+ background-color: transparent;
+}
+
+.linked:not(.vertical) > entry, .linked.vertical > entry, .linked:not(.vertical) > entry.flat, .linked.vertical > entry.flat {
+ border-radius: 0;
+}
+
+treeview entry.flat, treeview entry {
+ min-height: 0;
+ padding: 2px;
+ border-radius: 3px;
+ background-color: #191919;
+}
+
+treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus {
+ border-image: none;
+ box-shadow: none;
+}
+
+@keyframes needs_attention {
+ from {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#5f819d), to(transparent));
+ }
+ to {
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f819d), to(transparent));
+ }
+}
+
+.budgie-run-dialog button, .budgie-polkit-dialog button, .budgie-session-dialog button, .background .raven stackswitcher.linked > button, .mate-panel-menu-bar #PanelApplet button:not(.flat), .tilix-search-frame button, .geary-composer-box button:not(.combo), 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), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal button,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button, layouttabbar button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button,
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box button, messagedialog.csd .linked.dialog-action-area:not(.vertical) > button, messagedialog .linked.dialog-action-area:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button,
+.background .path-bar button, toolbar button, combobox > .linked:not(.vertical) > button.combo:not(:only-child), .linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.down, toolbutton button, toolbutton button.image-button, toolbutton button.toggle, .osd button, .background .linked.stack-switcher > button {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 0 0 9999px transparent;
+ background-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.budgie-run-dialog button:hover, .budgie-polkit-dialog button:hover, .budgie-session-dialog button:hover, .background .raven stackswitcher.linked > button:hover, .mate-panel-menu-bar #PanelApplet button:hover:not(.flat), .tilix-search-frame button:hover, .geary-composer-box button:hover:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:hover,
+window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:hover:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:hover, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:hover, window.csd > box.vertical > box.vertical > toolbar.horizontal button:hover,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:hover, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:hover, layouttabbar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box button:hover, messagedialog .linked:not(.vertical).dialog-action-area > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:hover,
+.background .path-bar button:hover, toolbar button:hover, combobox > .linked:not(.vertical) > button.combo:hover:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.down:hover, toolbutton button:hover, .osd button:hover, .background .linked.stack-switcher > button:hover {
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ color: #c5c8c6;
+}
+
+.budgie-run-dialog button:active, .budgie-polkit-dialog button:active, .budgie-session-dialog button:active, .background .raven stackswitcher.linked > button:active, .mate-panel-menu-bar #PanelApplet button:active:not(.flat), .tilix-search-frame button:active, .geary-composer-box button:active:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:active,
+window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:active:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:active, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:active, window.csd > box.vertical > box.vertical > toolbar.horizontal button:active,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:active, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:active, layouttabbar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box button:active, messagedialog .linked:not(.vertical).dialog-action-area > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:active,
+.background .path-bar button:active, toolbar button:active, combobox > .linked:not(.vertical) > button.combo:active:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.down:active, toolbutton button:active, .osd button:active, .background .linked.stack-switcher > button:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+.budgie-run-dialog button:disabled, .budgie-polkit-dialog button:disabled, .budgie-session-dialog button:disabled, .background .raven stackswitcher.linked > button:disabled, .mate-panel-menu-bar #PanelApplet button:disabled:not(.flat), .tilix-search-frame button:disabled, .geary-composer-box button:disabled:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:disabled,
+window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:disabled:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:disabled, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:disabled, window.csd > box.vertical > box.vertical > toolbar.horizontal button:disabled,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:disabled, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:disabled, layouttabbar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box button:disabled, messagedialog .linked:not(.vertical).dialog-action-area > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:disabled,
+.background .path-bar button:disabled, toolbar button:disabled, combobox > .linked:not(.vertical) > button.combo:disabled:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down:disabled, toolbutton button:disabled, .osd button:disabled, .background .linked.stack-switcher > button:disabled {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+.budgie-run-dialog button:checked, .budgie-polkit-dialog button:checked, .budgie-session-dialog button:checked, .background .raven stackswitcher.linked > button:checked, .mate-panel-menu-bar #PanelApplet button:checked:not(.flat), .tilix-search-frame button:checked, .geary-composer-box button:checked:not(.combo), 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:checked:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:checked, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:checked, window.csd > box.vertical > box.vertical > toolbar.horizontal button:checked,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:checked, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:checked, layouttabbar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked, messagedialog .linked:not(.vertical).dialog-action-area > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:checked,
+.background .path-bar button:checked, toolbar button:checked, combobox > .linked:not(.vertical) > button.combo:checked:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.down:checked, toolbutton button:checked, .osd button:checked, .background .linked.stack-switcher > button:checked {
+ color: #c5c8c6;
+ background-color: transparent;
+}
+
+.budgie-run-dialog button:checked:disabled, .budgie-polkit-dialog button:checked:disabled, .budgie-session-dialog button:checked:disabled, .background .raven stackswitcher.linked > button:checked:disabled, .mate-panel-menu-bar #PanelApplet button:checked:disabled:not(.flat), .tilix-search-frame button:checked:disabled, .geary-composer-box button:checked:disabled:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:checked:disabled,
+window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:checked:disabled:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:checked:disabled, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:checked:disabled, window.csd > box.vertical > box.vertical > toolbar.horizontal button:checked:disabled,
+window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:checked:disabled, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:checked:disabled, layouttabbar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box button:checked:disabled, messagedialog .linked:not(.vertical).dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:checked:disabled,
+.background .path-bar button:checked:disabled, toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button.combo:checked:disabled:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:checked:disabled, .linked > spinbutton:not(.vertical) > button.down:checked:disabled, toolbutton button:checked:disabled, .osd button:checked:disabled, .background .linked.stack-switcher > button:checked:disabled {
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.lightdm-gtk-greeter button, .budgie-run-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-session-dialog .linked.horizontal > button, .drop-shadow button, .background .raven .raven-header.top stackswitcher button, .background .raven .raven-header:not(.top) button, .background.budgie-popover button, .background.budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, PanelToplevel > widget > button, .background .gedit-search-slider > .linked:not(.vertical) > button, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button, .nemo-window .floating-bar button,
+.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, calendar.button, check,
+radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) > button, modelbutton.flat,
+.menuitem.button.flat, .inline-toolbar button:not(.text-button), .osd button.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 0 0 9999px transparent;
+ background-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.lightdm-gtk-greeter button:hover, .budgie-run-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .background .raven .raven-header.top stackswitcher button:hover, .background .raven .raven-header:not(.top) button:hover, .background.budgie-popover button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, PanelToplevel > widget > button:hover, .background .gedit-search-slider > .linked:not(.vertical) > button:hover, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:hover, .nemo-window .floating-bar button:hover,
+.nautilus-window .floating-bar button:hover, placessidebar row button.sidebar-button:hover, calendar.button:hover, check:hover,
+radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) > button:hover, modelbutton.flat:hover,
+.menuitem.button.flat:hover, .inline-toolbar button:hover:not(.text-button), .osd button.flat:hover {
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ color: #c5c8c6;
+}
+
+.lightdm-gtk-greeter button:active, .budgie-run-dialog .linked.horizontal > button:active, .budgie-polkit-dialog .linked.horizontal > button:active, .budgie-session-dialog .linked.horizontal > button:active, .drop-shadow button:active, .background .raven .raven-header.top stackswitcher button:active, .background .raven .raven-header:not(.top) button:active, .background.budgie-popover button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, PanelToplevel > widget > button:active, .background .gedit-search-slider > .linked:not(.vertical) > button:active, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:active, .nemo-window .floating-bar button:active,
+.nautilus-window .floating-bar button:active, placessidebar row button.sidebar-button:active, calendar.button:active, check:active,
+radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) > button:active, modelbutton.flat:active,
+.menuitem.button.flat:active, .inline-toolbar button:active:not(.text-button), .osd button.flat:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+.lightdm-gtk-greeter button:disabled, .budgie-run-dialog .linked.horizontal > button:disabled, .budgie-polkit-dialog .linked.horizontal > button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .background .raven .raven-header.top stackswitcher button:disabled, .background .raven .raven-header:not(.top) button:disabled, .background.budgie-popover button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, PanelToplevel > widget > button:disabled, .background .gedit-search-slider > .linked:not(.vertical) > button:disabled, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:disabled, .nemo-window .floating-bar button:disabled,
+.nautilus-window .floating-bar button:disabled, placessidebar row button.sidebar-button:disabled, calendar.button:disabled, check:disabled,
+radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) > button:disabled, modelbutton.flat:disabled,
+.menuitem.button.flat:disabled, .inline-toolbar button:disabled:not(.text-button), .osd button.flat:disabled {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+#login_window #user_combobox button, .background .raven .raven-background button.combo, .background.budgie-popover button.combo, window.background stack scrolledwindow button.combo, dialog.background .dialog-vbox stack button.combo, .tilix-search-frame button.combo, .geary-composer-box button.combo, .background button.combo, .background .linked > button.combo, .background .linked entry + button, .background .linked entry + button + button {
+ border-radius: 0;
+ background: none;
+ font-weight: normal;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+#login_window #user_combobox button:hover, .background .raven .raven-background button.combo:hover, dialog.background .dialog-vbox stack button.combo:hover, .tilix-search-frame button.combo:hover, .geary-composer-box button.combo:hover, .background button.combo:hover, .background .linked entry + button:hover, .background .linked entry + button + button:hover {
+ background: none;
+ border-width: 0;
+ box-shadow: inset 0 -2px rgba(255, 255, 255, 0.45);
+}
+
+#login_window #user_combobox button:checked, .background .raven .raven-background button.combo:checked, dialog.background .dialog-vbox stack button.combo:checked, .tilix-search-frame button.combo:checked, .geary-composer-box button.combo:checked, .background button.combo:checked, .background .linked entry + button:checked, .background .linked entry + button + button:checked {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+#login_window #user_combobox button:disabled, .background .raven .raven-background button.combo:disabled, dialog.background .dialog-vbox stack button.combo:disabled, .tilix-search-frame button.combo:disabled, .geary-composer-box button.combo:disabled, .background button.combo:disabled, .background .linked entry + button:disabled, .background .linked entry + button + button:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+button {
+ min-height: 24px;
+ min-width: 16px;
+ padding: 6px 10px;
+ border-radius: 3px;
+ font-weight: 500;
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+button:hover {
+ box-shadow: none;
+ background-color: #3b3d41;
+ color: #c5c8c6;
+}
+
+button:active, button:checked {
+ box-shadow: none;
+ background-color: #434549;
+ color: #c5c8c6;
+ animation: none;
+}
+
+button:disabled {
+ box-shadow: none;
+ background-color: #323336;
+ color: #c5c8c6;
+}
+
+button:checked:disabled {
+ box-shadow: none;
+ background-color: rgba(66, 133, 244, 0.5);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background button {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ background-color: #191919;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+ border: none;
+}
+
+.background button:hover {
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ color: #c5c8c6;
+ background-color: #3f4246;
+}
+
+.background button:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px rgba(255, 255, 255, 0.12);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+.background button:disabled {
+ box-shadow: none;
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.3);
+}
+
+.background button:checked {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+.background button:checked:disabled {
+ background-color: alpha(#f58f44, 0.25);
+ color: alpha(#f58f44, 0.5);
+}
+
+button.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 0 0 9999px transparent;
+ background-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+button.flat:hover {
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ color: #c5c8c6;
+}
+
+button.flat:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+button.flat:disabled {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+button.flat:checked {
+ color: #c5c8c6;
+ background-color: alpha(currentColor, 0.12);
+}
+
+button.flat:checked:disabled {
+ background-color: alpha(currentColor, 0.06);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+button.text-button {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+button.image-button {
+ min-width: 24px;
+ padding: 6px;
+ border-radius: 3px;
+ -gtk-outline-radius: 3px;
+}
+
+button.text-button.image-button {
+ border-radius: 3px;
+ -gtk-outline-radius: 3px;
+}
+
+button.text-button.image-button label:first-child {
+ margin-left: 10px;
+ margin-right: 2px;
+}
+
+button.text-button.image-button label:last-child {
+ margin-left: 2px;
+ margin-right: 10px;
+}
+
+button.text-button.image-button label:only-child {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+button.text-button.image-button image:not(:only-child):first-child {
+ margin-left: 4px;
+}
+
+button.text-button.image-button image:not(:only-child):last-child {
+ margin-right: 4px;
+}
+
+.linked > button.flat, .linked.vertical > button.flat {
+ border-radius: 3px;
+}
+
+.linked > button.flat.image-button, .linked.vertical > button.flat.image-button {
+ border-radius: 3px;
+ -gtk-outline-radius: 3px;
+}
+
+.linked > button.flat.text-button.image-button, .linked.vertical > button.flat.text-button.image-button {
+ border-radius: 3px;
+ -gtk-outline-radius: 3px;
+}
+
+.background .linked.stack-switcher > button {
+ border-radius: 3px;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px;
+}
+
+.background .linked.stack-switcher > button:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background-color: transparent;
+}
+
+.background buttonbox.linked > button {
+ border-radius: 3px;
+ -gtk-outline-radius: 3px;
+}
+
+row:selected button:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+row:selected button.flat {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+row:selected button.flat:hover, row:selected button.flat:active, row:selected button.flat:checked {
+ background-color: rgba(255, 255, 255, 0.3);
+ color: #c5c8c6;
+}
+
+row:selected button.flat:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+row:selected button.flat:checked:disabled {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+button.osd {
+ padding: 9px 13px;
+}
+
+button.osd.image-button {
+ padding: 9px;
+}
+
+button.osd:disabled {
+ opacity: 0;
+}
+
+button.suggested-action {
+ background-color: #f58f44;
+ color: #c5c8c6;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+button.suggested-action:hover {
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ color: #c5c8c6;
+ background-color: #5a95f5;
+ background-color: #5a95f5;
+ color: #c5c8c6;
+}
+
+button.suggested-action:disabled {
+ box-shadow: none;
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.3);
+}
+
+button.suggested-action:checked {
+ background-color: #7baaf7;
+}
+
+button.suggested-action.flat {
+ background-color: transparent;
+ color: #f58f44;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 0 0 9999px transparent;
+ background-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+button.suggested-action.flat:hover {
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ color: #c5c8c6;
+}
+
+button.suggested-action.flat:active, button.suggested-action.flat:checked {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+button.suggested-action.flat:disabled {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+button.destructive-action {
+ background-color: #cc6666;
+ color: #c5c8c6;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+button.destructive-action:hover {
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ color: #c5c8c6;
+ background-color: #ff6c6c;
+ background-color: #ff6c6c;
+ color: #c5c8c6;
+}
+
+button.destructive-action:disabled {
+ box-shadow: none;
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.3);
+}
+
+button.destructive-action:checked {
+ background-color: #ff8686;
+}
+
+button.destructive-action.flat {
+ background-color: transparent;
+ color: #cc6666;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 0 0 9999px transparent;
+ background-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+button.destructive-action.flat:hover {
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ color: #c5c8c6;
+}
+
+button.destructive-action.flat:active, button.destructive-action.flat:checked {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1);
+ background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+button.destructive-action.flat:disabled {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+.stack-switcher > button {
+ outline-offset: -4px;
+}
+
+.stack-switcher > button > label {
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+.stack-switcher > button > image {
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+
+.stack-switcher > button.text-button {
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.stack-switcher > button.image-button {
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+.stack-switcher > button.needs-attention:checked > label,
+.stack-switcher > button.needs-attention:checked > image {
+ animation: none;
+ background-image: none;
+}
+
+button separator {
+ min-width: 0;
+ min-height: 0;
+ background: none;
+}
+
+row button.image-button {
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px;
+}
+
+.primary-toolbar button {
+ -gtk-icon-shadow: none;
+}
+
+stacksidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label,
+.stack-switcher > button.needs-attention > image {
+ animation: needs_attention 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ background-repeat: no-repeat;
+ background-position: right 3px;
+ background-size: 6px 6px;
+}
+
+stacksidebar 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;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > button:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:dir(rtl), .linked > button {
+ border-radius: 0;
+ -gtk-outline-radius: 3px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > button:first-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:first-child:dir(rtl), .linked > button:first-child {
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > button:last-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:last-child:dir(rtl), .linked > button:last-child {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > button:only-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:only-child:dir(rtl), .linked > button:only-child {
+ border-radius: 3px;
+}
+
+.linked.vertical > button {
+ border-radius: 0;
+ -gtk-outline-radius: 3px;
+}
+
+.linked.vertical > button:first-child {
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+}
+
+.linked.vertical > button:last-child {
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+.linked.vertical > button:only-child {
+ border-radius: 3px;
+}
+
+/* menu buttons */
+modelbutton.flat,
+.menuitem.button.flat {
+ min-height: 32px;
+ padding: 0 12px;
+ border-radius: 3px;
+ color: inherit;
+}
+
+modelbutton.flat check:not(:checked):not(:indeterminate),
+modelbutton.flat radio:not(:checked):not(:indeterminate),
+.menuitem.button.flat check:not(:checked):not(:indeterminate),
+.menuitem.button.flat radio:not(:checked):not(:indeterminate) {
+ color: alpha(currentColor, 0.45);
+}
+
+modelbutton.flat check, modelbutton.flat check:hover,
+modelbutton.flat radio,
+modelbutton.flat radio:hover,
+.menuitem.button.flat check,
+.menuitem.button.flat check:hover,
+.menuitem.button.flat radio,
+.menuitem.button.flat radio:hover {
+ background-image: none;
+}
+
+modelbutton.flat check:active,
+modelbutton.flat radio:active,
+.menuitem.button.flat check:active,
+.menuitem.button.flat radio:active {
+ animation: none;
+}
+
+modelbutton.flat check:last-child,
+modelbutton.flat radio:last-child,
+.menuitem.button.flat check:last-child,
+.menuitem.button.flat radio:last-child {
+ margin-left: -8px;
+ margin-right: -16px;
+}
+
+modelbutton.flat check:first-child,
+modelbutton.flat radio:first-child,
+.menuitem.button.flat check:first-child,
+.menuitem.button.flat radio:first-child {
+ margin-left: -16px;
+ margin-right: -8px;
+}
+
+modelbutton.flat arrow {
+ background: none;
+}
+
+modelbutton.flat arrow:hover {
+ background: none;
+}
+
+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.color {
+ min-height: 24px;
+ min-width: 24px;
+ padding: 6px;
+}
+
+*:link, button:link,
+button:visited {
+ color: #f58f44;
+}
+
+*:link:visited, *:link:visited:hover, *:link:visited:active,
+button:visited {
+ color: #E040FB;
+}
+
+*:link:selected, *:selected *:link, button:selected:link,
+button:selected:visited, *:selected button:link,
+*:selected button:visited {
+ color: #c5c8c6;
+}
+
+button:link > label,
+button:visited > label {
+ text-decoration-line: underline;
+}
+
+spinbutton:not(.vertical) {
+ padding: 0;
+}
+
+.background spinbutton:not(.vertical), .background spinbutton:not(.vertical).flat {
+ transition: all 225ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+}
+
+.background spinbutton:not(.vertical) entry, .background spinbutton:not(.vertical) entry:focus, .background spinbutton:not(.vertical) entry:disabled, .background spinbutton:not(.vertical):focus entry, .background spinbutton:not(.vertical):focus entry:focus, .background spinbutton:not(.vertical):focus entry:disabled, .background spinbutton:not(.vertical):disabled entry, .background spinbutton:not(.vertical):disabled entry:focus, .background spinbutton:not(.vertical):disabled entry:disabled, .background spinbutton:not(.vertical).flat entry, .background spinbutton:not(.vertical).flat entry:focus, .background spinbutton:not(.vertical).flat entry:disabled, .background spinbutton:not(.vertical).flat:focus entry, .background spinbutton:not(.vertical).flat:focus entry:focus, .background spinbutton:not(.vertical).flat:focus entry:disabled, .background spinbutton:not(.vertical).flat:disabled entry, .background spinbutton:not(.vertical).flat:disabled entry:focus, .background spinbutton:not(.vertical).flat:disabled entry:disabled {
+ box-shadow: none;
+ background: none;
+ border-image: none;
+ transition: none;
+}
+
+.background.budgie-popover spinbutton:not(.vertical) entry, window.background stack scrolledwindow spinbutton:not(.vertical) entry, dialog.background .dialog-vbox stack spinbutton:not(.vertical) entry, .geary-composer-box spinbutton:not(.vertical) entry,
+spinbutton:not(.vertical) > entry {
+ min-width: 26px;
+ margin: 0;
+ border: none;
+ border-radius: 0;
+ box-shadow: none;
+ background-color: transparent;
+}
+
+spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > button:hover, spinbutton:not(.vertical) > button:active, spinbutton:not(.vertical) > button:checked, spinbutton:not(.vertical) > button:disabled {
+ border: solid 6px transparent;
+}
+
+spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) {
+ margin-left: -3px;
+}
+
+spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) {
+ margin-right: -3px;
+}
+
+.linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down, .linked > spinbutton:not(.vertical) > button.down:hover, .linked > spinbutton:not(.vertical) > button.down:active, .linked > spinbutton:not(.vertical) > button.down:checked, .linked > spinbutton:not(.vertical) > button.down:disabled {
+ border: solid 6px transparent;
+}
+
+spinbutton.vertical:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+spinbutton.vertical:drop(active) {
+ box-shadow: none;
+}
+
+spinbutton.vertical entry {
+ min-height: 36px;
+ min-width: 42px;
+ padding: 0;
+}
+
+spinbutton.vertical button {
+ min-height: 36px;
+ min-width: 42px;
+ padding: 0;
+}
+
+spinbutton.vertical button.up {
+ border-radius: 2px 2px 0 0;
+}
+
+spinbutton.vertical button.down {
+ border-radius: 0 0 2px 2px;
+}
+
+treeview spinbutton:not(.vertical) {
+ min-height: 0;
+ border-style: none;
+ border-radius: 0;
+}
+
+treeview spinbutton:not(.vertical) entry {
+ min-height: 0;
+ padding: 1px 2px;
+}
+
+combobox arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ min-height: 16px;
+ min-width: 16px;
+}
+
+.background combobox {
+ border: unset;
+ border-image: unset;
+ border-radius: unset;
+ background-color: unset;
+ color: unset;
+ box-shadow: unset;
+}
+
+combobox entry.combo {
+ border-radius: 2px;
+ margin-right: -32px;
+ padding-right: 32px;
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+combobox entry.combo:focus {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+combobox entry.combo:disabled {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+combobox > .linked:not(.vertical) > button:not(:only-child).combo {
+ border: none;
+ border-image: none;
+ box-shadow: none;
+ min-height: 16px;
+ min-width: 16px;
+ margin: 4px;
+ padding: 6px;
+}
+
+.background combobox entry.combo {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+.background combobox entry.combo:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.background combobox entry.combo:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+combobox decoration {
+ transition: none;
+}
+
+combobox button.combo cellview:dir(ltr) {
+ margin-left: -2px;
+}
+
+combobox button.combo cellview:dir(rtl) {
+ margin-right: -2px;
+}
+
+combobox #gtk-combobox-popup-menu {
+ padding: 2px 0;
+}
+
+combobox #gtk-combobox-popup-menu menuitem {
+ min-height: 32px;
+ padding: 0 8px;
+}
+
+combobox.linked button:nth-child(2):dir(ltr) {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+combobox.linked button:nth-child(2):dir(rtl) {
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+}
+
+combobox:drop(active) {
+ box-shadow: none;
+}
+
+.linked:not(combobox) > button.combo:first-child {
+ border-right-width: 0;
+}
+
+.linked:not(combobox) > button.combo:first-child:only-child {
+ border-width: 1px;
+}
+
+.linked:not(combobox) > button.combo:last-child {
+ border-left-width: 0;
+}
+
+.linked:not(combobox) > button.combo:last-child:only-child {
+ border-width: 1px;
+}
+
+toolbar {
+ -GtkWidget-window-dragging: true;
+ padding: 3px;
+ background-color: #191919;
+}
+
+.osd toolbar {
+ background-color: transparent;
+}
+
+frame.documents-dropdown, .app-notification, toolbar.osd {
+ padding: 6px;
+ border-radius: 2px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #191919;
+}
+
+frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
+ border-radius: 0;
+}
+
+toolbar.horizontal separator {
+ margin: 3px;
+}
+
+toolbar.vertical separator {
+ margin: 3px;
+}
+
+toolbar:not(.inline-toolbar):not(.osd) scale,
+toolbar:not(.inline-toolbar):not(.osd) entry,
+toolbar:not(.inline-toolbar):not(.osd) spinbutton,
+toolbar:not(.inline-toolbar):not(.osd) button {
+ margin: 3px;
+}
+
+toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child),
+toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child),
+toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) {
+ margin-left: 0;
+}
+
+toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child),
+toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child),
+toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) {
+ margin-right: 0;
+}
+
+toolbar:not(.inline-toolbar):not(.osd) switch {
+ margin: 9px 3px;
+}
+
+window.background stack scrolledwindow .linked:not(stackswitcher) button:not(.combo), toolbar.primary-toolbar toolitem.raised button, .nemo-window .toolbar button, .primary-toolbar button {
+ background-color: transparent;
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow :not(stackswitcher).linked button:hover:not(.combo), toolbar.primary-toolbar toolitem.raised button:hover, .nemo-window .toolbar button:hover, .primary-toolbar button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow :not(stackswitcher).linked button:disabled:not(.combo), toolbar.primary-toolbar toolitem.raised button:disabled, .nemo-window .toolbar button:disabled, .primary-toolbar button:disabled {
+ background-color: transparent;
+}
+
+window.background stack scrolledwindow :not(stackswitcher).linked button:active:not(.combo), toolbar.primary-toolbar toolitem.raised button:active, .nemo-window .toolbar button:active, .primary-toolbar button:active, window.background stack scrolledwindow :not(stackswitcher).linked button:checked:not(.combo), toolbar.primary-toolbar toolitem.raised button:checked, .nemo-window .toolbar button:checked, .primary-toolbar button:checked {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.2);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow :not(stackswitcher).linked button:checked:disabled:not(.combo), .nemo-window .toolbar button:checked:disabled, .primary-toolbar button:checked:disabled, window.background stack scrolledwindow :not(stackswitcher).linked button:checked:backdrop:not(.combo), .nemo-window .toolbar button:checked:backdrop, .primary-toolbar button:checked:backdrop {
+ color: rgba(255, 255, 255, 0.5);
+ background-color: rgba(255, 255, 255, 0.1);
+ box-shadow: none;
+}
+
+.inline-toolbar {
+ padding: 6px;
+ border-style: solid;
+ border-width: 0 1px 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+searchbar > revealer > box,
+.location-bar {
+ padding: 6px;
+ border-style: solid;
+ border-width: 0 0 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+ background-clip: border-box;
+}
+
+searchbar > revealer > box {
+ margin: -6px;
+}
+
+.nemo-window .primary-toolbar button:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button, headerbar button:not(.suggested-action):not(.destructive-action) {
+ transition: none;
+ animation: none;
+ box-shadow: none;
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.nemo-window .primary-toolbar button:hover:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action) {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: none;
+ box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.3);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.3) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #f58f44;
+}
+
+.nemo-window .primary-toolbar button:active:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, headerbar button:active:not(.suggested-action):not(.destructive-action) {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px #f58f44;
+ background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+.nemo-window .primary-toolbar button:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action) {
+ box-shadow: none;
+ background-color: transparent;
+ color: alpha(currentColor, 0.27);
+}
+
+.nemo-window .primary-toolbar button:checked:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action) {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+.nemo-window .primary-toolbar button:checked:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:backdrop:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked:backdrop, headerbar button:checked:backdrop:not(.suggested-action):not(.destructive-action) {
+ background-color: rgba(66, 133, 244, 0.3);
+ color: alpha(#c5c8c6, 0.3);
+}
+
+.nemo-window .primary-toolbar button:backdrop:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:backdrop, headerbar button:backdrop:not(.suggested-action):not(.destructive-action) {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.nemo-window .primary-toolbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:backdrop:disabled, headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button {
+ border-radius: 0;
+ color: rgba(255, 255, 255, 0.7);
+ transition: background-color 0, background-image 0, color 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ box-shadow: inset 0 -2px transparent;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0;
+}
+
+headerbar.windowhandle viewswitcher button:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover {
+ border-radius: 0;
+ color: #f58f44;
+ box-shadow: inset 0 -2px alpha(#f58f44, 0.5);
+}
+
+headerbar.windowhandle viewswitcher button:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover {
+ background-color: transparent;
+}
+
+headerbar.windowhandle viewswitcher button:checked:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar.windowhandle viewswitcher button:active:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background: none;
+ color: #f58f44;
+ border-radius: 0;
+}
+
+headerbar.windowhandle viewswitcher button:checked:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked:disabled, headerbar.windowhandle viewswitcher button:active:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active:disabled {
+ color: rgba(66, 133, 244, 0.35);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(66, 133, 244, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+headerbar.windowhandle viewswitcher button:checked:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked:hover {
+ background: none;
+}
+
+headerbar.windowhandle viewswitcher button:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+headerbar {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), color 100ms cubic-bezier(0, 0, 0.2, 1);
+ min-height: 36px;
+ padding: 0 12px;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+headerbar:backdrop {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+headerbar:backdrop:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+headerbar:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+headerbar .title {
+ padding: 0 12px;
+ font-weight: bold;
+}
+
+headerbar .subtitle {
+ padding: 0 12px;
+ font-size: smaller;
+}
+
+headerbar button.suggested-action:disabled, headerbar button.destructive-action:disabled {
+ color: alpha(currentColor, 0.3);
+}
+
+headerbar button.suggested-action:disabled > label, headerbar button.destructive-action:disabled > label {
+ color: inherit;
+}
+
+headerbar.selection-mode {
+ transition: background-color 0.00001s 100ms, color 100ms cubic-bezier(0, 0, 0.2, 1);
+ animation: header_ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+headerbar.selection-mode:backdrop {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+headerbar.selection-mode .subtitle:link {
+ color: #c5c8c6;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0;
+ color: currentColor;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled {
+ color: alpha(currentColor, 0.3);
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled > label {
+ color: inherit;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(255, 255, 255, 0.7) 100%, transparent 0%) 0 0 2/0 0 2px;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover:disabled {
+ background: none;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px;
+ color: currentColor;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:hover {
+ background-color: transparent;
+ color: currentColor;
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled {
+ color: alpha(currentColor, 0.3);
+}
+
+headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled > label {
+ color: inherit;
+}
+
+headerbar.selection-mode .selection-menu {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+headerbar.selection-mode .selection-menu GtkArrow {
+ -GtkArrow-arrow-scaling: 1;
+}
+
+headerbar.selection-mode .selection-menu .arrow {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+}
+
+.fullscreen headerbar, .tiled headerbar, .maximized headerbar {
+ border-radius: 0;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+headerbar.default-decoration {
+ min-height: 24px;
+ padding: 2px 6px;
+}
+
+.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration {
+ box-shadow: none;
+}
+
+headerbar.default-decoration button.titlebutton {
+ min-height: 26px;
+ min-width: 26px;
+ margin: 0;
+ padding: 0;
+ transition: 100ms;
+ background-size: 16px 16px;
+}
+
+headerbar.default-decoration button.titlebutton:hover, headerbar.default-decoration button.titlebutton:active {
+ background-size: 22px 22px;
+}
+
+headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) {
+ margin: 0;
+ border-radius: 0;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+headerbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled,
+headerbar .linked:not(.vertical):not(.path-bar) > entry,
+headerbar .linked:not(.vertical):not(.path-bar) > entry:hover,
+headerbar .linked:not(.vertical):not(.path-bar) > entry:active,
+headerbar .linked:not(.vertical):not(.path-bar) > entry:checked,
+headerbar .linked:not(.vertical):not(.path-bar) > entry:disabled {
+ border-radius: 3px;
+}
+
+.background headerbar .linked entry + button, .background headerbar .linked entry + button:hover, .background headerbar .linked entry + button:active, .background headerbar .linked entry + button:checked, .background headerbar .linked entry + button:disabled, .background headerbar .linked entry + button + button, .background headerbar .linked entry + button + button:hover, .background headerbar .linked entry + button + button:active, .background headerbar .linked entry + button + button:checked, .background headerbar .linked entry + button + button:disabled {
+ border-radius: 3px;
+ border-image: none;
+}
+
+headerbar .linked:not(.vertical).path-bar > button {
+ margin: 0;
+ border-radius: 0;
+}
+
+headerbar .linked:not(.vertical).path-bar > button:hover {
+ color: rgba(66, 133, 244, 0.85);
+ box-shadow: inset 0 -3px rgba(66, 133, 244, 0.5);
+}
+
+headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover:disabled {
+ background: none;
+}
+
+headerbar .linked:not(.vertical).path-bar > button:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 3/0 0 3px;
+ background: none;
+ color: #f58f44;
+ border-radius: 0;
+}
+
+headerbar .linked:not(.vertical).path-bar > button:checked:hover {
+ background: none;
+}
+
+headerbar separator, headerbar separator.titlebutton {
+ min-width: 0;
+ min-height: 0;
+ background-color: #191919;
+ border: none;
+}
+
+headerbar entry,
+headerbar spinbutton,
+headerbar separator,
+headerbar button {
+ margin-top: 6px;
+ margin-bottom: 6px;
+}
+
+headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
+ margin-top: 0;
+ margin-bottom: 0;
+ padding: 0;
+ min-width: 120px;
+}
+
+headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) image {
+ padding-left: 10px;
+}
+
+headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) label {
+ padding-right: 10px;
+}
+
+headerbar switch {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+headerbar spinbutton button {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+headerbar .entry-tag {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+headerbar.titlebar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+headerbar.titlebar.solid-csd headerbar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.tiled headerbar.titlebar, .maximized headerbar.titlebar, .fullscreen headerbar.titlebar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.titlebar > headerbar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+separator:first-child + headerbar, headerbar:first-child {
+ border-top-left-radius: 3px;
+}
+
+headerbar:last-child {
+ border-top-right-radius: 3px;
+}
+
+stack headerbar:first-child, stack headerbar:last-child {
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+ border: none;
+}
+
+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, window.solid-csd headerbar, window.solid-csd headerbar:first-child, window.solid-csd headerbar:last-child, window.solid-csd headerbar:only-child {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.titlebar, .titlebar.background {
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+}
+
+.background.tiled .titlebar, .background.tiled-top .titlebar, .background.tiled-right .titlebar, .background.tiled-bottom .titlebar, .background.tiled-left .titlebar, .background.maximized .titlebar, .background.solid-csd .titlebar {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.titlebar.solid-csd headerbar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.solid-csd > .titlebar.vertical {
+ box-shadow: none;
+}
+
+.solid-csd > .titlebar.vertical headerbar.titlebar {
+ box-shadow: none;
+}
+
+.solid-csd > .titlebar.vertical searchbar {
+ background: none;
+}
+
+.titlebar:not(headerbar) {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ border: none;
+}
+
+.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:not(headerbar) {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.titlebar:not(headerbar) > separator {
+ min-width: 1px;
+ min-height: 1px;
+ background-color: #191919;
+ background-image: image(#191919);
+ border: none;
+}
+
+window.csd > .titlebar:not(headerbar) {
+ padding: 0;
+ background: none;
+ border: none;
+ box-shadow: none;
+}
+
+window.background > box.vertical > headerbar:not(.titlebar) {
+ border-radius: 0 0 0 0;
+ box-shadow: none;
+}
+
+window.background > box.vertical > headerbar:not(.titlebar), window.background > box.vertical > headerbar:not(.titlebar):backdrop {
+ background-color: #191919;
+}
+
+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;
+}
+
+.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry, .background .titlebar:not(.horizontal) entry, .background headerbar:not(.horizontal) entry {
+ background-color: rgba(255, 255, 255, 0.06);
+ color: #c5c8c6;
+ caret-color: #c5c8c6;
+ border-image: none;
+ box-shadow: none;
+}
+
+.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry:focus, .background .titlebar:not(.horizontal) entry:focus, .background headerbar:not(.horizontal) entry:focus {
+ background-color: rgba(255, 255, 255, 0.09);
+ border-image: none;
+ box-shadow: none;
+}
+
+.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry:disabled, .background .titlebar:not(.horizontal) entry:disabled, .background headerbar:not(.horizontal) entry:disabled {
+ background-color: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.45);
+ border-image: none;
+ box-shadow: none;
+}
+
+.caja-pathbar button,
+.background .path-bar button {
+ border-radius: 2px;
+ padding-left: 6px;
+ padding-right: 6px;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0;
+}
+
+.caja-pathbar button:checked,
+.background .path-bar button:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.caja-pathbar button:checked,
+.background .path-bar button:checked,
+.background .path-bar button:checked:disabled {
+ background-color: transparent;
+}
+
+.caja-pathbar button label:not(:only-child):first-child,
+.background .path-bar button label:not(:only-child):first-child {
+ margin-left: 4px;
+}
+
+.caja-pathbar button label:not(:only-child):last-child,
+.background .path-bar button label:not(:only-child):last-child {
+ margin-right: 4px;
+}
+
+.caja-pathbar button.slider-button,
+.background .path-bar button.slider-button {
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+treeview.view {
+ border-left-color: rgba(255, 255, 255, 0.3);
+ 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:hover, treeview.view:active, treeview.view:selected {
+ border-radius: 0;
+}
+
+treeview.view.separator {
+ min-height: 5px;
+ color: rgba(255, 255, 255, 0.12);
+}
+
+treeview.view:drop(active) {
+ border-style: solid none;
+ border-width: 1px;
+ border-color: #5f819d;
+}
+
+treeview.view:drop(active).after {
+ border-top-style: none;
+}
+
+treeview.view:drop(active).before {
+ border-bottom-style: none;
+}
+
+treeview.view.expander {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ -gtk-icon-transform: rotate(-90deg);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+treeview.view.expander:dir(rtl) {
+ -gtk-icon-transform: rotate(90deg);
+}
+
+treeview.view.expander:checked {
+ -gtk-icon-transform: unset;
+}
+
+treeview.view.expander:hover, treeview.view.expander:active {
+ color: #c5c8c6;
+}
+
+treeview.view.expander:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+treeview.view.expander:selected {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+treeview.view.expander:selected:hover, treeview.view.expander:selected:active {
+ color: #c5c8c6;
+}
+
+treeview.view.expander:selected:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+treeview.view.progressbar {
+ border-style: none none solid;
+ border-width: 4px;
+ border-color: #f58f44;
+ box-shadow: none;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+treeview.view.progressbar:selected {
+ border-color: currentColor;
+}
+
+treeview.view.trough {
+ border-style: none none solid;
+ border-width: 4px;
+ border-color: alpha(#f58f44, 0.3);
+ box-shadow: none;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+treeview.view.trough:selected {
+ border-color: rgba(255, 255, 255, 0.3);
+}
+
+treeview.view header button {
+ padding: 2px 6px;
+ border-style: none solid solid none;
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+ background-clip: border-box;
+}
+
+treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
+ box-shadow: none;
+}
+
+treeview.view header button, treeview.view header button:disabled {
+ background-color: #191919;
+}
+
+treeview.view header button:last-child {
+ border-right-style: none;
+}
+
+treeview.view button.dnd,
+treeview.view header.button.dnd {
+ padding: 2px 6px;
+ border-style: none solid solid;
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+ box-shadow: none;
+ background-color: #191919;
+ background-clip: border-box;
+ color: #f58f44;
+}
+
+treeview.view acceleditor > label {
+ background-color: #f58f44;
+}
+
+menubar,
+.menubar {
+ -GtkWidget-window-dragging: true;
+ padding: 0;
+ color: rgba(255, 255, 255, 0.7);
+ background-color: #191919;
+}
+
+menubar:backdrop,
+.menubar:backdrop {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+menubar > menuitem,
+.menubar > menuitem {
+ min-height: 20px;
+ padding: 4px 8px;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+menubar > menuitem:hover,
+.menubar > menuitem:hover {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+menubar > menuitem:disabled,
+.menubar > menuitem:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+menubar > menuitem > window.background.csd.popup > decoration,
+menubar > menuitem > window.background.csd.popup > menu,
+.menubar > menuitem > window.background.csd.popup > decoration,
+.menubar > menuitem > window.background.csd.popup > menu {
+ border-radius: 0 0 3px 3px;
+}
+
+menubar > menuitem > window.popup.background.csd > menu menuitem,
+.menubar > menuitem > window.popup.background.csd > menu menuitem {
+ transition: none;
+}
+
+.popup.background {
+ background-color: transparent;
+}
+
+menu,
+.menu,
+.context-menu {
+ margin: 4px;
+ padding: 5px 0;
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #383a3e;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 3px;
+}
+
+.csd menu, .csd .menu, .csd .context-menu {
+ border: none;
+}
+
+menu menuitem,
+.menu menuitem,
+.context-menu menuitem {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1);
+ min-height: 20px;
+ min-width: 40px;
+ padding: 4px 8px;
+ font: initial;
+ text-shadow: none;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+menu menuitem:hover,
+.menu menuitem:hover,
+.context-menu menuitem:hover {
+ transition: none;
+ color: #c5c8c6;
+ background-color: #f58f44;
+}
+
+menu menuitem:disabled, menu menuitem label:disabled,
+.menu menuitem:disabled,
+.menu menuitem label:disabled,
+.context-menu menuitem:disabled,
+.context-menu menuitem label:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
+.menu menuitem label:dir(rtl),
+.menu menuitem label:dir(ltr),
+.context-menu menuitem label:dir(rtl),
+.context-menu menuitem label:dir(ltr) {
+ color: inherit;
+}
+
+menu menuitem arrow,
+.menu menuitem arrow,
+.context-menu menuitem arrow {
+ min-height: 16px;
+ min-width: 16px;
+}
+
+menu menuitem arrow:dir(ltr),
+.menu menuitem arrow:dir(ltr),
+.context-menu menuitem arrow:dir(ltr) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ margin-left: 8px;
+}
+
+menu menuitem arrow:dir(rtl),
+.menu menuitem arrow:dir(rtl),
+.context-menu menuitem arrow:dir(rtl) {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
+ margin-right: 8px;
+}
+
+menu > arrow,
+.menu > arrow,
+.context-menu > arrow {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 4px;
+ border-radius: 0;
+ background-color: #383a3e;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+menu > arrow.top,
+.menu > arrow.top,
+.context-menu > arrow.top {
+ margin-top: -4px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
+}
+
+menu > arrow.bottom,
+.menu > arrow.bottom,
+.context-menu > arrow.bottom {
+ margin-bottom: -4px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+}
+
+menu > arrow:hover,
+.menu > arrow:hover,
+.context-menu > arrow:hover {
+ background-image: image(alpha(currentColor, 0.15));
+ color: #c5c8c6;
+}
+
+menu > arrow:disabled,
+.menu > arrow:disabled,
+.context-menu > arrow:disabled {
+ border-color: transparent;
+ background-color: transparent;
+ color: transparent;
+}
+
+menu separator, .csd menu separator,
+.menu separator, .csd .menu separator,
+.context-menu separator, .csd .context-menu separator {
+ margin: 3px 0;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ color: transparent;
+ background-color: transparent;
+}
+
+menuitem accelerator {
+ color: alpha(currentColor, 0.45);
+}
+
+.csd.popup {
+ border-radius: 2px;
+}
+
+button#show_previous_icon_toolbar_togglebutton,
+button#show_show_thumbnails_icon_toolbar_togglebutton, popover.background button:not(.suggested-action):not(.destructive-action) {
+ box-shadow: none;
+ background-color: transparent;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+}
+
+button#show_previous_icon_toolbar_togglebutton:hover,
+button#show_show_thumbnails_icon_toolbar_togglebutton:hover, popover.background button:hover:not(.suggested-action):not(.destructive-action) {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: #c5c8c6;
+}
+
+button#show_previous_icon_toolbar_togglebutton:active,
+button#show_show_thumbnails_icon_toolbar_togglebutton:active, popover.background button:active:not(.suggested-action):not(.destructive-action) {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px #f58f44;
+ background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+button#show_previous_icon_toolbar_togglebutton:checked,
+button#show_show_thumbnails_icon_toolbar_togglebutton:checked, popover.background button:checked:not(.suggested-action):not(.destructive-action) {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+button#show_previous_icon_toolbar_togglebutton:disabled,
+button#show_show_thumbnails_icon_toolbar_togglebutton:disabled, popover.background button:disabled:not(.suggested-action):not(.destructive-action) {
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+button#show_previous_icon_toolbar_togglebutton:checked:disabled,
+button#show_show_thumbnails_icon_toolbar_togglebutton:checked:disabled, popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action) {
+ background-color: rgba(66, 133, 244, 0.5);
+ color: rgba(255, 255, 255, 0.5);
+}
+
+popover.background {
+ transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ padding: 0;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ background-color: #383a3e;
+}
+
+popover.background:backdrop {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+popover.background, .csd popover.background {
+ border-style: solid;
+ border-width: 1px;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
+ border-radius: 3px;
+}
+
+popover.background > list,
+popover.background > .view,
+popover.background > toolbar {
+ border-style: none;
+ box-shadow: none;
+ background-color: transparent;
+}
+
+popover.background .linked button:not(.combo) {
+ border-radius: 3px;
+ margin: 0 2px;
+}
+
+popover.background.menu button,
+popover.background button.model {
+ margin: 0;
+ min-height: 32px;
+ padding: 0 6px;
+ box-shadow: none;
+}
+
+popover.background separator {
+ margin: 4px 0;
+}
+
+popover.background list separator {
+ margin: 0;
+}
+
+notebook > header {
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+ background-clip: border-box;
+}
+
+notebook > header.top {
+ border-bottom-style: solid;
+}
+
+notebook > header.top > tabs {
+ margin-bottom: -1px;
+}
+
+notebook > header.top > tabs > tab:hover {
+ box-shadow: inset 0 -2px alpha(#f58f44, 0.3);
+}
+
+notebook > header.top > tabs > tab:checked {
+ box-shadow: inset 0 -2px #f58f44;
+}
+
+notebook > header.bottom {
+ border-top-style: solid;
+}
+
+notebook > header.bottom > tabs {
+ margin-top: -1px;
+}
+
+notebook > header.bottom > tabs > tab:hover {
+ box-shadow: inset 0 2px alpha(#f58f44, 0.3);
+}
+
+notebook > header.bottom > tabs > tab:checked {
+ box-shadow: inset 0 2px #f58f44;
+}
+
+notebook > header.left {
+ border-right-style: solid;
+}
+
+notebook > header.left > tabs {
+ margin-right: -1px;
+}
+
+notebook > header.left > tabs > tab:hover {
+ box-shadow: inset -2px 0 alpha(#f58f44, 0.3);
+}
+
+notebook > header.left > tabs > tab:checked {
+ box-shadow: inset -2px 0 #f58f44;
+}
+
+notebook > header.right {
+ border-left-style: solid;
+}
+
+notebook > header.right > tabs {
+ margin-left: -1px;
+}
+
+notebook > header.right > tabs > tab:hover {
+ box-shadow: inset 2px 0 alpha(#f58f44, 0.3);
+}
+
+notebook > header.right > tabs > tab:checked {
+ box-shadow: inset 2px 0 #f58f44;
+}
+
+notebook > header.top > tabs > arrow {
+ border-top-style: none;
+}
+
+notebook > header.bottom > tabs > arrow {
+ border-bottom-style: none;
+}
+
+notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
+ margin-left: -8px;
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+}
+
+notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
+ margin-right: -8px;
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+}
+
+notebook > header.left > tabs > arrow {
+ border-left-style: none;
+}
+
+notebook > header.right > tabs > arrow {
+ border-right-style: none;
+}
+
+notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+
+notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
+ margin-top: -8px;
+ -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
+}
+
+notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
+ margin-bottom: -8px;
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+}
+
+notebook > header > tabs > arrow {
+ min-height: 16px;
+ min-width: 16px;
+ border-radius: 0;
+}
+
+notebook > header tab {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ min-height: 24px;
+ min-width: 24px;
+ padding: 6px 12px;
+ outline-offset: -6px;
+ border-width: 1px;
+ border-color: transparent;
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 0% 0%;
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: 500;
+}
+
+notebook > header tab:hover {
+ color: #c5c8c6;
+}
+
+notebook > header tab:hover.reorderable-page {
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+notebook > header tab:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+notebook > header tab:checked {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 100ms cubic-bezier(0, 0, 0.2, 1), background-image 400ms cubic-bezier(0, 0, 0.2, 1);
+ background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
+ background-size: 1000% 1000%;
+ color: #c5c8c6;
+}
+
+notebook > header tab:checked:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+notebook > header tab:checked.reorderable-page {
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+notebook > header tab button.flat {
+ min-height: 24px;
+ min-width: 24px;
+ padding: 0;
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px;
+}
+
+notebook > header.top tabs, notebook > header.bottom tabs {
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child {
+ margin-left: 0;
+}
+
+notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child {
+ margin-right: 0;
+}
+
+notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page {
+ margin: 0 -1px;
+ border-style: none solid;
+}
+
+notebook > header.left tabs, notebook > header.right tabs {
+ padding-top: 8px;
+ padding-bottom: 8px;
+}
+
+notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child {
+ margin-top: 0;
+}
+
+notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child {
+ margin-bottom: 0;
+}
+
+notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
+ margin: -1px 0;
+ border-style: solid none;
+}
+
+notebook > stack:not(:only-child) {
+ background-color: #191919;
+}
+
+notebook button.toggle {
+ margin: 0;
+ padding: 0;
+ border-radius: 0;
+ min-height: 32px;
+ min-width: 32px;
+}
+
+scrollbar {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: #191919;
+ background-clip: border-box;
+}
+
+* {
+ -GtkScrollbar-has-backward-stepper: false;
+ -GtkScrollbar-has-forward-stepper: false;
+}
+
+scrollbar.top {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+scrollbar.bottom {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+scrollbar.left {
+ border-right: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+scrollbar.right {
+ border-left: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+scrollbar slider {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0;
+ min-width: 5px;
+ min-height: 5px;
+ border: 3px solid transparent;
+ border-radius: 100px;
+ background-clip: padding-box;
+ background-color: rgba(255, 255, 255, 0.45);
+}
+
+scrollbar slider:hover {
+ background-color: rgba(255, 255, 255, 0.45);
+}
+
+scrollbar slider:active {
+ background-color: rgba(255, 255, 255, 0.7);
+}
+
+scrollbar slider:disabled {
+ background-color: rgba(255, 255, 255, 0.3);
+}
+
+scrollbar.fine-tune slider {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0;
+ min-width: 4px;
+ min-height: 4px;
+}
+
+scrollbar.fine-tune.horizontal slider {
+ margin: 2px 0;
+}
+
+scrollbar.fine-tune.vertical slider {
+ margin: 0 2px;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
+ border-color: transparent;
+ background-color: transparent;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
+ min-width: 4px;
+ min-height: 4px;
+ margin: 3px;
+ border: 1px solid alpha(#191919, 0.3);
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
+ min-width: 4px;
+ min-height: 4px;
+ margin: 3px;
+ border: 1px solid alpha(#191919, 0.3);
+ border-radius: 9999px;
+ background-color: rgba(255, 255, 255, 0.45);
+ background-clip: padding-box;
+ -gtk-icon-source: none;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled {
+ background-color: rgba(255, 255, 255, 0.3);
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
+ min-width: 24px;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
+ min-width: 8px;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
+ min-height: 24px;
+}
+
+scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
+ min-height: 8px;
+}
+
+scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
+ background-color: alpha(#191919, 0.9);
+}
+
+scrollbar.horizontal slider {
+ min-width: 24px;
+}
+
+scrollbar.vertical slider {
+ min-height: 24px;
+}
+
+scrollbar button {
+ min-width: 16px;
+ min-height: 16px;
+ padding: 0;
+ border-radius: 0;
+}
+
+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-end-symbolic");
+}
+
+scrollbar.horizontal button.up {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+}
+
+switch {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ margin: 6px 0;
+ padding: 0 2px;
+ border: 5px solid transparent;
+ border-radius: 9999px;
+ background-color: rgba(255, 255, 255, 0.25);
+ background-clip: padding-box;
+ font-size: 0;
+}
+
+switch:disabled {
+ opacity: 0.5;
+}
+
+switch:checked {
+ background-color: rgba(24, 184, 255, 0.5);
+}
+
+switch image {
+ margin: -8px;
+ -gtk-icon-transform: scale(0);
+}
+
+switch slider {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ min-width: 20px;
+ min-height: 20px;
+ margin: -3px -2px;
+ border-radius: 9999px;
+ box-shadow: 0 0 0 10px transparent, 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #383a3e;
+ color: #383a3e;
+}
+
+switch:hover slider {
+ color: #c5c8c6;
+ box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+switch:focus slider {
+ color: #5f819d;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+switch:focus:hover slider {
+ color: #5f819d;
+ box-shadow: 0 0 0 10px rgba(24, 184, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+switch:checked slider {
+ background-color: #5f819d;
+ color: #5f819d;
+}
+
+switch:checked:hover slider {
+ color: #5f819d;
+ box-shadow: 0 0 0 10px rgba(24, 184, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+row:selected switch {
+ background-color: rgba(255, 255, 255, 0.2);
+}
+
+row:selected switch:checked {
+ background-color: rgba(255, 255, 255, 0.6);
+}
+
+row:selected switch slider {
+ background-color: #98dfff;
+}
+
+row:selected switch:checked slider {
+ animation: none;
+ background-color: #c5c8c6;
+}
+
+.view.content-view.check:not(list),
+.content-view .tile check:not(list) {
+ min-height: 40px;
+ min-width: 40px;
+ margin: 0;
+ padding: 0;
+ box-shadow: none;
+ background-color: transparent;
+ background-image: none;
+}
+
+.view.content-view.check:not(list),
+.content-view .tile check:not(list) {
+ -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png"));
+}
+
+.view.content-view.check:not(list):checked,
+.content-view .tile check:not(list):checked {
+ -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png"));
+}
+
+checkbutton,
+radiobutton {
+ outline: none;
+}
+
+checkbutton.text-button,
+radiobutton.text-button {
+ padding: 2px;
+ outline-offset: 0;
+}
+
+checkbutton.text-button label:not(:only-child),
+radiobutton.text-button label:not(:only-child) {
+ margin: 0 4px;
+}
+
+
+checkbutton > check:not(:checked):not(:indeterminate),
+radiobutton > radio:not(:checked):not(:indeterminate) {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+
+checkbutton > check:not(:checked):not(:indeterminate):hover,
+checkbutton > check:not(:checked):not(:indeterminate):active,
+radiobutton > radio:not(:checked):not(:indeterminate):hover,
+radiobutton > radio:not(:checked):not(:indeterminate):active {
+ color: #c5c8c6;
+}
+
+
+checkbutton > check:not(:checked):not(:indeterminate):disabled,
+radiobutton > radio:not(:checked):not(:indeterminate):disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+row check:selected,
+row radio:selected, row check:selected:active,
+row radio:selected:active, row check:selected:checked,
+row radio:selected:checked, row check:selected:indeterminate,
+row radio:selected:indeterminate, row check:selected:focus,
+row radio:selected:focus, row check:selected:focus:active,
+row radio:selected:focus:active, row check:selected:focus:checked,
+row radio:selected:focus:checked, row check:selected:focus:indeterminate,
+row radio:selected:focus:indeterminate, treeview.view check:selected,
+treeview.view radio:selected, treeview.view check:selected:active,
+treeview.view radio:selected:active, treeview.view check:selected:checked,
+treeview.view radio:selected:checked, treeview.view check:selected:indeterminate,
+treeview.view radio:selected:indeterminate, treeview.view check:selected:focus,
+treeview.view radio:selected:focus, treeview.view check:selected:focus:active,
+treeview.view radio:selected:focus:active, treeview.view check:selected:focus:checked,
+treeview.view radio:selected:focus:checked, treeview.view check:selected:focus:indeterminate,
+treeview.view radio:selected:focus:indeterminate, row.activatable check:selected,
+row.activatable radio:selected, row.activatable check:selected:active,
+row.activatable radio:selected:active, row.activatable check:selected:checked,
+row.activatable radio:selected:checked, row.activatable check:selected:indeterminate,
+row.activatable radio:selected:indeterminate, row.activatable check:selected:focus,
+row.activatable radio:selected:focus, row.activatable check:selected:focus:active,
+row.activatable radio:selected:focus:active, row.activatable check:selected:focus:checked,
+row.activatable radio:selected:focus:checked, row.activatable check:selected:focus:indeterminate,
+row.activatable radio:selected:focus:indeterminate, row checkbutton check:selected, row checkbutton check:selected:active, row checkbutton check:selected:checked, row checkbutton check:selected:indeterminate, row checkbutton check:selected:focus, row checkbutton check:selected:focus:active, row checkbutton check:selected:focus:checked, row checkbutton check:selected:focus:indeterminate, treeview.view checkbutton check:selected, treeview.view checkbutton check:selected:active, treeview.view checkbutton check:selected:checked, treeview.view checkbutton check:selected:indeterminate, treeview.view checkbutton check:selected:focus, treeview.view checkbutton check:selected:focus:active, treeview.view checkbutton check:selected:focus:checked, treeview.view checkbutton check:selected:focus:indeterminate, row.activatable checkbutton check:selected, row.activatable checkbutton check:selected:active, row.activatable checkbutton check:selected:checked, row.activatable checkbutton check:selected:indeterminate, row.activatable checkbutton check:selected:focus, row.activatable checkbutton check:selected:focus:active, row.activatable checkbutton check:selected:focus:checked, row.activatable checkbutton check:selected:focus:indeterminate, row radiobutton radio:selected, row radiobutton radio:selected:active, row radiobutton radio:selected:checked, row radiobutton radio:selected:indeterminate, row radiobutton radio:selected:focus, row radiobutton radio:selected:focus:active, row radiobutton radio:selected:focus:checked, row radiobutton radio:selected:focus:indeterminate, treeview.view radiobutton radio:selected, treeview.view radiobutton radio:selected:active, treeview.view radiobutton radio:selected:checked, treeview.view radiobutton radio:selected:indeterminate, treeview.view radiobutton radio:selected:focus, treeview.view radiobutton radio:selected:focus:active, treeview.view radiobutton radio:selected:focus:checked, treeview.view radiobutton radio:selected:focus:indeterminate, row.activatable radiobutton radio:selected, row.activatable radiobutton radio:selected:active, row.activatable radiobutton radio:selected:checked, row.activatable radiobutton radio:selected:indeterminate, row.activatable radiobutton radio:selected:focus, row.activatable radiobutton radio:selected:focus:active, row.activatable radiobutton radio:selected:focus:checked, row.activatable radiobutton radio:selected:focus:indeterminate {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+row check:selected:disabled,
+row radio:selected:disabled, row check:selected:active:disabled,
+row radio:selected:active:disabled, row check:selected:checked:disabled,
+row radio:selected:checked:disabled, row check:selected:indeterminate:disabled,
+row radio:selected:indeterminate:disabled, row check:selected:focus:disabled,
+row radio:selected:focus:disabled, row check:selected:focus:active:disabled,
+row radio:selected:focus:active:disabled, row check:selected:focus:checked:disabled,
+row radio:selected:focus:checked:disabled, row check:selected:focus:indeterminate:disabled,
+row radio:selected:focus:indeterminate:disabled, treeview.view check:selected:disabled,
+treeview.view radio:selected:disabled, treeview.view check:selected:active:disabled,
+treeview.view radio:selected:active:disabled, treeview.view check:selected:checked:disabled,
+treeview.view radio:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled,
+treeview.view radio:selected:indeterminate:disabled, treeview.view check:selected:focus:disabled,
+treeview.view radio:selected:focus:disabled, treeview.view check:selected:focus:active:disabled,
+treeview.view radio:selected:focus:active:disabled, treeview.view check:selected:focus:checked:disabled,
+treeview.view radio:selected:focus:checked:disabled, treeview.view check:selected:focus:indeterminate:disabled,
+treeview.view radio:selected:focus:indeterminate:disabled, row.activatable check:selected:disabled,
+row.activatable radio:selected:disabled, row.activatable check:selected:active:disabled,
+row.activatable radio:selected:active:disabled, row.activatable check:selected:checked:disabled,
+row.activatable radio:selected:checked:disabled, row.activatable check:selected:indeterminate:disabled,
+row.activatable radio:selected:indeterminate:disabled, row.activatable check:selected:focus:disabled,
+row.activatable radio:selected:focus:disabled, row.activatable check:selected:focus:active:disabled,
+row.activatable radio:selected:focus:active:disabled, row.activatable check:selected:focus:checked:disabled,
+row.activatable radio:selected:focus:checked:disabled, row.activatable check:selected:focus:indeterminate:disabled,
+row.activatable radio:selected:focus:indeterminate:disabled, row checkbutton check:selected:disabled, row checkbutton check:selected:active:disabled, row checkbutton check:selected:checked:disabled, row checkbutton check:selected:indeterminate:disabled, row checkbutton check:selected:focus:disabled, row checkbutton check:selected:focus:active:disabled, row checkbutton check:selected:focus:checked:disabled, row checkbutton check:selected:focus:indeterminate:disabled, treeview.view checkbutton check:selected:disabled, treeview.view checkbutton check:selected:active:disabled, treeview.view checkbutton check:selected:checked:disabled, treeview.view checkbutton check:selected:indeterminate:disabled, treeview.view checkbutton check:selected:focus:disabled, treeview.view checkbutton check:selected:focus:active:disabled, treeview.view checkbutton check:selected:focus:checked:disabled, treeview.view checkbutton check:selected:focus:indeterminate:disabled, row.activatable checkbutton check:selected:disabled, row.activatable checkbutton check:selected:active:disabled, row.activatable checkbutton check:selected:checked:disabled, row.activatable checkbutton check:selected:indeterminate:disabled, row.activatable checkbutton check:selected:focus:disabled, row.activatable checkbutton check:selected:focus:active:disabled, row.activatable checkbutton check:selected:focus:checked:disabled, row.activatable checkbutton check:selected:focus:indeterminate:disabled, row radiobutton radio:selected:disabled, row radiobutton radio:selected:active:disabled, row radiobutton radio:selected:checked:disabled, row radiobutton radio:selected:indeterminate:disabled, row radiobutton radio:selected:focus:disabled, row radiobutton radio:selected:focus:active:disabled, row radiobutton radio:selected:focus:checked:disabled, row radiobutton radio:selected:focus:indeterminate:disabled, treeview.view radiobutton radio:selected:disabled, treeview.view radiobutton radio:selected:active:disabled, treeview.view radiobutton radio:selected:checked:disabled, treeview.view radiobutton radio:selected:indeterminate:disabled, treeview.view radiobutton radio:selected:focus:disabled, treeview.view radiobutton radio:selected:focus:active:disabled, treeview.view radiobutton radio:selected:focus:checked:disabled, treeview.view radiobutton radio:selected:focus:indeterminate:disabled, row.activatable radiobutton radio:selected:disabled, row.activatable radiobutton radio:selected:active:disabled, row.activatable radiobutton radio:selected:checked:disabled, row.activatable radiobutton radio:selected:indeterminate:disabled, row.activatable radiobutton radio:selected:focus:disabled, row.activatable radiobutton radio:selected:focus:active:disabled, row.activatable radiobutton radio:selected:focus:checked:disabled, row.activatable radiobutton radio:selected:focus:indeterminate:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+row check:selected:hover,
+row radio:selected:hover, treeview.view check:selected:hover,
+treeview.view radio:selected:hover, row checkbutton check:selected:hover, row checkbutton check:selected:focus:hover, treeview.view checkbutton check:selected:hover, treeview.view checkbutton check:selected:focus:hover, row.activatable checkbutton check:selected:hover, row.activatable checkbutton check:selected:focus:hover, row radiobutton radio:selected:hover, row radiobutton radio:selected:focus:hover, treeview.view radiobutton radio:selected:hover, treeview.view radiobutton radio:selected:focus:hover, row.activatable radiobutton radio:selected:hover, row.activatable radiobutton radio:selected:focus:hover {
+ color: #c5c8c6;
+}
+
+row check:selected:hover:disabled,
+row radio:selected:hover:disabled, treeview.view check:selected:hover:disabled,
+treeview.view radio:selected:hover:disabled, row checkbutton check:selected:hover:disabled, row checkbutton check:selected:focus:hover:disabled, treeview.view checkbutton check:selected:hover:disabled, treeview.view checkbutton check:selected:focus:hover:disabled, row.activatable checkbutton check:selected:hover:disabled, row.activatable checkbutton check:selected:focus:hover:disabled, row radiobutton radio:selected:hover:disabled, row radiobutton radio:selected:focus:hover:disabled, treeview.view radiobutton radio:selected:hover:disabled, treeview.view radiobutton radio:selected:focus:hover:disabled, row.activatable radiobutton radio:selected:hover:disabled, row.activatable radiobutton radio:selected:focus:hover:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+check,
+radio {
+ min-height: 24px;
+ min-width: 24px;
+ margin: -8px;
+ padding: 8px;
+}
+
+check:checked, check:indeterminate,
+radio:checked,
+radio:indeterminate {
+ color: #5f819d;
+}
+
+check:checked:hover, check:indeterminate:hover,
+radio:checked:hover,
+radio:indeterminate:hover {
+ box-shadow: inset 0 0 0 9999px alpha(#5f819d, 0.15);
+}
+
+check:checked:disabled, check:indeterminate:disabled,
+radio:checked:disabled,
+radio:indeterminate:disabled {
+ color: alpha(#5f819d, 0.3);
+}
+
+check:not(:hover):focus,
+radio:not(:hover):focus {
+ box-shadow: inset 0 0 0 9999px transparent;
+}
+
+popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled {
+ transition: none;
+ box-shadow: none;
+ background-image: none;
+}
+
+popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) {
+ margin-left: -16px;
+ margin-right: -8px;
+}
+
+popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) {
+ margin-left: -8px;
+ margin-right: -16px;
+}
+
+menu menuitem check, menu menuitem radio {
+ transition: none;
+ margin: 0;
+ padding: 0;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) {
+ margin-right: 8px;
+}
+
+menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) {
+ margin-left: 8px;
+}
+
+menu menuitem check:hover, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio:hover, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover {
+ color: #c5c8c6;
+}
+
+menu menuitem check:disabled, menu menuitem radio:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+menu menuitem check:checked, menu menuitem check:indeterminate, menu menuitem radio:checked, menu menuitem radio:indeterminate {
+ color: #5f819d;
+}
+
+menu menuitem check:checked:disabled, menu menuitem check:indeterminate:disabled, menu menuitem radio:checked:disabled, menu menuitem radio:indeterminate:disabled {
+ color: alpha(#5f819d, 0.3);
+}
+
+
+check {
+ -gtk-icon-source: -gtk-scaled(url("assets/scalable/checkbox-unchecked-symbolic-dark.svg"), url("assets/scalable/checkbox-unchecked-symbolic-dark@2.svg"));
+}
+
+
+check:checked {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg"));
+}
+
+
+check:indeterminate {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg"));
+}
+
+
+radio {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg"));
+ border-image-slice: 20;
+ border-image-width: 20px;
+}
+
+
+radio:indeterminate {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg"));
+}
+
+
+radio {
+ border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#5f819d), to(transparent));
+}
+
+
+radio:checked:not(:indeterminate) {
+ border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(#5f819d), to(transparent));
+}
+
+
+radio:checked:not(:indeterminate):disabled {
+ border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(alpha(#5f819d, 0.3)), to(transparent));
+}
+
+#MozillaGtkWidget.background > widget > checkbutton > check, window.background:not(.csd) > widget > checkbutton > check,
+menu menuitem check {
+ min-height: 16px;
+ min-width: 16px;
+ border-radius: 2px;
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg"));
+}
+
+#MozillaGtkWidget.background > widget > checkbutton > check:checked, window.background:not(.csd) > widget > checkbutton > check:checked,
+menu menuitem check:checked {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg"));
+}
+
+#MozillaGtkWidget.background > widget > checkbutton > check:indeterminate, window.background:not(.csd) > widget > checkbutton > check:indeterminate,
+menu menuitem check:indeterminate {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg"));
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio, window.background:not(.csd) > widget > radiobutton > radio,
+menu menuitem radio {
+ min-height: 16px;
+ min-width: 16px;
+ border-image: none;
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg"));
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:checked, window.background:not(.csd) > widget > radiobutton > radio:checked,
+menu menuitem radio:checked {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg"));
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate, window.background:not(.csd) > widget > radiobutton > radio:indeterminate,
+menu menuitem radio:indeterminate {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg"));
+}
+
+treeview.view check,
+treeview.view radio {
+ padding: 0;
+}
+
+treeview.view check:hover,
+treeview.view radio:hover {
+ box-shadow: none;
+ background-image: none;
+ background-color: transparent;
+}
+
+treeview.view check:hover:disabled,
+treeview.view radio:hover:disabled {
+ box-shadow: none;
+}
+
+treeview.view check:hover:selected,
+treeview.view radio:hover:selected {
+ box-shadow: none;
+}
+
+treeview.view check,
+treeview.view radio {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+treeview.view check:hover, treeview.view check:active,
+treeview.view radio:hover,
+treeview.view radio:active {
+ color: #c5c8c6;
+}
+
+treeview.view check:disabled,
+treeview.view radio:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+treeview.view check:checked, treeview.view check:indeterminate,
+treeview.view radio:checked,
+treeview.view radio:indeterminate {
+ color: #5f819d;
+}
+
+treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled,
+treeview.view radio:checked:disabled,
+treeview.view radio:indeterminate:disabled {
+ color: alpha(#5f819d, 0.3);
+}
+
+treeview.view radio:checked {
+ -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg"));
+ border-image: none;
+}
+
+scale {
+ min-height: 4px;
+ min-width: 4px;
+ padding: 16px;
+}
+
+scale slider {
+ min-height: 32px;
+ min-width: 32px;
+ margin: -15px;
+}
+
+scale trough {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1);
+ outline: none;
+ background-color: rgba(255, 255, 255, 0.3);
+}
+
+scale trough:disabled {
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+scale highlight {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: #5f819d;
+}
+
+scale highlight:disabled {
+ background-color: transparent;
+}
+
+scale fill {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: rgba(255, 255, 255, 0.3);
+}
+
+scale fill:disabled {
+ background-color: transparent;
+}
+
+scale slider {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: auto, 1000% 1000%;
+ border-radius: 100%;
+ color: transparent;
+}
+
+scale slider {
+ background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale slider:disabled {
+ background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale slider:hover {
+ background-color: rgba(24, 184, 255, 0.1);
+}
+
+scale slider:focus {
+ background-color: rgba(24, 184, 255, 0.12);
+}
+
+scale slider:focus:hover {
+ background-color: rgba(24, 184, 255, 0.16);
+}
+
+scale slider:active {
+ transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: scale_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ background-size: auto, 0% 0%;
+ background-color: rgba(24, 184, 255, 0.12);
+ color: rgba(24, 184, 255, 0.15);
+}
+
+scale.fine-tune slider {
+ background-size: calc(100% - 12px);
+}
+
+scale marks label,
+scale value {
+ color: alpha(currentColor, 0.45);
+}
+
+scale marks {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+scale marks.top {
+ margin-bottom: 7px;
+ margin-top: -15px;
+}
+
+scale marks.bottom {
+ margin-top: 7px;
+ margin-bottom: -15px;
+}
+
+scale marks.top {
+ margin-right: 7px;
+ margin-left: -15px;
+}
+
+scale marks.bottom {
+ margin-left: 7px;
+ margin-right: -15px;
+}
+
+scale.horizontal indicator {
+ min-height: 8px;
+ min-width: 1px;
+}
+
+scale.vertical indicator {
+ min-height: 1px;
+ min-width: 8px;
+}
+
+scale.horizontal.marks-before:not(.marks-after) slider {
+ background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.horizontal.marks-before:not(.marks-after) slider:disabled {
+ background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.horizontal.marks-after:not(.marks-before) slider {
+ background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.horizontal.marks-after:not(.marks-before) slider:disabled {
+ background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.vertical.marks-before:not(.marks-after) slider {
+ background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.vertical.marks-before:not(.marks-after) slider:disabled {
+ background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.vertical.marks-after:not(.marks-before) slider {
+ background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.vertical.marks-after:not(.marks-before) slider:disabled {
+ background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%);
+}
+
+scale.color {
+ min-height: 0;
+ min-width: 0;
+}
+
+scale.color.horizontal {
+ padding: 0 0 12px 0;
+}
+
+scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) {
+ margin-bottom: -16px;
+ margin-top: -6px;
+}
+
+scale.color.vertical:dir(ltr) {
+ padding: 0 0 0 12px;
+}
+
+scale.color.vertical:dir(ltr) slider {
+ margin-left: -16px;
+ margin-right: -6px;
+}
+
+scale.color.vertical:dir(rtl) {
+ padding: 0 12px 0 0;
+}
+
+scale.color.vertical:dir(rtl) slider {
+ margin-right: -16px;
+ margin-left: -6px;
+}
+
+progressbar {
+ color: rgba(255, 255, 255, 0.45);
+ font-size: smaller;
+}
+
+progressbar.horizontal trough,
+progressbar.horizontal progress {
+ min-height: 4px;
+}
+
+progressbar.vertical trough,
+progressbar.vertical progress {
+ min-width: 4px;
+}
+
+progressbar trough {
+ background-color: alpha(#f58f44, 0.3);
+ border-radius: 6px;
+}
+
+progressbar progress {
+ background-color: #f58f44;
+ border-radius: 6px;
+}
+
+levelbar block {
+ min-width: 36px;
+ min-height: 4px;
+}
+
+levelbar.vertical block {
+ min-width: 4px;
+ min-height: 36px;
+}
+
+levelbar trough {
+ padding: 2px;
+ border-radius: 6px;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+levelbar trough:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+levelbar.horizontal.discrete block {
+ margin: 0 1px;
+}
+
+levelbar.vertical.discrete block {
+ margin: 1px 0;
+}
+
+levelbar.horizontal.discrete trough {
+ padding: 2px 1px;
+}
+
+levelbar.vertical.discrete trough {
+ padding: 1px 2px;
+}
+
+levelbar block.low {
+ background-color: #f0c674;
+}
+
+levelbar block.high, levelbar block:not(.empty) {
+ background-color: #f58f44;
+}
+
+levelbar block.full {
+ background-color: #81C995;
+}
+
+levelbar block.empty {
+ background-color: rgba(255, 255, 255, 0.3);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+printdialog paper {
+ padding: 0;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+printdialog .dialog-action-box {
+ margin: 12px;
+}
+
+frame > border,
+.frame {
+ margin: 0;
+ padding: 0;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ box-shadow: none;
+ border-radius: 3px;
+}
+
+frame.flat > border,
+frame > border.flat,
+.frame.flat {
+ border-style: none;
+}
+
+frame {
+ border-radius: 3px;
+ border: none;
+}
+
+frame > label {
+ margin: 4px;
+}
+
+frame list {
+ border-radius: 3px;
+}
+
+frame list > row:first-child {
+ border-radius: 3px 3px 0 0;
+}
+
+frame list > row:last-child {
+ border-radius: 0 0 3px 3px;
+}
+
+leaflet > stack > frame list,
+frame viewport.frame > list {
+ border-radius: 0;
+}
+
+leaflet > stack > frame list > row:first-child,
+frame viewport.frame > list > row:first-child {
+ border-radius: 0 0 0 0;
+}
+
+leaflet > stack > frame list > row:last-child,
+frame viewport.frame > list > row:last-child {
+ border-radius: 0 0 0 0;
+}
+
+actionbar > revealer > box {
+ padding: 6px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+scrolledwindow viewport.frame {
+ border-style: none;
+}
+
+overshoot.top {
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(alpha(#f58f44, 0.3)), to(transparent));
+ background-repeat: no-repeat;
+ background-position: center top;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+overshoot.bottom {
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(alpha(#f58f44, 0.3)), to(transparent));
+ background-repeat: no-repeat;
+ background-position: center bottom;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+overshoot.left {
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(alpha(#f58f44, 0.3)), to(transparent));
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+overshoot.right {
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(alpha(#f58f44, 0.3)), to(transparent));
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+undershoot.top {
+ background-color: transparent;
+ background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-top: 1px;
+ background-size: 12px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: left top;
+}
+
+undershoot.bottom {
+ background-color: transparent;
+ background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-bottom: 1px;
+ background-size: 12px 1px;
+ background-repeat: repeat-x;
+ background-origin: content-box;
+ background-position: left bottom;
+}
+
+undershoot.left {
+ background-color: transparent;
+ background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-left: 1px;
+ background-size: 1px 12px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: left top;
+}
+
+undershoot.right {
+ background-color: transparent;
+ background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%);
+ padding-right: 1px;
+ background-size: 1px 12px;
+ background-repeat: repeat-y;
+ background-origin: content-box;
+ background-position: right top;
+}
+
+junction {
+ border-style: solid none none solid;
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+junction:dir(rtl) {
+ border-style: solid solid none none;
+}
+
+separator {
+ min-width: 1px;
+ min-height: 1px;
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+separator.selection-mode.sidebar {
+ background-color: #f58f44;
+ border-color: #f58f44;
+}
+
+list {
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+list.content:not(.conversation-listbox) {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 3px;
+}
+
+list.content:not(.conversation-listbox) > row:not(:first-child) {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+list row {
+ padding: 2px;
+}
+
+.budgie-menu button, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-image: none;
+}
+
+.budgie-menu button:hover, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:hover, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.budgie-menu button.has-open-popup, .background.budgie-popover scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-menu button:active, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:active, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active {
+ background-color: rgba(255, 255, 255, 0.3);
+ color: #c5c8c6;
+}
+
+.budgie-menu button:selected:hover, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:selected:hover, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected:hover, treeview.view header button:selected:hover, row.activatable:selected:hover {
+ background-color: #5a95f5;
+}
+
+.app-notification {
+ margin: 8px;
+}
+
+.app-notification.frame,
+.app-notification border {
+ border-style: none;
+}
+
+expander arrow {
+ transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
+ min-width: 16px;
+ min-height: 16px;
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ -gtk-icon-transform: rotate(-90deg);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+expander arrow:dir(rtl) {
+ -gtk-icon-transform: rotate(90deg);
+}
+
+expander arrow:checked {
+ -gtk-icon-transform: unset;
+}
+
+expander arrow:hover, expander arrow:active {
+ color: #c5c8c6;
+}
+
+expander arrow:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+expander arrow:selected {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+expander arrow:selected:hover, expander arrow:selected:active {
+ color: #c5c8c6;
+}
+
+expander arrow:selected:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+calendar {
+ margin: 2px;
+ padding: 2px 6px;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ color: #c5c8c6;
+}
+
+calendar:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+calendar:selected {
+ border-radius: 3px;
+}
+
+calendar.header {
+ border-style: none none solid;
+ border-radius: 0;
+}
+
+calendar.button {
+ border-radius: 3px;
+}
+
+calendar.highlight {
+ color: alpha(currentColor, 0.45);
+ font-weight: 500;
+}
+
+calendar:indeterminate {
+ color: alpha(currentColor, 0.3);
+}
+
+messagedialog.background {
+ background-color: #383a3e;
+}
+
+messagedialog .titlebar {
+ min-height: 24px;
+ border-style: none;
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #383a3e;
+ color: #c5c8c6;
+}
+
+messagedialog .titlebar:backdrop {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button {
+ padding: 4px 12px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button:first-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button:last-child {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action {
+ color: #f58f44;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:hover {
+ color: #f58f44;
+ background-color: transparent;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ color: #c5c8c6;
+ border-color: rgba(66, 133, 244, 0.75);
+ box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.5);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.5) 10%, transparent 0%);
+ background-size: 0% 0%;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:disabled {
+ opacity: 0.65;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action {
+ color: #cc6666;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:hover {
+ color: #cc6666;
+ background-color: transparent;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ color: #c5c8c6;
+ border-color: rgba(255, 82, 82, 0.75);
+ box-shadow: inset 0 0 0 9999px rgba(255, 82, 82, 0.5);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 82, 82, 0.5) 10%, transparent 0%);
+ background-size: 0% 0%;
+}
+
+messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:disabled {
+ opacity: 0.65;
+}
+
+messagedialog.csd.background {
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+messagedialog.csd .linked:not(.vertical).dialog-action-area > button {
+ padding: 8px 16px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+}
+
+messagedialog.csd .linked:not(.vertical).dialog-action-area > button:first-child {
+ border-bottom-left-radius: 2px;
+ border-top-left-radius: 0;
+}
+
+messagedialog.csd .linked:not(.vertical).dialog-action-area > button:last-child {
+ border-bottom-right-radius: 2px;
+ border-top-right-radius: 0;
+}
+
+filechooser .dialog-action-box {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+filechooser #pathbarbox {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+filechooserbutton:drop(active) {
+ box-shadow: none;
+}
+
+.sidebar {
+ border-style: none;
+ background-color: #383a3e;
+}
+
+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 .sidebar:dir(rtl), 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 row {
+ transition: none;
+}
+
+.sidebar separator,
+.sidebar .separator {
+ min-height: 0;
+ border-color: transparent;
+ background-color: transparent;
+}
+
+paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
+ border-style: none;
+}
+
+separator.sidebar {
+ min-width: 0;
+ padding: 0;
+}
+
+headerbar > separator.sidebar:dir(ltr), headerbar > separator.sidebar.left, headerbar > separator.sidebar.left:dir(rtl) {
+ border-right: none;
+}
+
+headerbar > separator.sidebar:dir(rtl), headerbar > separator.sidebar.right {
+ border-left: none;
+ border-right-style: none;
+}
+
+stacksidebar row {
+ padding: 10px 6px;
+ transition: none;
+}
+
+stacksidebar row > label {
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+placessidebar {
+ background-color: #191919;
+}
+
+placessidebar > viewport.frame {
+ border-style: none;
+}
+
+placessidebar list {
+ padding: 1px 0 4px;
+}
+
+placessidebar row {
+ min-height: 32px;
+ margin: -1px 0;
+ padding: 0;
+}
+
+placessidebar row > revealer {
+ padding: 0 12px;
+}
+
+placessidebar row:selected {
+ color: #c5c8c6;
+}
+
+placessidebar row:selected button.sidebar-button {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+placessidebar row:selected button.sidebar-button:hover, placessidebar row:selected button.sidebar-button:active, placessidebar row:selected button.sidebar-button:checked {
+ background-color: rgba(255, 255, 255, 0.3);
+ color: #c5c8c6;
+}
+
+placessidebar row:selected button.sidebar-button:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+placessidebar row:selected button.sidebar-button:checked:disabled {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+placessidebar row:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+placessidebar row image.sidebar-icon {
+ opacity: 0.45;
+}
+
+placessidebar row image.sidebar-icon:dir(ltr) {
+ padding-right: 8px;
+}
+
+placessidebar row image.sidebar-icon:dir(rtl) {
+ padding-left: 8px;
+}
+
+placessidebar row label.sidebar-label:dir(ltr) {
+ padding-right: 2px;
+}
+
+placessidebar row label.sidebar-label:dir(rtl) {
+ padding-left: 2px;
+}
+
+placessidebar row.sidebar-placeholder-row {
+ min-height: 2px;
+ padding: 0 8px;
+ background-image: image(#5f819d);
+ background-clip: content-box;
+}
+
+placessidebar row.sidebar-new-bookmark-row {
+ color: #5f819d;
+}
+
+placessidebar row:drop(active):not(:disabled) {
+ box-shadow: inset 0 0 0 2px #5f819d;
+}
+
+placesview .server-list-button > image {
+ -gtk-icon-transform: rotate(0turn);
+}
+
+placesview .server-list-button:checked > image {
+ -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: image(#f58f44);
+ background-size: 1px 1px;
+}
+
+paned > separator.wide {
+ min-width: 6px;
+ min-height: 6px;
+ background-color: #191919;
+ background-image: image(#f58f44), image(#f58f44);
+ 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;
+}
+
+infobar.info > revealer > box {
+ background-color: #66BB6A;
+}
+
+infobar.question > revealer > box {
+ background-color: #42A5F5;
+}
+
+infobar.warning > revealer > box {
+ background-color: #f0c674;
+}
+
+infobar.error > revealer > box {
+ background-color: #a54242;
+}
+
+infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error {
+ color: #c5c8c6;
+}
+
+infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link {
+ color: #c5c8c6;
+}
+
+window.background stack scrolledwindow infobar button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0);
+ border: 1px solid rgba(255, 255, 255, 0.5);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button.flat, infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button.flat:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled {
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button.flat:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, window.background stack scrolledwindow infobar button.flat:disabled label, infobar.info button.flat:disabled label, infobar.question button.flat:disabled label, infobar.warning button.flat:disabled label, infobar.error button.flat:disabled label {
+ color: rgba(255, 255, 255, 0.4);
+}
+
+window.background stack scrolledwindow infobar button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.2);
+ border-color: rgba(255, 255, 255, 0.8);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, window.background stack scrolledwindow infobar button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.1);
+ border-color: rgba(255, 255, 255, 0.8);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled {
+ background-color: rgba(255, 255, 255, 0);
+ border-color: rgba(255, 255, 255, 0.4);
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow infobar button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, window.background stack scrolledwindow infobar button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label {
+ color: rgba(255, 255, 255, 0.5);
+}
+
+window.background stack scrolledwindow infobar button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, window.background stack scrolledwindow infobar button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.4);
+ box-shadow: none;
+}
+
+tooltip {
+ border-radius: 2px;
+ box-shadow: none;
+}
+
+tooltip.background {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: alpha(#191919, 0.9);
+}
+
+tooltip:not(.csd) {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 3px;
+ background-clip: border-box;
+}
+
+tooltip decoration {
+ background-color: transparent;
+}
+
+tooltip label {
+ min-height: 20px;
+ padding: 0 2px;
+}
+
+colorswatch.top {
+ border-top-left-radius: 3.5px;
+ border-top-right-radius: 3.5px;
+}
+
+colorswatch.top overlay {
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+}
+
+colorswatch.bottom {
+ border-bottom-left-radius: 3.5px;
+ border-bottom-right-radius: 3.5px;
+}
+
+colorswatch.bottom overlay {
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+colorswatch.left, colorswatch:first-child:not(.top) {
+ border-top-left-radius: 3.5px;
+ border-bottom-left-radius: 3.5px;
+}
+
+colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+}
+
+colorswatch.right, colorswatch:last-child:not(.bottom) {
+ border-top-right-radius: 3.5px;
+ border-bottom-right-radius: 3.5px;
+}
+
+colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+colorswatch.dark overlay {
+ color: #c5c8c6;
+}
+
+colorswatch.light overlay {
+ color: #c5c8c6;
+}
+
+colorswatch.dark {
+ color: #c5c8c6;
+}
+
+colorswatch.light {
+ color: #c5c8c6;
+}
+
+colorswatch:drop(active) {
+ box-shadow: none;
+}
+
+colorswatch:drop(active).light overlay {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), 0 0 0 2px #5f819d;
+}
+
+colorswatch:drop(active).dark overlay {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), 0 0 0 2px #5f819d;
+}
+
+colorswatch overlay {
+ transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+colorswatch overlay:hover {
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+}
+
+colorswatch#add-color-button {
+ border-radius: 3px 3px 0 0;
+ color: #c5c8c6;
+}
+
+colorswatch#add-color-button:only-child {
+ border-radius: 3px;
+}
+
+colorswatch#add-color-button overlay {
+ background-image: linear-gradient(to right, #a54242 25%, #f0c674 25%, #f0c674 50%, #66BB6A 50%, #66BB6A 75%, #42A5F5 75%);
+ color: #c5c8c6;
+}
+
+colorswatch:disabled {
+ opacity: 0.3;
+}
+
+colorswatch:disabled overlay {
+ box-shadow: none;
+}
+
+colorswatch#editor-color-sample {
+ border-radius: 3.5px;
+}
+
+colorswatch#editor-color-sample overlay {
+ border-radius: 3px;
+}
+
+colorchooser .popover.osd {
+ transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border-radius: 2px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #191919;
+}
+
+colorchooser .popover.osd:backdrop {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+.content-view {
+ background-color: #191919;
+}
+
+decoration {
+ transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border-radius: 3px 3px 0 0;
+ box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px rgba(0, 0, 0, 0), 0 6px 18px 5px rgba(0, 0, 0, 0);
+ margin: 4px;
+}
+
+decoration:backdrop {
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12), 0 16px 16px 2px rgba(0, 0, 0, 0), 0 6px 18px 5px rgba(0, 0, 0, 0);
+}
+
+.maximized decoration, .fullscreen decoration, .tiled decoration {
+ border-radius: 0;
+}
+
+.popup decoration {
+ box-shadow: none;
+}
+
+.ssd decoration {
+ box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
+}
+
+.csd.popup decoration {
+ border-radius: 3px;
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12);
+}
+
+tooltip.csd decoration {
+ border-radius: 3px;
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12);
+}
+
+messagedialog.csd decoration {
+ border-radius: 3px;
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12);
+}
+
+.solid-csd decoration {
+ margin: 0;
+ padding: 1px 2px 2px;
+ border: 1px solid #1e1f21;
+ border-radius: 0;
+ box-shadow: inset 0 0 0 2px #191919, inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #f58f44;
+}
+
+.budgie-menu button:checked, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .view:selected, textview text selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected,
+.menuitem.button.flat:selected, .budgie-menu button:selected, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:selected, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected, treeview.view header button:selected, row.activatable:selected, calendar:selected {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+.budgie-menu button:disabled:checked, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .view:disabled:selected, textview text selection:disabled, iconview:disabled:selected, flowbox flowboxchild:disabled:selected, entry selection:disabled, modelbutton.flat:disabled:selected,
+.menuitem.button.flat:disabled:selected, .budgie-menu button:disabled:selected, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:disabled:selected, treeview.view header button:disabled:selected, row.activatable:disabled:selected, calendar:disabled:selected {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.monospace {
+ font-family: monospace;
+}
+
+window.background.chromium headerbar.titlebar button.titlebutton, .csd headerbar:not(.default-decoration) button.titlebutton.close, .csd headerbar:not(.default-decoration) button.titlebutton.maximize, .csd headerbar:not(.default-decoration) button.titlebutton.minimize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize, headerbar button.titlebutton.close, .csd headerbar button.titlebutton.close, .solid-csd headerbar button.titlebutton.close, headerbar.default-decoration button.titlebutton.close,
+.titlebar button.titlebutton.close, headerbar button.titlebutton.maximize, .csd headerbar button.titlebutton.maximize, .solid-csd headerbar button.titlebutton.maximize, headerbar.default-decoration button.titlebutton.maximize,
+.titlebar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .csd headerbar button.titlebutton.minimize, .solid-csd headerbar button.titlebutton.minimize, headerbar.default-decoration button.titlebutton.minimize,
+.titlebar button.titlebutton.minimize {
+ margin: 0;
+ padding: 0;
+ min-width: 26px;
+ min-height: 26px;
+ animation: none;
+ box-shadow: none;
+ border: none;
+ color: transparent;
+ background-color: transparent;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 16px 16px;
+}
+
+window.background.chromium headerbar.titlebar button.titlebutton:hover, .csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, headerbar button.titlebutton.close:hover, .csd headerbar button.titlebutton.close:hover, .solid-csd headerbar button.titlebutton.close:hover, headerbar.default-decoration button.titlebutton.close:hover, .csd headerbar.default-decoration button.titlebutton.close:hover,
+.titlebar button.titlebutton.close:hover, .csd .titlebar button.titlebutton.close:hover, .solid-csd .titlebar button.titlebutton.close:hover,
+.titlebar.default-decoration button.titlebutton.close:hover, .csd .titlebar.default-decoration button.titlebutton.close:hover, headerbar button.titlebutton.maximize:hover, .csd headerbar button.titlebutton.maximize:hover, .solid-csd headerbar button.titlebutton.maximize:hover, headerbar.default-decoration button.titlebutton.maximize:hover, .csd headerbar.default-decoration button.titlebutton.maximize:hover,
+.titlebar button.titlebutton.maximize:hover, .csd .titlebar button.titlebutton.maximize:hover, .solid-csd .titlebar button.titlebutton.maximize:hover,
+.titlebar.default-decoration button.titlebutton.maximize:hover, .csd .titlebar.default-decoration button.titlebutton.maximize:hover, headerbar button.titlebutton.minimize:hover, .csd headerbar button.titlebutton.minimize:hover, .solid-csd headerbar button.titlebutton.minimize:hover, headerbar.default-decoration button.titlebutton.minimize:hover, .csd headerbar.default-decoration button.titlebutton.minimize:hover,
+.titlebar button.titlebutton.minimize:hover, .csd .titlebar button.titlebutton.minimize:hover, .solid-csd .titlebar button.titlebutton.minimize:hover,
+.titlebar.default-decoration button.titlebutton.minimize:hover, .csd .titlebar.default-decoration button.titlebutton.minimize:hover, window.background.chromium headerbar.titlebar button.titlebutton:active, .csd headerbar:not(.default-decoration) button.titlebutton.close:active, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, headerbar button.titlebutton.close:active, .csd headerbar button.titlebutton.close:active, .solid-csd headerbar button.titlebutton.close:active, headerbar.default-decoration button.titlebutton.close:active, .csd headerbar.default-decoration button.titlebutton.close:active,
+.titlebar button.titlebutton.close:active, .csd .titlebar button.titlebutton.close:active, .solid-csd .titlebar button.titlebutton.close:active,
+.titlebar.default-decoration button.titlebutton.close:active, .csd .titlebar.default-decoration button.titlebutton.close:active, headerbar button.titlebutton.maximize:active, .csd headerbar button.titlebutton.maximize:active, .solid-csd headerbar button.titlebutton.maximize:active, headerbar.default-decoration button.titlebutton.maximize:active, .csd headerbar.default-decoration button.titlebutton.maximize:active,
+.titlebar button.titlebutton.maximize:active, .csd .titlebar button.titlebutton.maximize:active, .solid-csd .titlebar button.titlebutton.maximize:active,
+.titlebar.default-decoration button.titlebutton.maximize:active, .csd .titlebar.default-decoration button.titlebutton.maximize:active, headerbar button.titlebutton.minimize:active, .csd headerbar button.titlebutton.minimize:active, .solid-csd headerbar button.titlebutton.minimize:active, headerbar.default-decoration button.titlebutton.minimize:active, .csd headerbar.default-decoration button.titlebutton.minimize:active,
+.titlebar button.titlebutton.minimize:active, .csd .titlebar button.titlebutton.minimize:active, .solid-csd .titlebar button.titlebutton.minimize:active,
+.titlebar.default-decoration button.titlebutton.minimize:active, .csd .titlebar.default-decoration button.titlebutton.minimize:active, window.background.chromium headerbar.titlebar button.titlebutton:checked, .csd headerbar:not(.default-decoration) button.titlebutton.close:checked, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:checked, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:checked, headerbar button.titlebutton.close:checked, .csd headerbar button.titlebutton.close:checked, .solid-csd headerbar button.titlebutton.close:checked, headerbar.default-decoration button.titlebutton.close:checked, .csd headerbar.default-decoration button.titlebutton.close:checked,
+.titlebar button.titlebutton.close:checked, .csd .titlebar button.titlebutton.close:checked, .solid-csd .titlebar button.titlebutton.close:checked,
+.titlebar.default-decoration button.titlebutton.close:checked, .csd .titlebar.default-decoration button.titlebutton.close:checked, headerbar button.titlebutton.maximize:checked, .csd headerbar button.titlebutton.maximize:checked, .solid-csd headerbar button.titlebutton.maximize:checked, headerbar.default-decoration button.titlebutton.maximize:checked, .csd headerbar.default-decoration button.titlebutton.maximize:checked,
+.titlebar button.titlebutton.maximize:checked, .csd .titlebar button.titlebutton.maximize:checked, .solid-csd .titlebar button.titlebutton.maximize:checked,
+.titlebar.default-decoration button.titlebutton.maximize:checked, .csd .titlebar.default-decoration button.titlebutton.maximize:checked, headerbar button.titlebutton.minimize:checked, .csd headerbar button.titlebutton.minimize:checked, .solid-csd headerbar button.titlebutton.minimize:checked, headerbar.default-decoration button.titlebutton.minimize:checked, .csd headerbar.default-decoration button.titlebutton.minimize:checked,
+.titlebar button.titlebutton.minimize:checked, .csd .titlebar button.titlebutton.minimize:checked, .solid-csd .titlebar button.titlebutton.minimize:checked,
+.titlebar.default-decoration button.titlebutton.minimize:checked, .csd .titlebar.default-decoration button.titlebutton.minimize:checked {
+ box-shadow: none;
+ border: none;
+ color: transparent;
+ animation: none;
+ transition: background-size 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: transparent;
+ background-size: 22px 22px;
+}
+
+window.background.chromium headerbar.titlebar button.titlebutton:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, headerbar button.titlebutton.close:backdrop,
+.titlebar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop,
+.titlebar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop,
+.titlebar button.titlebutton.minimize:backdrop {
+ opacity: 1;
+ color: transparent;
+}
+
+headerbar button.titlebutton:hover, .csd headerbar button.titlebutton:hover, .solid-csd headerbar button.titlebutton:hover, headerbar.default-decoration button.titlebutton:hover,
+.titlebar button.titlebutton:hover {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: none;
+ box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.3);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.3) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #f58f44;
+}
+
+headerbar button.titlebutton:active, .csd headerbar button.titlebutton:active, .solid-csd headerbar button.titlebutton:active, headerbar.default-decoration button.titlebutton:active,
+.titlebar button.titlebutton:active, headerbar button.titlebutton:checked, .csd headerbar button.titlebutton:checked, .solid-csd headerbar button.titlebutton:checked, headerbar.default-decoration button.titlebutton:checked,
+.titlebar button.titlebutton:checked {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: inset 0 0 0 9999px #f58f44;
+ background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+headerbar button.titlebutton.close, .csd headerbar button.titlebutton.close, .solid-csd headerbar button.titlebutton.close, headerbar.default-decoration button.titlebutton.close,
+.titlebar button.titlebutton.close {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-dark.png"), url("assets/window-assets/titlebutton-close-dark@2.png"));
+}
+
+headerbar button.titlebutton.close:backdrop,
+.titlebar button.titlebutton.close:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-backdrop-dark.png"), url("assets/window-assets/titlebutton-close-backdrop-dark@2.png"));
+}
+
+headerbar button.titlebutton.close:hover,
+.titlebar button.titlebutton.close:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-hover-dark.png"), url("assets/window-assets/titlebutton-close-hover-dark@2.png"));
+}
+
+headerbar button.titlebutton.close:active,
+.titlebar button.titlebutton.close:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-active-dark.png"), url("assets/window-assets/titlebutton-close-active-dark@2.png"));
+}
+
+headerbar button.titlebutton.maximize, .csd headerbar button.titlebutton.maximize, .solid-csd headerbar button.titlebutton.maximize, headerbar.default-decoration button.titlebutton.maximize,
+.titlebar button.titlebutton.maximize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-dark.png"), url("assets/window-assets/titlebutton-maximize-dark@2.png"));
+}
+
+headerbar button.titlebutton.maximize:backdrop,
+.titlebar button.titlebutton.maximize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-backdrop-dark.png"), url("assets/window-assets/titlebutton-maximize-backdrop-dark@2.png"));
+}
+
+headerbar button.titlebutton.maximize:hover,
+.titlebar button.titlebutton.maximize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-hover-dark.png"), url("assets/window-assets/titlebutton-maximize-hover-dark@2.png"));
+}
+
+headerbar button.titlebutton.maximize:active,
+.titlebar button.titlebutton.maximize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-active-dark.png"), url("assets/window-assets/titlebutton-maximize-active-dark@2.png"));
+}
+
+headerbar button.titlebutton.minimize, .csd headerbar button.titlebutton.minimize, .solid-csd headerbar button.titlebutton.minimize, headerbar.default-decoration button.titlebutton.minimize,
+.titlebar button.titlebutton.minimize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-dark.png"), url("assets/window-assets/titlebutton-minimize-dark@2.png"));
+}
+
+headerbar button.titlebutton.minimize:backdrop,
+.titlebar button.titlebutton.minimize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-backdrop-dark.png"), url("assets/window-assets/titlebutton-minimize-backdrop-dark@2.png"));
+}
+
+headerbar button.titlebutton.minimize:hover,
+.titlebar button.titlebutton.minimize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-hover-dark.png"), url("assets/window-assets/titlebutton-minimize-hover-dark@2.png"));
+}
+
+headerbar button.titlebutton.minimize:active,
+.titlebar button.titlebutton.minimize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-active-dark.png"), url("assets/window-assets/titlebutton-minimize-active-dark@2.png"));
+}
+
+.fullscreen headerbar button.titlebutton.maximize,
+.fullscreen .titlebar button.titlebutton.maximize, .maximized headerbar button.titlebutton.maximize,
+.maximized .titlebar button.titlebutton.maximize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-dark.png"), url("assets/window-assets/titlebutton-restore-dark@2.png"));
+}
+
+.fullscreen headerbar button.titlebutton.maximize:backdrop,
+.fullscreen .titlebar button.titlebutton.maximize:backdrop, .maximized headerbar button.titlebutton.maximize:backdrop,
+.maximized .titlebar button.titlebutton.maximize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-backdrop-dark.png"), url("assets/window-assets/titlebutton-restore-backdrop-dark@2.png"));
+}
+
+.fullscreen headerbar button.titlebutton.maximize:hover,
+.fullscreen .titlebar button.titlebutton.maximize:hover, .maximized headerbar button.titlebutton.maximize:hover,
+.maximized .titlebar button.titlebutton.maximize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-hover-dark.png"), url("assets/window-assets/titlebutton-restore-hover-dark@2.png"));
+}
+
+.fullscreen headerbar button.titlebutton.maximize:active,
+.fullscreen .titlebar button.titlebutton.maximize:active, .maximized headerbar button.titlebutton.maximize:active,
+.maximized .titlebar button.titlebutton.maximize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-active-dark.png"), url("assets/window-assets/titlebutton-restore-active-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.close, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-dark.png"), url("assets/window-assets/titlebutton-close-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-backdrop-dark.png"), url("assets/window-assets/titlebutton-close-backdrop-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-hover-dark.png"), url("assets/window-assets/titlebutton-close-hover-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.close:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-active-dark.png"), url("assets/window-assets/titlebutton-close-active-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-dark.png"), url("assets/window-assets/titlebutton-maximize-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-backdrop-dark.png"), url("assets/window-assets/titlebutton-maximize-backdrop-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-hover-dark.png"), url("assets/window-assets/titlebutton-maximize-hover-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-active-dark.png"), url("assets/window-assets/titlebutton-maximize-active-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.minimize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-dark.png"), url("assets/window-assets/titlebutton-minimize-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-backdrop-dark.png"), url("assets/window-assets/titlebutton-minimize-backdrop-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-hover-dark.png"), url("assets/window-assets/titlebutton-minimize-hover-dark@2.png"));
+}
+
+.csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-active-dark.png"), url("assets/window-assets/titlebutton-minimize-active-dark@2.png"));
+}
+
+.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-dark.png"), url("assets/window-assets/titlebutton-restore-dark@2.png"));
+}
+
+.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-backdrop-dark.png"), url("assets/window-assets/titlebutton-restore-backdrop-dark@2.png"));
+}
+
+.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:hover {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-hover-dark.png"), url("assets/window-assets/titlebutton-restore-hover-dark@2.png"));
+}
+
+.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:active {
+ background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-active-dark.png"), url("assets/window-assets/titlebutton-restore-active-dark@2.png"));
+}
+
+cursor-handle {
+ border-radius: 9999px;
+ background-color: #5f819d;
+ background-image: none;
+}
+
+cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
+ padding-left: 6px;
+ border-top-right-radius: 0;
+}
+
+cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
+ padding-right: 6px;
+ border-top-left-radius: 0;
+}
+
+cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
+ -GtkWidget-text-handle-width: 24;
+ -GtkWidget-text-handle-height: 30;
+ -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
+}
+
+.context-menu {
+ font: initial;
+}
+
+.budgie-notification-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .background .raven .expander-button, .background .raven .raven-header:not(.top) button.image-button, .background .raven button.image-button, widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, .nautilus-window headerbar > revealer > button, button.close, button.round-button, button.circular, combobox > .linked:not(.vertical) > button.combo:not(:only-child), check,
+radio {
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px;
+}
+
+row button.circular {
+ margin: 0 5px;
+}
+
+.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nemo-window .floating-bar button,
+.nautilus-window .floating-bar button, spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > button:hover, spinbutton:not(.vertical) > button:active, spinbutton:not(.vertical) > button:checked, spinbutton:not(.vertical) > button:disabled, .linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down, .linked > spinbutton:not(.vertical) > button.down:hover, .linked > spinbutton:not(.vertical) > button.down:active, .linked > spinbutton:not(.vertical) > button.down:checked, .linked > spinbutton:not(.vertical) > button.down:disabled, placessidebar row button.sidebar-button {
+ min-height: 24px;
+ min-width: 24px;
+ padding: 0;
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px;
+}
+
+.keycap {
+ min-width: 12px;
+ min-height: 26px;
+ margin-top: 2px;
+ padding-bottom: 2px;
+ padding-left: 8px;
+ padding-right: 8px;
+ border: solid 1px rgba(255, 255, 255, 0.12);
+ border-radius: 3px;
+ box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+ color: #c5c8c6;
+ font-size: smaller;
+}
+
+:not(decoration):not(window):drop(active) {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 2px #5f819d;
+ caret-color: #5f819d;
+}
+
+stackswitcher button.text-button {
+ min-width: 100px;
+}
+
+stackswitcher button.circular,
+stackswitcher button.text-button.circular {
+ min-width: 36px;
+ min-height: 36px;
+ border-radius: 100px;
+ -gtk-outline-radius: 100px;
+ padding: 0;
+}
+
+popover.emoji-picker {
+ padding: 0;
+}
+
+popover.emoji-picker entry {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+ box-shadow: none;
+}
+
+popover.emoji-picker scrolledwindow {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+button.emoji-section {
+ margin-top: -1px;
+ padding: 0 8px;
+ min-width: 24px;
+ min-height: 36px;
+ border-radius: 0;
+ outline-offset: -6px;
+ box-shadow: none;
+}
+
+button.emoji-section:hover {
+ box-shadow: inset 0 2px rgba(255, 255, 255, 0.3);
+}
+
+button.emoji-section:active {
+ box-shadow: inset 0 2px #f58f44;
+ background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.7) 10%, transparent 0%);
+}
+
+button.emoji-section:checked {
+ box-shadow: inset 0 2px #f58f44;
+ background-color: transparent;
+}
+
+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 {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+}
+
+.emoji widget:hover {
+ font-size: larger;
+}
+
+window.background.csd.unified headerbar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+window.background.csd.unified headerbar.selection-mode {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+window.background.csd.unified > decoration-overlay {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+window.background.csd.unified,
+window.background.csd.unified > decoration,
+window.background.csd.unified > decoration-overlay {
+ border-radius: 3px;
+}
+
+window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay {
+ box-shadow: none;
+}
+
+window.background.csd.unified.tiled,
+window.background.csd.unified.tiled > decoration,
+window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top,
+window.background.csd.unified.tiled-top > decoration,
+window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right,
+window.background.csd.unified.tiled-right > decoration,
+window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom,
+window.background.csd.unified.tiled-bottom > decoration,
+window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left,
+window.background.csd.unified.tiled-left > decoration,
+window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized,
+window.background.csd.unified.maximized > decoration,
+window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen,
+window.background.csd.unified.fullscreen > decoration,
+window.background.csd.unified.fullscreen > decoration-overlay {
+ border-radius: 0;
+}
+
+window.background stack scrolledwindow stackswitcher.stack-switcher, dialog.background .dialog-vbox stackswitcher.stack-switcher, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher, dzldockpaned stackswitcher.linked.stack-switcher {
+ background-color: #383a3e;
+ border-radius: 3px;
+ border: none;
+ padding: 0 8px;
+}
+
+window.background stack scrolledwindow stackswitcher.stack-switcher button, dialog.background .dialog-vbox stackswitcher.stack-switcher button, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button, dzldockpaned stackswitcher.linked.stack-switcher button {
+ margin: 0;
+ border-radius: 0;
+ background-image: none;
+ background-color: transparent;
+ box-shadow: none;
+ transition: 300ms, background-size 0, background-image 0, background-color 0;
+ animation: ripple_effect 300ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0;
+}
+
+window.background stack scrolledwindow stackswitcher.stack-switcher button:hover, dialog.background .dialog-vbox stackswitcher.stack-switcher button:hover, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:hover, dzldockpaned stackswitcher.linked.stack-switcher button:hover {
+ box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5);
+ background-image: none;
+ background-color: transparent;
+}
+
+window.background stack scrolledwindow stackswitcher.stack-switcher button:checked, dialog.background .dialog-vbox stackswitcher.stack-switcher button:checked, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:checked, dzldockpaned stackswitcher.linked.stack-switcher button:checked, window.background stack scrolledwindow stackswitcher.stack-switcher button:active, dialog.background .dialog-vbox stackswitcher.stack-switcher button:active, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:active, dzldockpaned stackswitcher.linked.stack-switcher button:active {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background-image: none;
+ background-color: transparent;
+ box-shadow: none;
+ color: #c5c8c6;
+}
+
+.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button,
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box button {
+ color: rgba(255, 255, 255, 0.7);
+ background-color: transparent;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0;
+}
+
+.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box button:hover {
+ background-color: transparent;
+ color: #c5c8c6;
+ box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.12);
+}
+
+.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked {
+ color: #c5c8c6;
+ background-color: transparent;
+ box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.12);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%);
+}
+
+.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked {
+ background: none;
+ box-shadow: none;
+}
+
+.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:backdrop,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:backdrop, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:backdrop, .nautilus-window headerbar .path-bar-box button:backdrop {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:backdrop:disabled,
+.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:backdrop:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:backdrop:disabled, .nautilus-window headerbar .path-bar-box button:backdrop:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+.nautilus-window headerbar .path-bar-box {
+ margin-top: 6px;
+ margin-bottom: 6px;
+ border-radius: 3px;
+ color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.06);
+}
+
+.nautilus-window headerbar .path-bar-box button {
+ margin: 0;
+}
+
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button,
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child,
+.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.nautilus-window headerbar .path-bar-box.width-maximized {
+ color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.06);
+}
+
+.nautilus-window headerbar .path-bar-box.background.frame {
+ border: none;
+ background-color: transparent;
+}
+
+.nautilus-window,
+.nautilus-window notebook,
+.nautilus-window notebook > stack {
+ background: #191919;
+}
+
+.nautilus-window notebook > header.top tabs,
+.nautilus-window notebook > header.bottom tabs {
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.nautilus-window notebook > header.left tabs,
+.nautilus-window notebook > header.right tabs {
+ padding-top: 0;
+ padding-bottom: 0;
+}
+
+.nautilus-canvas-item {
+ border-radius: 3px;
+}
+
+.nautilus-canvas-item.dim-label, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body, label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle,
+.nautilus-list-dim-label {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.nautilus-canvas-item.dim-label:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus,
+.nautilus-list-dim-label:selected,
+.nautilus-list-dim-label:selected:focus {
+ color: #c5c8c6;
+}
+
+.caja-desktop.caja-canvas-item,
+.nautilus-desktop.nautilus-canvas-item {
+ color: #c5c8c6;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
+}
+
+.caja-desktop.caja-canvas-item:selected,
+.nautilus-desktop.nautilus-canvas-item:selected {
+ text-shadow: none;
+ color: #c5c8c6;
+}
+
+filechooser placessidebar.sidebar separator,
+filechooser placessidebar.sidebar .separator,
+.nautilus-window placessidebar.sidebar separator,
+.nautilus-window placessidebar.sidebar .separator {
+ min-height: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+filechooser placessidebar.sidebar row.sidebar-row,
+.nautilus-window placessidebar.sidebar row.sidebar-row {
+ padding: 0;
+}
+
+filechooser placessidebar.sidebar row.sidebar-row:hover,
+.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
+ transition: none;
+ color: #f58f44;
+ background-color: transparent;
+ box-shadow: inset 3px 0 #f58f44;
+}
+
+filechooser placessidebar.sidebar row.sidebar-row:active,
+.nautilus-window placessidebar.sidebar row.sidebar-row:active {
+ box-shadow: inset 3px 0 #f58f44;
+}
+
+filechooser placessidebar.sidebar row.sidebar-row:backdrop,
+.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop {
+ opacity: 0.85;
+}
+
+filechooser placessidebar.sidebar row.sidebar-row:selected:active,
+.nautilus-window placessidebar.sidebar row.sidebar-row:selected:active {
+ box-shadow: none;
+}
+
+filechooser placessidebar.sidebar row.sidebar-row:selected:hover,
+.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover {
+ box-shadow: none;
+ color: #c5c8c6;
+ background-color: alpha(#f58f44, 0.8);
+}
+
+@keyframes needs_attention_keyframes {
+ from {
+ background-color: transparent;
+ }
+ to {
+ background-color: rgba(255, 255, 255, 0.3);
+ }
+}
+
+.nautilus-operations-button-needs-attention {
+ color: #5f819d;
+ animation: needs_attention_keyframes 100ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate;
+}
+
+.nautilus-operations-button-needs-attention-multiple {
+ color: #5f819d;
+ animation: needs_attention_keyframes 100ms cubic-bezier(0.4, 0, 0.2, 1) 4 alternate;
+}
+
+.nemo-window .floating-bar,
+.nautilus-window .floating-bar {
+ min-height: 32px;
+ padding: 0;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+ background-color: #191919;
+ background-clip: border-box;
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-width 0;
+}
+
+.nemo-window .floating-bar.bottom.left,
+.nautilus-window .floating-bar.bottom.left {
+ border-width: 1px 1px 0 0;
+ border-top-right-radius: 3px;
+}
+
+.nemo-window .floating-bar.bottom.right,
+.nautilus-window .floating-bar.bottom.right {
+ border-width: 1px 0 0 1px;
+ border-top-left-radius: 3px;
+}
+
+.nemo-window .floating-bar button,
+.nautilus-window .floating-bar button {
+ margin: 8px;
+}
+
+.disk-space-display.unknown {
+ background-color: #f0c674;
+}
+
+.disk-space-display.used {
+ background-color: #f58f44;
+}
+
+.disk-space-display.free {
+ background-color: rgba(255, 255, 255, 0.3);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.documents-entry-tag, .photos-entry-tag {
+ margin: 3px -2px 3px 8px;
+ padding: 0 8px;
+ border-radius: 9999px;
+ box-shadow: none;
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+.documents-entry-tag:hover, .photos-entry-tag:hover {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.documents-entry-tag.button, .button.photos-entry-tag {
+ margin: 0 -2px;
+ padding: 4px;
+ border-radius: 9999px;
+ box-shadow: none;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.documents-entry-tag.button:hover, .button.photos-entry-tag:hover, .documents-entry-tag.button:active, .button.photos-entry-tag:active {
+ color: #c5c8c6;
+}
+
+.nautilus-window searchbar {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.nautilus-window .searchbar-container {
+ margin-top: -1px;
+}
+
+paned.titlebar.horizontal > headerbar {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+paned.titlebar.horizontal > separator {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+.open-document-selector-name-label {
+ font-weight: bold;
+}
+
+.open-document-selector-path-label {
+ color: alpha(currentColor, 0.45);
+ font-size: smaller;
+}
+
+.gedit-document-panel {
+ background-color: #383a3e;
+ box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12);
+}
+
+.gedit-document-panel row.activatable {
+ padding: 6px 4px;
+}
+
+.gedit-document-panel-group-row,
+.gedit-document-panel-group-row:hover {
+ border-top: 1px solid alpha(currentColor, 0.3);
+}
+
+.gedit-document-panel-group-row:first-child,
+.gedit-document-panel-group-row:first-child:hover {
+ border-top: 0px;
+}
+
+.gedit-side-panel-paned statusbar {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.background .gedit-search-slider {
+ margin: 4px 4px 8px;
+}
+
+.background .gedit-search-slider .gedit-search-entry-occurrences-tag {
+ all: unset;
+ border: none;
+ box-shadow: none;
+ padding: 0 4px;
+ color: alpha(currentColor, 0.45);
+}
+
+.background .gedit-search-slider popover.background {
+ transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ padding: 0;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ background-color: #383a3e;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(ltr) {
+ margin-right: -72px;
+ padding-right: 80px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag {
+ box-shadow: none;
+ margin-right: -8px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(rtl) {
+ margin-left: -72px;
+ padding-left: 80px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag {
+ box-shadow: none;
+ margin-left: -8px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:hover {
+ background-image: none;
+ box-shadow: none;
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:active {
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%);
+ box-shadow: none;
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #a54242;
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px #a54242;
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #f0c674;
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: rgba(0, 0, 0, 0.87);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1);
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 0%, transparent 0%) 0 0 0/0 0 0px;
+ box-shadow: inset 0 -1px #f0c674;
+ background-color: transparent;
+ color: #c5c8c6;
+ border-width: 0;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat:focus {
+ background: none;
+ border-width: 0;
+ box-shadow: none;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 100%, transparent 0%) 0 0 2/0 0 2px;
+}
+
+.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat:disabled {
+ border-width: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.gedit-search-slider .linked:not(.vertical) > entry,
+notebook > stack:not(:only-child) revealer .gedit-search-slider .linked:not(.vertical) > entry {
+ border-radius: 3px;
+}
+
+window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list {
+ background-color: #191919;
+}
+
+window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator {
+ border-left: 100px solid transparent;
+ border-right: 100px solid transparent;
+}
+
+window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list {
+ background-image: image(#191919);
+}
+
+window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list {
+ background-color: #191919;
+}
+
+window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator {
+ border-left: 100px solid transparent;
+ border-right: 100px solid transparent;
+}
+
+.category_page_header_filter_box {
+ background-image: image(#191919);
+ border-image: linear-gradient(to bottom, #f58f44, #f58f44) 0 0 1 0/0 0 1px 0 stretch;
+}
+
+.category_page_header_filter_box button {
+ color: rgba(255, 255, 255, 0.7);
+ background-image: image(#191919);
+}
+
+.category_page_header_filter_box button:hover {
+ color: rgba(255, 255, 255, 0.75);
+}
+
+.category_page_header_filter_box button:checked {
+ color: #c5c8c6;
+}
+
+.category_page_header_filter_box button:disabled {
+ color: rgba(255, 255, 255, 0.55);
+}
+
+.application-details-infobar {
+ background-image: image(#191919);
+ border-image: linear-gradient(to bottom, #f58f44, #f58f44) 1 1 1 1/1px 1px 1px 1px stretch;
+}
+
+window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
+ color: #c5c8c6;
+ 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: #c5c8c6;
+}
+
+window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label {
+ background-image: image(#f58f44);
+ color: #c5c8c6;
+ font-weight: 700;
+}
+
+window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row {
+ background-image: image(#222326);
+ color: #cccccc;
+ 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(#343638);
+ color: #c5c8c6;
+}
+
+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(#3e4043);
+ color: #c5c8c6;
+ 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(#f58f44);
+ color: #c5c8c6;
+}
+
+window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header {
+ background-image: image(#191919);
+ background-color: #191919;
+ color: #f58f44;
+}
+
+window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover {
+ background-image: image(#343942);
+}
+
+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(#353d4c);
+ color: #f58f44;
+ 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(#f58f44);
+ color: #c5c8c6;
+ transition-duration: 0s;
+}
+
+workbench.csd > stack.titlebar,
+window.csd.org-gnome-Builder > stack.titlebar {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0), 0 1px 2px -1px rgba(0, 0, 0, 0), 0 1px 2px -0.6px rgba(0, 0, 0, 0);
+}
+
+popover.background.dzlmenubutton button.dzlmenubuttonitem:active label, popover.background.dzlmenubutton button.dzlmenubuttonitem:checked label, popover.background.dzlmenubutton button.dzlmenubuttonitem:hover label {
+ color: #c5c8c6;
+ transition: none;
+}
+
+perspectiveswitcher {
+ background-color: #191919;
+}
+
+perspectiveswitcher button:checked {
+ color: #f58f44;
+}
+
+layouttabbar {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+layouttabbar > box > button {
+ margin: 2px 0;
+}
+
+layouttab {
+ margin: 0 8px;
+ border-style: none solid;
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ box-shadow: inset 0 -2px #f58f44;
+ background-color: #191919;
+}
+
+layouttab separator.vertical {
+ margin: 8px 4px;
+}
+
+layouttab button.text-button, layouttab button.image-button, layouttab button {
+ margin-top: 8px;
+ margin-bottom: 8px;
+ padding: 0 4px;
+}
+
+layouttab > box > button.close {
+ border-radius: 9999px;
+}
+
+layout {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ -PnlDockBin-handle-size: 1;
+}
+
+entry.search-missing {
+ background-color: #a54242;
+ color: #c5c8c6;
+}
+
+entry.search.preferences-search {
+ box-shadow: none;
+}
+
+workbench treeview.image {
+ color: alpha(currentColor, 0.45);
+}
+
+workbench treeview.image:selected {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+dockbin {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ -PnlDockBin-handle-size: 1;
+}
+
+dockpaned {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+eggsearchbar box.search-bar {
+ padding: 0 8px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+docktabstrip {
+ padding: 0 8px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+docktab {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ min-height: 24px;
+ min-width: 24px;
+ margin-bottom: -1px;
+ padding: 6px;
+ outline-offset: -6px;
+ border-width: 1px;
+ border-color: transparent;
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: 500;
+}
+
+docktab:hover {
+ box-shadow: inset 0 -2px rgba(255, 255, 255, 0.3);
+ color: #c5c8c6;
+}
+
+docktab:checked {
+ animation: tab_ripple_effect 300ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: inset 0 -2px #f58f44;
+ color: #c5c8c6;
+}
+
+dockoverlayedge {
+ background-color: #191919;
+}
+
+dockoverlayedge docktabstrip {
+ padding: 0;
+ border: none;
+}
+
+dockoverlayedge.left-edge docktab:hover {
+ box-shadow: inset -2px 0 rgba(255, 255, 255, 0.3);
+}
+
+dockoverlayedge.left-edge docktab:checked {
+ box-shadow: inset -2px 0 #f58f44;
+}
+
+dockoverlayedge.right-edge docktab:hover {
+ box-shadow: inset 2px 0 rgba(255, 255, 255, 0.3);
+}
+
+dockoverlayedge.right-edge docktab:checked {
+ box-shadow: inset 2px 0 #f58f44;
+}
+
+pillbox {
+ background-color: #191919;
+ border-radius: 2px;
+}
+
+buildperspective row {
+ padding: 10px;
+}
+
+layoutpane entry.search {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+editortweak entry.search {
+ margin-bottom: -1px;
+ box-shadow: none;
+}
+
+frame.gb-search-frame {
+ border-bottom-right-radius: 5px;
+}
+
+.gb-search-entry-occurrences-tag {
+ box-shadow: none;
+ background-color: transparent;
+}
+
+docktabstrip {
+ min-height: 39px;
+}
+
+workbench preferences preferencesgroup list entry {
+ padding-top: 8px;
+ padding-bottom: 8px;
+}
+
+GdMainIconView.content-view {
+ -GdMainIconView-icon-size: 48;
+}
+
+.documents-counter {
+ margin: 8px;
+ border-radius: 9999px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ background-color: #5f819d;
+ color: #c5c8c6;
+ font-weight: bold;
+}
+
+.documents-scrolledwin.frame {
+ border-style: none;
+}
+
+.photos-fade-in {
+ opacity: 1;
+ transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1);
+}
+
+.photos-fade-out {
+ opacity: 0;
+ transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1);
+}
+
+overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) {
+ border-style: none none none solid;
+}
+
+overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) {
+ border-style: none solid none none;
+}
+
+.side-panel:dir(ltr) {
+ border-style: solid;
+ border-color: rgba(255, 255, 255, 0.12);
+}
+
+.side-panel:dir(rtl) {
+ border-style: solid;
+ border-color: rgba(255, 255, 255, 0.12);
+}
+
+.side-panel .view {
+ background-image: image(#383a3e);
+}
+
+.side-panel .view:hover {
+ background-image: image(#424448);
+}
+
+.side-panel .view:selected {
+ background-image: image(#f58f44);
+}
+
+.side-panel .view:selected:hover {
+ background-image: image(#4b8bf5);
+}
+
+.songs-list:hover {
+ background-image: image(rgba(255, 255, 255, 0.3));
+}
+
+frame.documents-dropdown {
+ margin: 8px;
+}
+
+frame.documents-dropdown > border {
+ border: none;
+}
+
+box.vertical:not(.titlebar) > revealer > toolbar.search-bar {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+box.vertical:not(.titlebar) > revealer > toolbar.search-bar button > widget {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+}
+
+box.horizontal.titlebar > headerbar > stack > box.vertical > .title {
+ margin: 0;
+}
+
+box.horizontal.titlebar > headerbar > stack > box.vertical > .subtitle {
+ margin: -3px 0;
+}
+
+dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
+ font-weight: 700;
+}
+
+window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar,
+window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar,
+window.background.csd > headerbar.titlebar > leaflet > separator.sidebar {
+ border-right-style: none;
+ background: none;
+}
+
+window.background.csd > headerbar.titlebar > leaflet > headerbar,
+window.background.csd > headerbar.titlebar > hdyleaflet > headerbar {
+ background: none;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+window.background.csd > box.horizontal > separator.sidebar,
+window.background.csd > hdyleaflet > separator.sidebar,
+window.background.csd > leaflet > separator.sidebar {
+ background: none;
+ min-width: 0;
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar, headerbar.titlebar.selection-mode leaflet > headerbar {
+ background-color: #f58f44;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar separator.titlebutton, headerbar.titlebar.selection-mode leaflet > headerbar separator.titlebutton {
+ background: none;
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize {
+ color: #c5c8c6;
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop {
+ background-image: none;
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop > label {
+ color: inherit;
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:hover {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:active {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.2);
+}
+
+.fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop {
+ background-image: none;
+}
+
+window.background.csd.unified > deck > box > leaflet > headerbar {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+window.background.csd.unified > deck > box > leaflet > separator.sidebar {
+ border-right: none;
+}
+
+.main-window > headerbar.titlebar > stack > hdyleaflet > headerbar {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+.main-window > headerbar.titlebar > stack > hdyleaflet > separator {
+ background: none;
+ min-width: 0;
+}
+
+window.background.csd.unified {
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+}
+
+window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
+ min-height: 0;
+ padding: 0 12px;
+ margin: 0;
+ border-radius: 0;
+}
+
+window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:checked:backdrop {
+ background-color: rgba(66, 133, 244, 0.5);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+task-row {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
+ margin: 0 -4px;
+}
+
+task-row:hover {
+ transition: none;
+}
+
+task-row label {
+ margin: 0 8px;
+}
+
+task-row image {
+ margin: 0 4px;
+}
+
+task-list-view > box > revealer > box > button {
+ min-height: 36px;
+ margin: -4px;
+ padding: 0 12px;
+}
+
+task-list-view > box > revealer > box > button label {
+ margin: 0 8px;
+}
+
+task-list-view > box > revealer > box > button image {
+ margin: 0 4px;
+}
+
+#eog-thumb-nav scrolledwindow {
+ border-top: none;
+}
+
+#eog-thumb-nav button {
+ -gtk-outline-radius: 2px;
+}
+
+frame.taskbar > border {
+ border-style: solid none none;
+}
+
+box.vertical > paned.horizontal notebook widget .frame {
+ border-style: none;
+}
+
+frame.commit-frame > border {
+ border-style: solid none none;
+}
+
+box.dialog-vbox scrolledwindow.related {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+list.categories {
+ background-image: image(#383a3e);
+}
+
+button.title label {
+ min-height: 36px;
+}
+
+.tweak-categories {
+ background-image: image(#191919);
+}
+
+.tweak-categories separator {
+ min-width: 0;
+ min-height: 0;
+ background-color: transparent;
+}
+
+.tweak {
+ padding: 3px;
+}
+
+.tweak.title:hover {
+ box-shadow: none;
+}
+
+.tweak-group-#c5c8c6,
+.tweak-#c5c8c6,
+.tweak-#c5c8c6:hover {
+ background-image: image(#191919);
+}
+
+.tweak-startup,
+.tweak-startup:hover {
+ background-image: image(#191919);
+}
+
+.tweak-group-startup {
+ background-image: image(#191919);
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+row#Focus,
+row#ClickMethod,
+row#StaticWorkspaceTweak,
+row#dynamic-workspaces,
+row#PrimaryWorkspaceTweak,
+row#workspaces-only-on-primary {
+ padding: 0;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+row#Focus row:not(:last-child),
+row#ClickMethod row:not(:last-child),
+row#StaticWorkspaceTweak row:not(:last-child),
+row#dynamic-workspaces row:not(:last-child),
+row#PrimaryWorkspaceTweak row:not(:last-child),
+row#workspaces-only-on-primary row:not(:last-child) {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+row#Focus.tweak > list,
+row#ClickMethod.tweak > list,
+row#StaticWorkspaceTweak.tweak > list,
+row#dynamic-workspaces.tweak > list,
+row#PrimaryWorkspaceTweak.tweak > list,
+row#workspaces-only-on-primary.tweak > list {
+ margin-top: -3px;
+}
+
+row#Focus,
+row#ClickMethod,
+row#PrimaryWorkspaceTweak,
+row#workspaces-only-on-primary {
+ margin-top: 4px;
+}
+
+window.background.csd > leaflet.titlebar > headerbar.titlebar,
+window.background.csd > hdyleaflet.titlebar > headerbar.titlebar {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.terminix-background box.vertical > widget > box.horizontal {
+ padding: 3px 0 2px;
+}
+
+.terminix-background box.vertical > widget > box.horizontal button {
+ padding: 4px 8px;
+}
+
+.terminix-background box.vertical > widget > box.horizontal button.image-button {
+ padding: 4px;
+}
+
+.terminix-background revealer > frame > border {
+ border-style: none;
+}
+
+button.image-button.session-new-button {
+ min-width: 32px;
+}
+
+overlay > revealer.left > scrolledwindow.frame,
+overlay > revealer.right > scrolledwindow.frame {
+ border-style: none;
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12);
+}
+
+overlay > revealer.left > scrolledwindow.frame {
+ margin-right: 32px;
+}
+
+overlay > revealer.right > scrolledwindow.frame {
+ margin-left: 32px;
+}
+
+.terminix-session-sidebar {
+ background-image: image(#383a3e);
+}
+
+window.background > box.vertical > scrolledwindow > widget toolbar {
+ padding: 2px;
+}
+
+window.background > box.vertical > scrolledwindow > widget toolbar separator,
+window.background > box.vertical > scrolledwindow > widget toolbar button {
+ margin: 2px;
+}
+
+window.background > box.vertical > scrolledwindow > widget toolbar button {
+ border-radius: 2px;
+}
+
+#MozillaGtkWidget.background > widget > button:not(.combo) > button, #MozillaGtkWidget.background > widget > button.combo, #MozillaGtkWidget.background > widget > button, window.background:not(.csd) > widget > button:not(.combo) > button, window.background:not(.csd) > widget > button.combo, window.background:not(.csd) > widget > button {
+ min-width: unset;
+ min-height: unset;
+ padding: 4px 8px 5px;
+}
+
+#MozillaGtkWidget.background > widget > entry, window.background:not(.csd) > widget > entry {
+ min-width: 24px;
+ min-height: 24px;
+ padding: 0 4px;
+}
+
+window.background.chromium > textview text selection, #MozillaGtkWidget.background > widget > scrolledwindow > textview text selection {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+window.background.chromium > textview text selection:disabled, #MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus, window.background:not(.csd) text:selected {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected, window.background:not(.csd) text:disabled:selected {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background:not(.csd) > widget > separator {
+ color: #f58f44;
+}
+
+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: #f58f44;
+}
+
+window.background:not(.csd) > widget > button > button {
+ border: 1px solid #f58f44;
+ border-radius: 3px;
+ box-shadow: none;
+}
+
+window.background:not(.csd) > widget > entry {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+window.background:not(.csd) > widget > entry:focus {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+window.background:not(.csd) > widget > entry:disabled {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+window.background:not(.csd) > widget > button > button:hover, window.background:not(.csd) > widget > button.combo > button:hover {
+ box-shadow: none;
+ background-color: #3b3d41;
+ color: #c5c8c6;
+}
+
+window.background:not(.csd) > widget > button > button:active, window.background:not(.csd) > widget > button > button:checked, window.background:not(.csd) > widget > button.combo > button:active, window.background:not(.csd) > widget > button.combo > button:checked {
+ box-shadow: none;
+ background-color: #434549;
+ color: #c5c8c6;
+ animation: none;
+}
+
+window.background:not(.csd) > widget > button > button:disabled, window.background:not(.csd) > widget > button.combo > button:disabled {
+ box-shadow: none;
+ background-color: #323336;
+ color: #c5c8c6;
+}
+
+window.background:not(.csd) > widget > button > button:checked:disabled, window.background:not(.csd) > widget > button.combo > button:checked:disabled {
+ box-shadow: none;
+ background-color: rgba(66, 133, 244, 0.5);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background:not(.csd) > widget > menubar {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+window.background:not(.csd) > widget > menubar:hover {
+ color: #c5c8c6;
+}
+
+window.background:not(.csd) > widget > menubar:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background:not(.csd) > widget > frame {
+ color: #f58f44;
+}
+
+window.background:not(.csd) > menu,
+window.background:not(.csd) > menu > menu {
+ background-color: #191919;
+}
+
+window.background:not(.csd) > menu menuitem,
+window.background:not(.csd) > menu > menu menuitem {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+window.background:not(.csd) > menu menuitem:hover,
+window.background:not(.csd) > menu > menu menuitem:hover {
+ color: #c5c8c6;
+}
+
+window.background:not(.csd) > menu menuitem:disabled, window.background:not(.csd) > menu menuitem label:disabled,
+window.background:not(.csd) > menu > menu menuitem:disabled,
+window.background:not(.csd) > menu > menu menuitem label:disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+window.background:not(.csd) > window > menu menuitem {
+ transition: none;
+}
+
+window.background:not(.csd) > menu > separator {
+ color: rgba(255, 255, 255, 0.12);
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio, #MozillaGtkWidget.background > widget > checkbutton > check {
+ color: #888888;
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:hover, #MozillaGtkWidget.background > widget > checkbutton > check:hover {
+ color: alpha(#888888, 0.75);
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:checked, #MozillaGtkWidget.background > widget > checkbutton > check:checked, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate {
+ color: #f58f44;
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:checked:hover, #MozillaGtkWidget.background > widget > checkbutton > check:checked:hover, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate:hover, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate:hover {
+ color: alpha(#f58f44, 0.8);
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:disabled {
+ color: alpha(#888888, 0.45);
+}
+
+#MozillaGtkWidget.background > widget > radiobutton > radio:checked:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:checked:disabled, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate:disabled {
+ color: alpha(#f58f44, 0.45);
+}
+
+#MozillaGtkWidget.background {
+ background-color: #191919;
+}
+
+#MozillaGtkWidget.background, #MozillaGtkWidget.background decoration {
+ border-radius: 0 0 0 0;
+}
+
+#MozillaGtkWidget.background headerbar.titlebar {
+ border-radius: 0 0 0 0;
+}
+
+#MozillaGtkWidget.background .background,
+#MozillaGtkWidget.background frame,
+#MozillaGtkWidget.background separator,
+#MozillaGtkWidget.background scrolledwindow {
+ background-color: #191919;
+}
+
+#MozillaGtkWidget.background scrollbar {
+ background-color: #1d1e21;
+}
+
+#MozillaGtkWidget.background > window.background > menu {
+ background-color: #191919;
+}
+
+#MozillaGtkWidget.background > window.background > menu > separator {
+ padding: 0;
+ border: none;
+ background-color: #f58f44;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate {
+ color: #5f819d;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked {
+ color: #5f819d;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate {
+ color: #5f819d;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked {
+ color: #5f819d;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked:hover {
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > widget border {
+ border-color: #f58f44;
+}
+
+#MozillaGtkWidget.background > widget separator {
+ background-color: #f58f44;
+}
+
+#MozillaGtkWidget.background > widget > scrolledwindow > textview {
+ background-color: #191919;
+}
+
+#MozillaGtkWidget.background > widget > scrolledwindow > textview text {
+ background-color: transparent;
+ color: #bababa;
+}
+
+#MozillaGtkWidget.background > widget > button > button, #MozillaGtkWidget.background > widget > button.combo > button {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+#MozillaGtkWidget.background > widget > button > button:hover, #MozillaGtkWidget.background > widget > button.combo > button:hover {
+ box-shadow: none;
+ background-color: #3b3d41;
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > widget > button > button:active, #MozillaGtkWidget.background > widget > button > button:checked, #MozillaGtkWidget.background > widget > button.combo > button:active, #MozillaGtkWidget.background > widget > button.combo > button:checked {
+ box-shadow: none;
+ background-color: #434549;
+ color: #c5c8c6;
+ animation: none;
+}
+
+#MozillaGtkWidget.background > widget > button > button:disabled, #MozillaGtkWidget.background > widget > button.combo > button:disabled {
+ box-shadow: none;
+ background-color: #323336;
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > widget > button > button:checked:disabled, #MozillaGtkWidget.background > widget > button.combo > button:checked:disabled {
+ box-shadow: none;
+ background-color: rgba(66, 133, 244, 0.5);
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > widget > entry {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+#MozillaGtkWidget.background > widget > entry:focus {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ border-radius: 3px;
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+#MozillaGtkWidget.background > widget > entry:disabled {
+ border: 1px solid #f58f44;
+ box-shadow: none;
+ border-image: none;
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+#MozillaGtkWidget.background > widget > checkbutton > check,
+#MozillaGtkWidget.background > widget > radiobutton > radio {
+ min-width: 16px;
+ min-height: 16px;
+ margin: 0;
+ padding: 0;
+ background-image: none;
+ transition: none;
+}
+
+window.background.chromium {
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+window.background.chromium headerbar.titlebar button.toggle {
+ border: none;
+ min-height: 22px;
+ margin: 6px 0;
+ padding: 0 10px;
+}
+
+window.background.chromium headerbar.titlebar button.titlebutton {
+ border: none;
+}
+
+window.background.chromium button {
+ border-width: 1px;
+ border-style: solid;
+ border-color: #f58f44;
+ color: #c5c8c6;
+ background-color: #35383b;
+}
+
+window.background.chromium entry.chromium {
+ color: #c5c8c6;
+ background-color: #1d1e21;
+}
+
+window.background.chromium entry.chromium {
+ color: #c5c8c6;
+ border-image: none;
+ border: 1px solid #f58f44;
+}
+
+window.background.chromium entry.chromium:focus {
+ color: #c5c8c6;
+ border-image: none;
+ border: 1px solid #f58f44;
+}
+
+window.background.chromium > menubar {
+ background-color: #191919;
+}
+
+window.background.chromium > menu {
+ border: 1px solid #f58f44;
+ background-color: #191919;
+ color: #c5c8c6;
+ border-radius: 0;
+}
+
+window.background.chromium > menu > menuitem, window.background.chromium > menu menuitem {
+ color: #c5c8c6;
+}
+
+window.background.chromium > menu > menuitem:hover, window.background.chromium > menu menuitem:hover {
+ color: #c5c8c6;
+ background-color: #f58f44;
+}
+
+window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu menuitem:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background.chromium > menu > menuitem label:disabled, window.background.chromium > menu menuitem label:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+window.background.chromium > textview.view {
+ color: #c5c8c6;
+ background-color: #191919;
+}
+
+window.background.chromium > textview {
+ color: #c5c8c6;
+ background-color: #191919;
+}
+
+window.background.chromium > textview text {
+ color: #c5c8c6;
+ background-color: #191919;
+}
+
+window.background > box.vertical > widget > widget:selected {
+ background-color: #f58f44;
+}
+
+window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal {
+ background-color: #191919;
+}
+
+window.background:not(.solid-csd) > notebook:not(.frame) {
+ border: 0 none transparent;
+ background-color: #191919;
+}
+
+window.background:not(.solid-csd) > notebook:not(.frame) > stack {
+ border: none;
+ box-shadow: none;
+}
+
+.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
+ padding: 4px;
+ background-color: #27282b;
+}
+
+.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);
+ box-shadow: none;
+}
+
+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.csd.geary-main-window > headerbar.titlebar > box.horizontal > headerbar,
+window.background.csd.geary-main-window > headerbar.titlebar > leaflet > headerbar,
+window.background.csd.geary-main-window > headerbar.titlebar > leaflet > leaflet > headerbar,
+window#GearyMainWindow.background.csd > headerbar.titlebar > box.horizontal > headerbar,
+window#GearyMainWindow.background.csd > headerbar.titlebar > leaflet > headerbar,
+window#GearyMainWindow.background.csd > headerbar.titlebar > leaflet > leaflet > headerbar {
+ box-shadow: none;
+ background: none;
+}
+
+window.background.csd.geary-main-window .geary-folder-frame,
+window.background.csd.geary-main-window .geary-conversation-frame,
+window.background.csd.geary-main-window statusbar frame,
+window#GearyMainWindow.background.csd .geary-folder-frame,
+window#GearyMainWindow.background.csd .geary-conversation-frame,
+window#GearyMainWindow.background.csd statusbar frame {
+ border: none;
+}
+
+.geary-composer-box .linked > button:not(.combo) {
+ border-radius: 3px;
+}
+
+.geary-composer-box .linked > button.combo {
+ border-radius: 0;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout {
+ background-color: #191919;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout headerbar {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout frame.geary-folder-frame scrolledwindow treeview.view.sidebar:not(:hover):not(:selected) {
+ background-color: transparent;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar,
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar {
+ border-right: none;
+ background-color: #191919;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar {
+ border-right: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow {
+ margin: -1px 0;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-bottom-width: 0;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:not(:hover):not(:selected) {
+ background-color: #191919;
+}
+
+.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child {
+ border-top-left-radius: 8px;
+ border-top-right-radius: 8px;
+}
+
+popover.background list.geary-folder-popover-list row.activatable.geary-folder-popover-list-row {
+ color: #c5c8c6;
+}
+
+popover.background list.geary-folder-popover-list row.activatable.geary-folder-popover-list-row:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame {
+ border-style: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+}
+
+overlay > revealer.left > scrolledwindow.frame {
+ margin-right: 32px;
+}
+
+overlay > revealer.right > scrolledwindow.frame {
+ margin-left: 32px;
+}
+
+.tilix-search-frame entry,
+.tilix-search-frame .linked entry,
+.tilix-search-frame .linked entry.search {
+ border-radius: 0;
+}
+
+.tilix-search-frame .linked button {
+ border-radius: 3px;
+}
+
+.terminix-session-sidebar,
+list.tilix-session-sidebar {
+ background-color: #383a3e;
+}
+
+.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button {
+ min-height: 20px;
+ min-width: 20px;
+ padding: 0;
+ background-color: #cc6666;
+}
+
+.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:active,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked {
+ color: #c5c8c6;
+}
+
+.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover {
+ background-color: #ff6c6c;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:active,
+list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active,
+list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked {
+ background-color: #ff1f1f;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+button.image-button.session-new-button {
+ min-width: 32px;
+}
+
+widget > box.terminal-titlebar {
+ padding: 0 6px;
+}
+
+widget > box.terminal-titlebar > button.flat.popup.toggle {
+ border: none;
+ border-radius: 0;
+ padding: 0 8px;
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0;
+}
+
+widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) {
+ padding-right: 6px;
+}
+
+widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) {
+ padding-left: 6px;
+}
+
+widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background-color: transparent;
+ color: #c5c8c6;
+}
+
+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;
+}
+
+.xfce4-panel button, .xfce4-panel button.flat {
+ color: rgba(255, 255, 255, 0.7);
+ border-radius: 0;
+ border: none;
+ box-shadow: none;
+ background-color: transparent;
+}
+
+.xfce4-panel button:hover:not(:active):not(:checked) {
+ color: rgba(255, 255, 255, 0.7);
+ box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5);
+ background-color: transparent;
+}
+
+.xfce4-panel button:checked, .xfce4-panel button:active {
+ color: rgba(255, 255, 255, 0.7);
+ box-shadow: inset 0 -2px #f58f44;
+ background-color: transparent;
+}
+
+.xfce4-panel button:checked label, .xfce4-panel button:checked image, .xfce4-panel button:active label, .xfce4-panel button:active image {
+ color: inherit;
+}
+
+.xfce4-panel button:disabled {
+ color: rgba(255, 255, 255, 0.5);
+ box-shadow: none;
+ background-color: transparent;
+}
+
+.xfce4-panel button:checked:disabled {
+ color: rgba(255, 255, 255, 0.5);
+ box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5);
+ background-color: transparent;
+}
+
+.XfceHeading {
+ border: 0 none transparent;
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+.xfce4-panel {
+ background-color: #212326;
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: 700;
+ text-shadow: none;
+ -gtk-icon-shadow: none;
+}
+
+.xfce4-panel,
+.xfce4-panel frame > border {
+ border: none;
+}
+
+.xfce4-panel#XfcePanelWindow {
+ border: 1px solid #212326;
+}
+
+.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.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: #f58f44;
+ 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 widget.tasklist > button.toggle {
+ font-weight: 400;
+}
+
+XfdesktopIconView.view {
+ border-radius: 2px;
+ background: transparent;
+ color: #c5c8c6;
+ 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: #f58f44;
+ text-shadow: none;
+}
+
+window#whiskermenu-window {
+ background-color: #191919;
+}
+
+window#whiskermenu-window > frame > border {
+ border-radius: 0;
+}
+
+window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+window#whiskermenu-window scrolledwindow > viewport button.radio:checked {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: #c5c8c6;
+}
+
+#xfce4-weather-plugin *,
+#xfce4-power-manager-plugin *,
+#xfce4-clipman-plugin * {
+ -gtk-icon-transform: scale(0.8);
+}
+
+window.thunar .sidebar {
+ border-top: none;
+}
+
+window.thunar toolbar#location-toolbar {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+window.thunar toolbar#location-toolbar entry {
+ min-height: 0;
+}
+
+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;
+}
+
+menubar.-vala-panel-appmenu-private,
+menubar.-vala-panel-background {
+ background: none;
+ border: none;
+ box-shadow: none;
+ animation: none;
+}
+
+menubar.-vala-panel-appmenu-private > menuitem,
+menubar.-vala-panel-background > menuitem {
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: normal;
+}
+
+menubar.-vala-panel-appmenu-private > menuitem:hover,
+menubar.-vala-panel-background > menuitem:hover {
+ color: #c5c8c6;
+ border-radius: 0 0 0 0;
+}
+
+menubar.-vala-panel-appmenu-private > menuitem:disabled,
+menubar.-vala-panel-background > menuitem:disabled {
+ color: rgba(255, 255, 255, 0.1);
+}
+
+.nemo-window .toolbar button {
+ padding: 0 4px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+}
+
+.nemo-window .nemo-places-sidebar {
+ background-color: #383a3e;
+}
+
+.nemo-window .nemo-places-sidebar.frame {
+ border-width: 0;
+}
+
+.nemo-window notebook {
+ background-color: #191919;
+}
+
+.nemo-window notebook .primary-toolbar {
+ background-color: #191919;
+}
+
+.nemo-window notebook .primary-toolbar button {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1);
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ background-color: #191919;
+ background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 1000% 1000%;
+ color: rgba(255, 255, 255, 0.7);
+ border: none;
+}
+
+.nemo-window notebook .primary-toolbar button:hover {
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent;
+ color: #c5c8c6;
+ background-color: #3f4246;
+}
+
+.nemo-window notebook .primary-toolbar button:active {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0;
+ animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px rgba(255, 255, 255, 0.12);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%);
+ background-size: 0% 0%;
+ color: #c5c8c6;
+}
+
+.nemo-window notebook .primary-toolbar button:disabled {
+ box-shadow: none;
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.3);
+}
+
+.nemo-window notebook .primary-toolbar button:checked {
+ background-color: #f58f44;
+ color: #c5c8c6;
+}
+
+.nemo-window notebook .primary-toolbar button:checked:disabled, .nemo-window notebook .primary-toolbar button:checked:backdrop {
+ background-color: alpha(#f58f44, 0.25);
+ color: alpha(#f58f44, 0.5);
+}
+
+.nemo-window notebook .primary-toolbar entry {
+ transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
+ border: none;
+ border-image: none;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.nemo-window notebook .primary-toolbar entry:focus {
+ border: none;
+ border-image: none;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ color: #c5c8c6;
+}
+
+.nemo-window notebook .primary-toolbar entry:disabled {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.nemo-window .nemo-window-pane widget.entry {
+ border-radius: 3px;
+ padding: 3px 10px;
+ border: 2px solid #f58f44;
+ background-color: rgba(66, 133, 244, 0.1);
+}
+
+.nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view:selected entry {
+ color: #c5c8c6;
+ background-color: #191919;
+ border-radius: 3px;
+}
+
+.nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view entry:focus, .nemo-window .nemo-window-pane treeview.view:selected entry, .nemo-window .nemo-window-pane treeview.view:selected entry:focus {
+ border-image: none;
+ box-shadow: none;
+}
+
+.nemo-window .primary-toolbar {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ border: none;
+ color: #c5c8c6;
+ background-color: #191919;
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+.nemo-window .primary-toolbar button:not(.suggested-action):not(.destructive-action) {
+ border-radius: 3px;
+}
+
+.nemo-window .primary-toolbar > toolitem > .linked.raised > button {
+ margin-left: 1px;
+ margin-right: 1px;
+}
+
+.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry {
+ min-height: 28px;
+ margin: 0 0;
+}
+
+.nemo-window .primary-toolbar button {
+ min-height: 24px;
+}
+
+.nemo-window .sidebar scrolledwindow.frame {
+ border: none;
+}
+
+.nemo-window .sidebar scrolledwindow.frame treeview.view.places-treeview:not(:selected) {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher {
+ margin-top: 6px;
+}
+
+dialog.background .dialog-vbox grid.horizontal scrolledwindow.frame {
+ border: none;
+}
+
+dialog.background .dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame {
+ border: none;
+}
+
+dialog.background .dialog-vbox grid.horizontal stack scrolledwindow.frame {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+dialog.background .dialog-vbox stackswitcher.stack-switcher {
+ margin-top: 6px;
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.suggested-action {
+ color: #f58f44;
+ background-color: #383a3e;
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.suggested-action:hover {
+ color: #f58f44;
+ background-color: rgba(66, 133, 244, 0.15);
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.suggested-action:active {
+ color: #c5c8c6;
+ box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.5);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.5) 10%, transparent 0%);
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.suggested-action:disabled {
+ opacity: 0.65;
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.destructive-action {
+ color: #cc6666;
+ background-color: #383a3e;
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.destructive-action:hover {
+ color: #cc6666;
+ background-color: rgba(255, 82, 82, 0.15);
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.destructive-action:active {
+ color: #c5c8c6;
+ box-shadow: inset 0 0 0 9999px rgba(255, 82, 82, 0.5);
+ background-image: radial-gradient(circle farthest-corner at center, rgba(255, 82, 82, 0.5) 10%, transparent 0%);
+}
+
+dialog.background .dialog-vbox .dialog-action-area button.destructive-action:disabled {
+ opacity: 0.65;
+}
+
+dialog.background .dialog-vbox stack .linked entry {
+ border-radius: 0;
+}
+
+dialog.background .dialog-vbox filechooser .search-bar {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+window.background stack scrolledwindow button.suggested-action,
+window.background stack scrolledwindow button.destructive-action {
+ box-shadow: none;
+}
+
+window.background stack scrolledwindow button.suggested-action:hover, window.background stack scrolledwindow button.suggested-action:active, window.background stack scrolledwindow button.suggested-action:checked,
+window.background stack scrolledwindow button.destructive-action:hover,
+window.background stack scrolledwindow button.destructive-action:active,
+window.background stack scrolledwindow button.destructive-action:checked {
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12);
+}
+
+window.background stack scrolledwindow :not(stackswitcher).linked button:not(.combo) {
+ border-radius: 3px;
+ margin: 0 2px;
+}
+
+window.background stack scrolledwindow stackswitcher.stack-switcher {
+ margin-top: 6px;
+}
+
+window.background stack scrolledwindow .linked button,
+window.background stack scrolledwindow .linked entry {
+ border-radius: 0;
+}
+
+UnityDecoration {
+ -UnityDecoration-extents: 28px 0 0 0;
+ -UnityDecoration-input-extents: 10px;
+ -UnityDecoration-shadow-offset-x: 0;
+ -UnityDecoration-shadow-offset-y: 3px;
+ -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48);
+ -UnityDecoration-active-shadow-radius: 12px;
+ -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32);
+ -UnityDecoration-inactive-shadow-radius: 6px;
+ -UnityDecoration-glow-size: 8px;
+ -UnityDecoration-glow-color: #f58f44;
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0.0;
+}
+
+UnityDecoration .top {
+ padding: 3px 8px 3px 8px;
+ border-radius: 2px 2px 0px 0px;
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #191919;
+ color: #c5c8c6;
+}
+
+UnityDecoration .top:backdrop {
+ color: alpha(#c5c8c6, 0.9);
+}
+
+UnityDecoration .left,
+UnityDecoration .right,
+UnityDecoration .bottom {
+ background-color: #191919;
+}
+
+UnityDecoration.menuitem,
+UnityDecoration .menuitem {
+ color: alpha(currentColor, 0.9);
+}
+
+UnityDecoration.menubar.menuitem:hover,
+UnityDecoration.menubar .menuitem *:hover {
+ box-shadow: inset 0 -2px #f58f44;
+ background-color: transparent;
+ color: currentColor;
+}
+
+.background:not(.csd) headerbar:not(.titlebar) {
+ border-radius: 0;
+ box-shadow: none;
+}
+
+.background:not(.csd) headerbar:not(.titlebar).inline-toolbar {
+ border-style: none;
+}
+
+UnityPanelWidget,
+.unity-panel {
+ background-color: #212326;
+ background-image: image(#212326);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+UnityPanelWidget:backdrop,
+.unity-panel:backdrop {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.unity-panel.menuitem,
+.unity-panel .menuitem {
+ color: alpha(currentColor, 0.9);
+}
+
+.unity-panel.menubar.menuitem:hover,
+.unity-panel.menubar .menuitem *:hover {
+ box-shadow: inset 0 -2px #f58f44;
+ background-color: transparent;
+ color: currentColor;
+}
+
+@keyframes playbackmenuitem_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn);
+ }
+}
+
+.menu IdoPlaybackMenuItem.menuitem:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: playbackmenuitem_spinner 1s infinite linear;
+ color: #f58f44;
+}
+
+menuitem calendar,
+menuitem calendar .button,
+menuitem calendar .header,
+menuitem calendar .view {
+ background-color: #383a3e;
+ color: rgba(255, 255, 255, 0.7);
+ padding: 2px 6px;
+}
+
+headerbar.flat {
+ background: none;
+ color: #c5c8c6;
+ border: none;
+ box-shadow: none;
+}
+
+headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked), headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked) image, headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked) label {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.mate-panel-menu-bar menubar,
+#PanelApplet-window-menu-applet-button {
+ background-color: transparent;
+}
+
+#PanelPlug,
+PanelToplevel.background {
+ background-color: #191919;
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: 500;
+}
+
+PanelToplevel > widget > button {
+ padding: 0 4px;
+ border-radius: 0;
+}
+
+PanelSeparator {
+ color: rgba(255, 255, 255, 0.12);
+}
+
+MatePanelAppletFrameDBus {
+ border-style: solid;
+ border-width: 0 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+}
+
+.mate-panel-menu-bar menubar menuitem {
+ padding: 4px;
+}
+
+.mate-panel-menu-bar menubar menu menuitem {
+ padding: 6px;
+}
+
+.mate-panel-menu-bar #PanelApplet button {
+ -GtkWidget-window-dragging: true;
+ padding: 4px;
+ border-radius: 0;
+}
+
+PanelApplet.wnck-applet .wnck-pager {
+ background-color: transparent;
+ color: #f58f44;
+}
+
+PanelApplet.wnck-applet .wnck-pager:hover {
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+PanelApplet.wnck-applet .wnck-pager:active {
+ background-color: rgba(255, 255, 255, 0.3);
+}
+
+PanelApplet.wnck-applet .wnck-pager:selected {
+ background-color: #f58f44;
+}
+
+#MatePanelPopupWindow {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 4px;
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+#MatePanelPopupWindow frame > border {
+ border-style: none;
+}
+
+#MatePanelPopupWindow ClockMap {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+na-tray-applet {
+ -NaTrayApplet-icon-padding: 3px;
+ -NaTrayApplet-icon-size: 16;
+}
+
+.mate-panel-menu-bar {
+ -PanelMenuBar-icon-visible: true;
+}
+
+.mate-panel-applet-slider {
+ background: transparent;
+}
+
+.mate-panel-applet-slider frame {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 4px;
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #191919;
+}
+
+.mate-panel-applet-slider frame frame {
+ all: unset;
+}
+
+.mate-panel-applet-slider frame > border {
+ border-style: none;
+}
+
+.caja-navigation-window button.toggle.image-button {
+ border-radius: 3px;
+}
+
+.caja-pathbar button {
+ margin: 0 -1px 0 -2px;
+}
+
+.caja-pathbar button > widget {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ -GtkArrow-arrow-scaling: 1;
+}
+
+.caja-side-pane notebook viewport.frame,
+.caja-side-pane notebook widget .vertical {
+ background-color: #191919;
+}
+
+.caja-side-pane notebook .frame,
+.caja-notebook .frame {
+ border-style: none;
+}
+
+.caja-side-pane notebook,
+.caja-notebook {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.caja-navigation-window statusbar {
+ margin: 0 -10px;
+ padding: 0 4px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.caja-notebook frame > border {
+ border-style: none;
+}
+
+#caja-extra-view-widget {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+#caja-extra-view-widget > box > box > label {
+ font-weight: bold;
+}
+
+.pluma-window statusbar {
+ margin: 0 -10px;
+ padding: 0 4px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.pluma-window statusbar frame > border {
+ border-style: none;
+}
+
+.pluma-window statusbar frame button.flat {
+ padding: 0 4px;
+ border-radius: 0;
+}
+
+.pluma-window statusbar frame button.flat widget {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ -GtkArrow-arrow-scaling: 1;
+}
+
+.pluma-print-preview toolbar {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.pluma-window paned.horizontal box.vertical box.horizontal button.flat {
+ margin: 1px;
+}
+
+.pluma-window paned.horizontal box.vertical .frame {
+ border-style: none;
+}
+
+.pluma-window paned.horizontal box.vertical notebook.frame {
+ margin-top: -1px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.atril-window paned.horizontal box.vertical .frame {
+ border-style: none;
+}
+
+.atril-window paned.horizontal box.vertical notebook .frame {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+/* mate-screensaver lock dialog */
+.lock-dialog {
+ border-radius: 3px;
+ box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+}
+
+.lock-dialog frame > border {
+ border-style: none;
+}
+
+/******************
+ * Budgie Desktop *
+ ******************/
+.budgie-panel button.flat.launcher, .budgie-panel #tasklist-button, .budgie-panel button {
+ color: rgba(255, 255, 255, 0.7);
+ background-color: transparent;
+ box-shadow: none;
+}
+
+.budgie-panel button.flat.launcher:hover, .budgie-panel #tasklist-button:hover, .budgie-panel button:hover {
+ color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.1);
+ box-shadow: none;
+}
+
+.budgie-panel button.flat.launcher:disabled, .budgie-panel #tasklist-button:disabled, .budgie-panel button:disabled {
+ color: rgba(255, 255, 255, 0.5);
+ background-color: transparent;
+}
+
+.budgie-panel button.flat.launcher:checked, .budgie-panel #tasklist-button:checked, .budgie-panel button:checked {
+ background-color: rgba(255, 255, 255, 0.12);
+ color: rgba(255, 255, 255, 0.7);
+ box-shadow: none;
+}
+
+.budgie-panel button.flat.launcher:active, .budgie-panel #tasklist-button:active, .budgie-panel button:active {
+ background-color: rgba(255, 255, 255, 0.15);
+ color: rgba(255, 255, 255, 0.7);
+ box-shadow: none;
+}
+
+.budgie-panel #tasklist-button:checked:disabled, .budgie-panel button:checked:disabled {
+ background-color: rgba(255, 255, 255, 0.06);
+ color: rgba(255, 255, 255, 0.65);
+ box-shadow: none;
+}
+
+.raven-mpris button.image-button {
+ color: rgba(255, 255, 255, 0.85);
+}
+
+.raven-mpris button.image-button:hover {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.15);
+ border-color: rgba(255, 255, 255, 0.15);
+}
+
+.raven-mpris button.image-button:checked {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.25);
+}
+
+.raven-mpris button.image-button:active {
+ color: #c5c8c6;
+ background-color: rgba(255, 255, 255, 0.2);
+}
+
+.raven-mpris button.image-button:disabled {
+ background-color: transparent;
+}
+
+.raven-mpris button.image-button:disabled label, .raven-mpris button.image-button:disabled {
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.raven-mpris button.image-button:checked:disabled {
+ background-color: rgba(255, 255, 255, 0.1);
+ color: rgba(255, 255, 255, 0.65);
+}
+
+.budgie-container {
+ background-color: transparent;
+}
+
+.budgie-settings-window buttonbox.inline-toolbar {
+ border-style: none none solid;
+}
+
+.budgie-settings-window buttonbox.inline-toolbar button {
+ min-height: 16px;
+ border-radius: 2px;
+ -gtk-outline-radius: 2px;
+ padding: 0;
+ margin: 0;
+}
+
+.budgie-settings-window .settings-page .settings-frame > box.vertical {
+ padding: 12px;
+}
+
+.budgie-settings-window .settings-page .settings-frame > grid {
+ padding: 6px;
+}
+
+.background.budgie-popover {
+ border-color: #383a3e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12);
+ background-color: #383a3e;
+}
+
+.background.budgie-popover .container {
+ padding: 0;
+ border: none;
+}
+
+.background.budgie-popover separator {
+ margin: 3px 0;
+}
+
+.background.budgie-popover border {
+ border: none;
+}
+
+.background.budgie-popover list {
+ background-color: transparent;
+ border-radius: 0;
+}
+
+.background.budgie-popover frame {
+ border-radius: 0;
+}
+
+.background.budgie-popover row {
+ padding: 0;
+}
+
+.background.budgie-popover row:hover {
+ box-shadow: none;
+}
+
+.background.budgie-popover row button {
+ border-radius: 3px;
+}
+
+.background.budgie-popover row button.flat {
+ border-radius: 3px;
+}
+
+.background.budgie-popover .linked.raised > button.toggle {
+ border-radius: 3px;
+}
+
+.background.budgie-popover button:checked {
+ color: #c5c8c6;
+ background-color: #f58f44;
+}
+
+.background.budgie-popover .linked entry:first-child, .background.budgie-popover .linked entry:last-child {
+ border-radius: 0;
+}
+
+.background.budgie-popover .linked:not(.vertical) > combobox > box > button.combo {
+ border-radius: 0;
+}
+
+.background.budgie-popover .linked:not(.vertical) > combobox:first-child > box > button.combo {
+ border-radius: 0;
+}
+
+.background.budgie-popover .linked:not(.vertical) > combobox:last-child > box > button.combo {
+ border-radius: 0;
+}
+
+.background.budgie-popover .linked:not(.vertical) > combobox:only-child > box > button.combo {
+ border-radius: 0;
+}
+
+.background.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) {
+ min-height: 32px;
+ padding: 0 8px;
+ color: #c5c8c6;
+ font-weight: normal;
+}
+
+.background.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.background.budgie-popover scrolledwindow.sidebar:not(.categories) {
+ border-right: none;
+ border-bottom-left-radius: 3px;
+ padding: 0;
+}
+
+.background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable {
+ padding: 6px 12px;
+ border-radius: 0;
+}
+
+.background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable {
+ border-radius: 0;
+}
+
+.background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable button {
+ background: none;
+ box-shadow: none;
+}
+
+.background.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) {
+ padding-top: 3px;
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 0;
+}
+
+.background.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.background.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack {
+ border-top: none;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.background.budgie-popover.budgie-menu .container {
+ padding: 0;
+}
+
+.background.budgie-popover.budgie-menu entry.search {
+ border-bottom: 0 none transparent;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.background.budgie-popover.budgie-menu entry.search:focus {
+ box-shadow: none;
+}
+
+.background.budgie-popover.budgie-menu .sidebar {
+ min-height: 36px;
+ background: none;
+ color: #c5c8c6;
+}
+
+.background.budgie-popover.budgie-menu .sidebar list row.activatable {
+ padding: 6px;
+}
+
+.background.budgie-popover.budgie-menu .sidebar:hover {
+ background-color: rgba(255, 255, 255, 0.05);
+}
+
+.background.budgie-popover.budgie-menu .sidebar:selected, .background.budgie-popover.budgie-menu .sidebar:selected:hover {
+ color: #c5c8c6;
+ background-color: #f58f44;
+}
+
+.background.budgie-popover.user-menu .container {
+ padding: 6px;
+}
+
+.background.budgie-popover.user-menu list, .background.budgie-popover.user-menu row {
+ border: none;
+ background: none;
+ box-shadow: none;
+}
+
+.background.budgie-popover.sound-popover .container {
+ padding: 6px;
+}
+
+.background.budgie-popover.caffeine-popover .container {
+ padding: 6px;
+}
+
+.background.budgie-popover.caffeine-popover .view-header {
+ margin: 0 6px;
+}
+
+.background.budgie-popover.night-light-indicator .container {
+ padding: 6px;
+}
+
+.background.budgie-popover.night-light-indicator .view-header {
+ margin: 0 6px;
+}
+
+.background.budgie-popover.places-menu .container {
+ padding: 6px;
+}
+
+.background.budgie-popover.places-menu row {
+ background: none;
+}
+
+.background.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);
+}
+
+.background.budgie-popover.places-menu .alternative-label {
+ padding: 3px;
+ font-size: 15px;
+}
+
+.background.budgie-popover.workspace-popover .container {
+ padding: 2px 6px 6px;
+}
+
+.background.budgie-popover.workspace-popover flowboxchild {
+ padding: 0;
+}
+
+.background.budgie-popover > .container > box.vertical > box.vertical > box.vertical {
+ padding: 0 6px 6px;
+}
+
+.background.budgie-popover > .container > box.vertical > box.vertical > box.horizontal > button.toggle {
+ margin-right: 6px;
+}
+
+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: alpha(currentColor, 0.16);
+}
+
+.workspace-switcher .workspace-add-button {
+ background-color: transparent;
+}
+
+.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: 2px;
+}
+
+.budgie-menu.background {
+ padding: 0;
+ background-color: #191919;
+}
+
+.budgie-menu scrollbar,
+.budgie-menu entry.search {
+ background-color: transparent;
+}
+
+.budgie-menu entry.search {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+ box-shadow: none;
+ font-size: 120%;
+}
+
+.budgie-menu .categories:dir(ltr) {
+ border-bottom-left-radius: 3px;
+}
+
+.budgie-menu .categories:dir(rtl) {
+ border-bottom-right-radius: 3px;
+}
+
+.budgie-menu button {
+ min-height: 32px;
+ padding: 0 8px;
+ border-radius: 0;
+ color: #c5c8c6;
+ font-weight: normal;
+}
+
+.budgie-menu button:disabled {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.budgie-menu button:checked:disabled {
+ background-color: #f58f44;
+}
+
+.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 100ms cubic-bezier(0, 0, 0.2, 1);
+ background-color: #212326;
+ color: rgba(255, 255, 255, 0.7);
+ font-weight: 500;
+}
+
+.budgie-panel.transparent {
+ background-color: rgba(33, 35, 38, 0.85);
+}
+
+.budgie-panel button {
+ min-height: 16px;
+ min-width: 16px;
+ padding: 0;
+ border-radius: 0;
+}
+
+.budgie-panel.horizontal button {
+ padding: 0 6px;
+}
+
+.budgie-panel.vertical button {
+ padding: 6px 0;
+}
+
+.budgie-panel separator {
+ background-color: rgba(255, 255, 255, 0.12);
+}
+
+.budgie-panel .icon-tasklist .launcher {
+ border-radius: 3px;
+}
+
+.bottom .budgie-panel.dock-mode {
+ border-radius: 3px 3px 0 0;
+}
+
+.left .budgie-panel.dock-mode {
+ border-radius: 0 3px 3px 0;
+}
+
+.right .budgie-panel.dock-mode {
+ border-radius: 3px 0 0 3px;
+}
+
+.budgie-panel menubar > menuitem,
+.budgie-panel .menubar > menuitem {
+ border-radius: 0;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.budgie-panel menubar > menuitem:hover,
+.budgie-panel .menubar > menuitem:hover {
+ color: rgba(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.12);
+ box-shadow: inset 0 -3px #f58f44;
+}
+
+.budgie-panel menubar > menuitem:disabled,
+.budgie-panel .menubar > menuitem:disabled {
+ color: rgba(255, 255, 255, 0.2);
+}
+
+.budgie-panel .alert {
+ color: #cc6666;
+}
+
+.budgie-panel #tasklist-button {
+ padding: 0 4px;
+}
+
+.budgie-panel.vertical #tasklist-button {
+ min-height: 32px;
+}
+
+.budgie-panel button.flat.launcher {
+ padding: 0;
+}
+
+.budgie-panel button.flat.launcher:not(:checked) {
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.budgie-panel button.flat.launcher:not(:checked):disabled {
+ color: rgba(255, 255, 255, 0.3);
+}
+
+.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher {
+ border-image: radial-gradient(circle closest-corner at center calc(1px), #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0;
+}
+
+.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(1px), #f58f44 100%, transparent 0%) 3 0 0 0/3px 0 0 0;
+}
+
+.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0;
+}
+
+.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 3 0/0 0 3px 0;
+}
+
+.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher {
+ border-image: radial-gradient(circle closest-corner at calc(1px) center, #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0;
+}
+
+.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked {
+ border-image: radial-gradient(circle closest-corner at calc(1px) center, #f58f44 100%, transparent 0%) 0 0 0 3/0 0 0 3px;
+}
+
+.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher {
+ border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0;
+}
+
+.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked {
+ border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #f58f44 100%, transparent 0%) 0 3 0 0/0 3px 0 0;
+}
+
+
+button.flat.launcher {
+ min-width: 16px;
+ min-height: 16px;
+ padding: 0;
+ border-radius: 0;
+ background-position: center center;
+}
+
+
+button.flat.launcher > image {
+ opacity: 0.87;
+}
+
+
+button.flat.launcher:hover {
+ -gtk-icon-effect: highlight;
+}
+
+
+button.flat.launcher:hover > image {
+ opacity: 1.0;
+}
+
+
+button.flat.launcher:active > image {
+ opacity: 1.0;
+}
+
+
+button.flat.launcher:checked {
+ background-color: transparent;
+}
+
+
+button.flat.launcher:checked:hover {
+ -gtk-icon-effect: highlight;
+}
+
+
+button.flat.launcher:checked > image {
+ opacity: 1.0;
+}
+
+
+.unpinned button.flat.launcher:hover,
+.pinned button.flat.launcher.running:hover,
+.pinned button.launcher.running.sidebar-button:hover {
+ -gtk-icon-effect: highlight;
+}
+
+
+.unpinned button.flat.launcher > image,
+.pinned button.flat.launcher.running > image,
+.pinned button.launcher.running.sidebar-button > image {
+ background-repeat: no-repeat;
+ opacity: 1.0;
+}
+
+
+.unpinned button.flat.launcher:checked > image,
+.pinned button.flat.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 .pinned button.flat.launcher.running > image,
+.top .budgie-panel .pinned button.launcher.running.sidebar-button > image {
+ background-image: image(#f58f44);
+ background-size: 6px 3px;
+ background-position: top center;
+}
+
+.top .budgie-panel .unpinned button.flat.launcher:checked > image,
+.top .budgie-panel .pinned button.flat.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 .pinned button.flat.launcher.running > image,
+.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image {
+ background-image: image(#f58f44);
+ background-size: 6px 3px;
+ background-position: bottom center;
+}
+
+.bottom .budgie-panel .unpinned button.flat.launcher:checked > image,
+.bottom .budgie-panel .pinned button.flat.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 .pinned button.flat.launcher.running > image,
+.left .budgie-panel .pinned button.launcher.running.sidebar-button > image {
+ background-image: image(#f58f44);
+ background-size: 3px 6px;
+ background-position: left center;
+}
+
+.left .budgie-panel .unpinned button.flat.launcher:checked > image,
+.left .budgie-panel .pinned button.flat.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 .pinned button.flat.launcher.running > image,
+.right .budgie-panel .pinned button.launcher.running.sidebar-button > image {
+ background-image: image(#f58f44);
+ background-size: 3px 6px;
+ background-position: right center;
+}
+
+.right .budgie-panel .unpinned button.flat.launcher:checked > image,
+.right .budgie-panel .pinned button.flat.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, box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher:checked {
+ border-image: none;
+}
+
+widget.icon-tasklist > box:drop(active),
+box.pinned:drop(active) {
+ border: none;
+ border-radius: 0;
+ background-color: rgba(253, 214, 51, 0.2);
+ box-shadow: inset 0 0 0 1px #f0c674;
+}
+
+*:drop(active):focus,
+*:drop(active) {
+ box-shadow: inset 0 0 0 1px #f0c674;
+}
+
+frame.raven-frame > border {
+ border-style: none;
+ box-shadow: none;
+}
+
+.top .shadow-block {
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent);
+}
+
+.bottom .shadow-block {
+ background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent);
+}
+
+.left .shadow-block {
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent);
+}
+
+.right .shadow-block {
+ background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent);
+}
+
+.background .raven {
+ background-color: #383a3e;
+}
+
+.background .raven > box {
+ margin-bottom: -10px;
+}
+
+.background .raven > stack {
+ margin-bottom: -10px;
+}
+
+.background .raven stackswitcher {
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.background .raven stackswitcher.stack-switcher {
+ background-image: none;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+.background .raven stackswitcher.linked > button {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px;
+}
+
+.background .raven stackswitcher.linked > button:checked {
+ border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px;
+ background-color: transparent;
+}
+
+.background .raven .raven-header {
+ min-height: 36px;
+ padding: 3px;
+}
+
+.background .raven .raven-header:not(.top) {
+ margin-top: -6px;
+}
+
+.background .raven .raven-header.top {
+ padding: 0;
+ box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
+}
+
+.background .raven .raven-header.top stackswitcher {
+ box-shadow: none;
+}
+
+.background .raven .raven-header.top stackswitcher button {
+ border-radius: 0;
+ margin: -4px 0;
+ min-height: 36px;
+}
+
+.background .raven .raven-header.top button.image-button:dir(ltr) {
+ margin-right: 2px;
+}
+
+.background .raven .raven-header.top button.image-button:dir(rtl) {
+ margin-left: 2px;
+}
+
+.background .raven .raven-header.top > image {
+ margin: 0 8px;
+}
+
+.background .raven .raven-header.top > label {
+ margin: 0 -8px;
+ font-weight: bold;
+}
+
+.background .raven .raven-header.bottom {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.background .raven viewport.frame .raven-header {
+ margin-top: -8px;
+}
+
+.background .raven .raven-background {
+ border-style: solid none;
+ border-width: 1px;
+ border-color: rgba(255, 255, 255, 0.12);
+ background-color: #191919;
+}
+
+.background .raven .raven-background.frame {
+ border-style: solid none;
+}
+
+.background .raven .raven-background > overlay > widget > image {
+ color: rgba(255, 255, 255, 0.12);
+}
+
+.background .raven .raven-background grid > label:first-child {
+ min-height: 36px;
+}
+
+.background .raven scrolledwindow.raven-background {
+ border-bottom-style: none;
+}
+
+.background .raven .raven-header.top + .raven-background {
+ border-style: none;
+}
+
+.background .raven .raven-header.top + .raven-background stackswitcher button {
+ margin: -4px 0;
+}
+
+.background .raven .powerstrip button {
+ margin: 2px 0 1px;
+ padding: 9px;
+}
+
+.background .raven .option-subtitle {
+ font-size: smaller;
+}
+
+.background .raven .audio-widget scale.marks-after {
+ padding-top: 0;
+ padding-bottom: 0;
+}
+
+.background .raven .audio-widget scale.marks-after label {
+ font-size: 90%;
+ padding: 0;
+ margin: -10px 0 0 6px;
+}
+
+.background .raven .audio-widget button.flat.expander-button {
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+.background .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .background .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked {
+ background-color: rgba(255, 255, 255, 0.06);
+ color: #c5c8c6;
+}
+
+.background .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .background .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label {
+ color: #c5c8c6;
+}
+
+.background .raven .audio-widget list.devices-list.sound-devices > row.activatable label {
+ padding-left: 12px;
+}
+
+calendar.raven-calendar {
+ margin: 2px 0;
+ padding: 2px;
+ border-style: none;
+ background-color: transparent;
+}
+
+calendar.raven-calendar:selected {
+ border-radius: 3px;
+ background-color: #f58f44;
+}
+
+.raven-mpris {
+ background-color: rgba(0, 0, 0, 0.6);
+ color: #c5c8c6;
+}
+
+.raven-mpris label {
+ min-height: 24px;
+}
+
+.raven-mpris button.image-button {
+ padding: 9px;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame {
+ padding: 0;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame list {
+ background-color: transparent;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable {
+ margin-left: -8px;
+ margin-right: -2px;
+ background-color: transparent;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *,
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * {
+ color: #c5c8c6;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image {
+ padding-left: 8px;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button {
+ min-height: 32px;
+ min-width: 32px;
+ margin: 8px;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image {
+ padding: 0;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list {
+ border-radius: 2px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+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);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child {
+ border-bottom: none;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected {
+ background-color: rgba(255, 255, 255, 0.06);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label {
+ padding: 0 16px;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button {
+ min-height: 24px;
+ min-width: 24px;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image {
+ padding: 0;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected {
+ background-color: rgba(66, 133, 244, 0.75);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *,
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * {
+ color: #c5c8c6;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button {
+ border: none;
+}
+
+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);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, 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);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list {
+ border: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+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);
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child {
+ border-bottom: none;
+}
+
+box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected {
+ background-color: rgba(66, 133, 244, 0.65);
+}
+
+.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window {
+ background-color: transparent;
+}
+
+.budgie-notification .notification-title, .budgie-switcher .notification-title {
+ font-size: 120%;
+}
+
+.budgie-osd .budgie-osd-text {
+ font-size: 120%;
+}
+
+.drop-shadow {
+ margin: 5px 9px;
+ padding: 3px;
+ border-radius: 2px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #383a3e;
+}
+
+.drop-shadow .linked > button {
+ border-radius: 2px;
+}
+
+.budgie-run-dialog, .budgie-polkit-dialog, .budgie-session-dialog {
+ border-radius: 2px;
+ background-color: #383a3e;
+}
+
+.budgie-run-dialog decoration, .budgie-polkit-dialog decoration, .budgie-session-dialog decoration {
+ border-radius: 2px;
+}
+
+.budgie-run-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-session-dialog .linked.horizontal > button {
+ padding: 8px 16px;
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 0;
+}
+
+.budgie-run-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-session-dialog .linked.horizontal > button:first-child {
+ border-bottom-left-radius: 2px;
+}
+
+.budgie-run-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-session-dialog .linked.horizontal > button:last-child {
+ border-bottom-right-radius: 2px;
+}
+
+.budgie-run-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-session-dialog .linked.horizontal > button.suggested-action {
+ color: #f58f44;
+}
+
+.budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked {
+ background-color: #f58f44;
+ color: #c5c8c6;
+ border-color: #f58f44;
+ box-shadow: none;
+}
+
+.budgie-run-dialog .linked.horizontal > button.suggested-action:disabled, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:disabled, .budgie-session-dialog .linked.horizontal > button.suggested-action:disabled {
+ opacity: 0.65;
+}
+
+.budgie-run-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-session-dialog .linked.horizontal > button.destructive-action {
+ color: #cc6666;
+}
+
+.budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked {
+ background-color: #cc6666;
+ color: #c5c8c6;
+ border-color: #cc6666;
+ box-shadow: none;
+}
+
+.budgie-run-dialog .linked.horizontal > button.destructive-action:disabled, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:disabled, .budgie-session-dialog .linked.horizontal > button.destructive-action:disabled {
+ opacity: 0.65;
+}
+
+.budgie-session-dialog label:not(:last-child),
+.budgie-session-dialog .dialog-title {
+ font-size: 120%;
+}
+
+.budgie-polkit-dialog .message {
+ color: rgba(255, 255, 255, 0.45);
+}
+
+.budgie-polkit-dialog .failure {
+ color: #cc6666;
+}
+
+.budgie-run-dialog {
+ background-color: #191919;
+}
+
+.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, .budgie-run-dialog list label.separator, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body {
+ opacity: 1;
+}
+
+.budgie-run-dialog scrolledwindow {
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+.budgie-panel box.titlebar {
+ min-width: 16px;
+ min-height: 16px;
+ border-radius: 0;
+ background: unset;
+ box-shadow: none;
+ border: none;
+}
+
+.budgie-panel box.titlebar > widget > label {
+ color: #c5c8c6;
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton {
+ min-width: 16px;
+ min-height: 16px;
+ padding: 0 0;
+ margin: 0 6px;
+ background: none;
+ box-shadow: none;
+ color: #c5c8c6;
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton image {
+ border-radius: 100px;
+ background-size: 16px 16px;
+ background-position: center center;
+ background-repeat: no-repeat;
+ transition-duration: 0s;
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton:hover, .budgie-panel box.titlebar > button.image-button.titlebutton:active {
+ background: none;
+ box-shadow: none;
+ color: #c5c8c6;
+ animation: none;
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton:hover image, .budgie-panel box.titlebar > button.image-button.titlebutton:active image {
+ -gtk-icon-shadow: none;
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton.close:hover image {
+ background-image: image(#cc6666);
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton.close:active image {
+ background-image: image(#ff1f1f);
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):hover image {
+ background-image: image(rgba(255, 255, 255, 0.2));
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):active image {
+ background-image: image(#f58f44);
+}
+
+.budgie-panel box.titlebar > button.image-button.titlebutton:disabled image {
+ opacity: 0;
+}
+
+.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;
+}
+
+/************************
+ * LightDM GTK+ Greeter *
+ ************************/
+#panel_window {
+ background-color: alpha(black, 0.3);
+ color: alpha(#c5c8c6, 0.8);
+}
+
+#panel_window menubar,
+#panel_window separator {
+ background-color: transparent;
+}
+
+#login_window,
+#shutdown_dialog,
+#restart_dialog {
+ margin: 8px;
+ border-radius: 2px;
+ box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
+ background-color: #383a3e;
+}
+
+#content_frame {
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
+}
+
+#buttonbox_frame {
+ padding-top: 24px;
+}
+
+#greeter_infobar {
+ margin-top: -1px;
+}
+
+/* GTK NAMED COLORS
+ ----------------
+ use responsibly! */
+/* widget text/foreground color */
+@define-color theme_fg_color #c5c8c6;
+/* text color for entries, views and content in general */
+@define-color theme_text_color currentColor;
+/* widget base background color */
+@define-color theme_bg_color #191919;
+/* text widgets and the like base background color */
+@define-color theme_base_color #191919;
+/* base background color of selections */
+@define-color theme_selected_bg_color #f58f44;
+/* text/foreground color of selections */
+@define-color theme_selected_fg_color #c5c8c6;
+/* base background color of insensitive widgets */
+@define-color insensitive_bg_color #191919;
+/* text foreground color of insensitive widgets */
+@define-color insensitive_fg_color rgba(255, 255, 255, 0.45);
+/* insensitive text widgets and the like base background color */
+@define-color insensitive_base_color #191919;
+/* widget text/foreground color on backdrop windows */
+@define-color theme_unfocused_fg_color #c5c8c6;
+/* text color for entries, views and content in general on backdrop windows */
+@define-color theme_unfocused_text_color currentColor;
+/* widget base background color on backdrop windows */
+@define-color theme_unfocused_bg_color #191919;
+/* text widgets and the like base background color on backdrop windows */
+@define-color theme_unfocused_base_color #191919;
+/* base background color of selections on backdrop windows */
+@define-color theme_unfocused_selected_bg_color #f58f44;
+/* text/foreground color of selections on backdrop windows */
+@define-color theme_unfocused_selected_fg_color #c5c8c6;
+/* insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.45);
+/* widgets main borders color */
+@define-color borders rgba(255, 255, 255, 0.12);
+/* widgets main borders color on backdrop windows */
+@define-color unfocused_borders rgba(255, 255, 255, 0.12);
+/* widgets */
+@define-color fg_color #c5c8c6;
+@define-color text_color currentColor;
+@define-color bg_color #191919;
+@define-color base_color #191919;
+/* WM */
+@define-color wm_title alpha(#c5c8c6, 0.8);
+@define-color wm_unfocused_title alpha(#c5c8c6, 0.5);
+@define-color wm_bg #191919;
+@define-color wm_bg_unfocused #191919;
+@define-color wm_highlight #191919;
+/* these are pretty self explicative */
+@define-color warning_color #f0c674;
+@define-color error_color #a54242;
+@define-color success_color #81C995;
+@define-color content_view_bg #191919;
+@define-color placeholder_text_color #707880;
+/* Very contrasty background for text views (@theme_text foreground) */
+@define-color text_view_bg #252629;
+@define-color budgie_tasklist_indicator_color #f58f44;
+@define-color budgie_tasklist_indicator_color_active #f58f44;
+@define-color budgie_tasklist_indicator_color_active_window #3c629f;
+@define-color budgie_tasklist_indicator_color_attention #f0c674;