You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
horst3180_arc-theme/common/gtk-3.0/3.16/gtk-contained-solid-dark.css

3973 lines
160 KiB

9 years ago
* {
background-clip: padding-box;
-GtkToolButton-icon-spacing: 4;
-GtkTextView-error-underline-color: #FC4138;
-GtkPaned-handle-size: 1;
-GtkCheckButton-indicator-size: 16;
-GtkCheckMenuItem-indicator-size: 16;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkScrolledWindow-scrollbars-within-bevel: 1;
-GtkToolItemGroup-expander-size: 11;
-GtkExpander-expander-size: 16;
-GtkTreeView-expander-size: 11;
-GtkTreeView-horizontal-separator: 4;
-GtkMenu-horizontal-padding: 0;
-GtkMenu-vertical-padding: 0;
-GtkWidget-link-color: #a9caf1;
-GtkWidget-visited-link-color: #7eafe9;
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkStatusbar-shadow-type: none;
outline-color: rgba(211, 218, 227, 0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px; }
/***************
* Base States *
***************/
.background {
color: #D3DAE3;
background-color: #383C4A; }
9 years ago
/*
These wildcard seems unavoidable, need to investigate.
Wildcards are bad and troublesome, use them with care,
or better, just don't.
Everytime a wildcard is used a kitten dies, painfully.
*/
*:insensitive {
-gtk-image-effect: dim; }
.gtkstyle-fallback {
background-color: #383C4A;
9 years ago
color: #D3DAE3; }
.gtkstyle-fallback:prelight {
background-color: #4e5467;
9 years ago
color: #D3DAE3; }
.gtkstyle-fallback:active {
background-color: #22242d;
9 years ago
color: #D3DAE3; }
.gtkstyle-fallback:insensitive {
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
9 years ago
.gtkstyle-fallback:selected {
background-color: #5294E2;
color: #ffffff; }
.view {
color: #D3DAE3;
background-color: #404552; }
9 years ago
.view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle {
color: rgba(211, 218, 227, 0.55); }
.view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus {
color: rgba(255, 255, 255, 0.65);
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
color: #D3DAE3; }
9 years ago
.label:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle {
opacity: 0.55; }
GtkAssistant .sidebar {
background-color: #404552;
border-top: 1px solid #2b2e39; }
9 years ago
GtkAssistant .sidebar:dir(ltr) {
border-right: 1px solid #2b2e39; }
9 years ago
GtkAssistant .sidebar:dir(rtl) {
border-left: 1px solid #2b2e39; }
9 years ago
GtkAssistant.csd .sidebar {
border-top-style: none; }
9 years ago
GtkAssistant .sidebar .label {
padding: 6px 12px; }
9 years ago
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
color: #ffffff; }
GtkTextView {
background-color: #3c414e; }
9 years ago
.grid-child {
padding: 3px;
border-radius: 3px; }
.grid-child:selected {
outline-offset: -2px; }
.popover.osd, .osd {
color: #BAC3CF;
9 years ago
border: none;
background-color: #353945;
9 years ago
background-clip: padding-box;
outline-color: rgba(186, 195, 207, 0.3);
9 years ago
box-shadow: none; }
/**********************
* Spinner Animations *
**********************/
@keyframes spin {
to {
-gtk-icon-transform: rotate(1turn); } }
9 years ago
.spinner {
background-image: none;
background-color: blue;
opacity: 0;
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
.spinner:active {
opacity: 1;
animation: spin 1s linear infinite; }
.spinner:active:insensitive {
opacity: 0.5; }
/****************
* Text Entries *
****************/
.entry {
border: 1px solid;
padding: 5px 8px 6px;
border-radius: 3px;
9 years ago
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552); }
9 years ago
.header-bar .entry {
padding: 6px; }
9 years ago
.entry.image {
padding-left: 3px;
padding-right: 3px; }
.entry.flat, .entry.flat:focus {
padding: 2px;
color: #D3DAE3;
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
9 years ago
border: none;
border-radius: 0; }
.entry:focus {
background-clip: border-box;
9 years ago
color: #D3DAE3;
border-color: #5294E2;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552); }
9 years ago
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected,
.entry:selected:focus {
9 years ago
background-color: #5294E2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
9 years ago
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-style: solid;
background-image: none;
background-color: transparent;
box-shadow: none; }
.linked > .entry:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.linked > .entry:first-child:dir(rtl) {
border-right-style: none; }
.linked > .entry:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
.linked > .entry:last-child:dir(rtl) {
border-left-style: solid; }
.entry.error {
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #d6423d); }
9 years ago
.entry.error:focus {
background-image: linear-gradient(to bottom, #FC4138);
color: white; }
.entry.error:selected, .entry.error:selected:focus {
background-color: white;
color: #FC4138; }
.entry.warning {
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #ce6e3b); }
9 years ago
.entry.warning:focus {
background-image: linear-gradient(to bottom, #F27835);
color: white; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: white;
color: #F27835; }
.entry.image {
color: #b6bcc6; }
9 years ago
.entry.image:hover {
color: #D3DAE3; }
.entry.image:active {
color: #5294E2; }
.linked.vertical > .entry {
border-bottom-color: #3a3e4a;
9 years ago
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
9 years ago
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
9 years ago
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
9 years ago
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
background-color: transparent; }
.osd .entry.image, .osd .entry.image:hover {
color: inherit; }
.osd .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
9 years ago
GtkSearchEntry.entry {
border-radius: 20px; }
9 years ago
/***********
* Buttons *
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
9 years ago
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid;
border-radius: 3px;
padding: 5px 8px;
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
9 years ago
.header-bar .button {
padding: 6px 11px; }
.button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
background-color: rgba(68, 74, 88, 0);
border-color: rgba(43, 46, 57, 0);
9 years ago
transition: none; }
.button.flat:hover {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 350ms; }
.button.flat:hover:active {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.button:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666;
9 years ago
-gtk-image-effect: highlight; }
.button:active, .button:checked {
background-clip: padding-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {
color: #ffffff; }
9 years ago
.button.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none; }
.button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
9 years ago
.button:insensitive > GtkLabel {
color: inherit; }
.button:insensitive:active, .button:insensitive:checked {
color: rgba(255, 255, 255, 0.8);
border-color: rgba(82, 148, 226, 0.75);
background-color: rgba(82, 148, 226, 0.75);
9 years ago
opacity: 0.6; }
.button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel {
color: inherit; }
.button.osd {
outline-color: rgba(186, 195, 207, 0.3);
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4);
background-color: #353945; }
9 years ago
.button.osd.image-button {
padding: 10px; }
.button.osd:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5);
background-color: #353945; }
9 years ago
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
9 years ago
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25); }
9 years ago
.osd .button {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4);
9 years ago
border-radius: 0;
border-left-style: none;
border-right-style: none; }
.osd .button:dir(rtl) {
border-radius: 0;
border-right-style: none;
border-left-style: none; }
.osd .button:first-child {
border-radius: 3px 0 0 3px;
border-left-style: solid; }
.osd .button:last-child {
border-radius: 0 3px 3px 0;
border-right-style: solid; }
.osd .button:last-child:dir(rtl) {
border-left-style: solid; }
.osd .button:only-child {
border-radius: 3px;
border-style: solid; }
.osd .button:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
9 years ago
.osd .button:active, .osd .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
9 years ago
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25); }
9 years ago
.osd .button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none; }
.osd .button.flat:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
9 years ago
.osd .button.flat:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25);
9 years ago
background-image: none; }
.osd .button.flat:active, .osd .button.flat:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
9 years ago
.button.suggested-action {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
9 years ago
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #4DADD4;
outline-color: rgba(77, 173, 212, 0.3); }
9 years ago
.button.suggested-action:hover {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
9 years ago
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
.button.suggested-action.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(77, 173, 212, 0.65); }
9 years ago
.button.suggested-action:insensitive {
opacity: 0.75; }
9 years ago
.button.destructive-action {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
9 years ago
.button.destructive-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #F04A50;
outline-color: rgba(240, 74, 80, 0.3); }
9 years ago
.button.destructive-action:hover {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
9 years ago
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
.button.destructive-action.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(240, 74, 80, 0.65); }
9 years ago
.button.destructive-action:insensitive {
opacity: 0.75; }
9 years ago
.button.image-button {
padding: 8px; }
.header-bar .button.image-button {
padding: 6px 9px; }
.button.text-button {
padding-left: 16px;
padding-right: 16px; }
.header-bar .button.text-button {
padding: 6px 16px; }
.button.text-button.image-button {
padding: 4px 8px 5px; }
.button.text-button.image-button GtkLabel:first-child {
padding-left: 8px; }
.button.text-button.image-button GtkLabel:last-child {
padding-right: 8px; }
.header-bar .button.text-button.image-button {
padding: 6px 16px; }
.stack-switcher > .button {
outline-offset: -3px; }
.stack-switcher > .button > GtkLabel {
padding-left: 6px;
padding-right: 6px; }
.stack-switcher > .button > GtkImage {
padding-left: 6px;
padding-right: 6px;
padding-top: 5px;
padding-bottom: 5px; }
.stack-switcher > .button .header-bar > GtkLabel {
padding: 6px 10px; }
.stack-switcher > .button.text-button {
padding: 5px 10px; }
.header-bar .stack-switcher > .button.text-button {
padding: 6px 10px; }
.stack-switcher > .button.image-button {
padding: 1px 3px; }
.stack-switcher > .button.needs-attention:active > .label,
.stack-switcher > .button.needs-attention:active > GtkImage,
.stack-switcher > .button.needs-attention:checked > .label,
.stack-switcher > .button.needs-attention:checked > GtkImage {
9 years ago
animation: none;
background-image: none; }
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
9 years ago
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
.stack-switcher > .button.needs-attention > .label:dir(rtl),
.stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) {
background-position: left 3px, left 2px; }
9 years ago
.inline-toolbar .button, .inline-toolbar .button:backdrop {
border-radius: 2px;
border-width: 1px; }
.inline-toolbar GtkToolButton > .button {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
9 years ago
.inline-toolbar GtkToolButton > .button:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
.inline-toolbar GtkToolButton > .button:active,
.inline-toolbar GtkToolButton > .button:checked {
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
9 years ago
.inline-toolbar GtkToolButton > .button:insensitive > GtkLabel {
color: inherit; }
.inline-toolbar GtkToolButton > .button:insensitive:active,
.inline-toolbar GtkToolButton > .button:insensitive:checked {
color: rgba(255, 255, 255, 0.8);
border-color: rgba(82, 148, 226, 0.75);
background-color: rgba(82, 148, 226, 0.75);
9 years ago
opacity: 0.6; }
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel,
.inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
9 years ago
color: inherit; }
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button,
.linked > .button:hover,
.linked > .button:active,
.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button,
.header-bar .linked.stack-switcher > .button,
.primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) {
9 years ago
border-radius: 0;
border-left-style: none;
border-right-style: none; }
.inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover,
GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover,
.header-bar .linked.stack-switcher > .button:hover,
.primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
.inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active,
GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active,
.header-bar .linked.stack-switcher > .button:active,
.primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked,
GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked,
.header-bar .linked.stack-switcher > .button:checked,
.primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) {
box-shadow: none; }
.inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .linked > .button:dir(rtl),
GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl),
.header-bar .linked.stack-switcher > .button:dir(rtl),
.primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) {
9 years ago
border-radius: 0; }
.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child,
.inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child,
.header-bar .linked.stack-switcher > .button:first-child,
.primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child {
9 years ago
border-radius: 3px 0 0 3px;
border-left-style: solid; }
.osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover,
.inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover,
.header-bar .linked.stack-switcher > .button:first-child:hover,
.primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover {
box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); }
.osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active,
.inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active,
.header-bar .linked.stack-switcher > .button:first-child:active,
.primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked,
.inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked,
.header-bar .linked.stack-switcher > .button:first-child:checked,
.primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked {
box-shadow: none; }
.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child,
.inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child,
.header-bar .linked.stack-switcher > .button:last-child,
.primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child {
9 years ago
border-radius: 0 3px 3px 0;
border-right-style: solid; }
.osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover,
.inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover,
.header-bar .linked.stack-switcher > .button:last-child:hover,
.primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); }
.osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active,
.inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active,
.header-bar .linked.stack-switcher > .button:last-child:active,
.primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked,
.inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked,
.header-bar .linked.stack-switcher > .button:last-child:checked,
.primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked {
box-shadow: none; }
.osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl),
.inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl),
.header-bar .linked.stack-switcher > .button:last-child:dir(rtl),
.primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) {
9 years ago
border-bottom-left-radius: 0; }
.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child,
.inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child,
.header-bar .linked.stack-switcher > .button:only-child,
.primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child {
9 years ago
border-radius: 3px;
border-style: solid; }
.osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover,
.inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover,
.header-bar .linked.stack-switcher > .button:only-child:hover,
.primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover {
9 years ago
box-shadow: none; }
.osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active,
.inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active,
.header-bar .linked.stack-switcher > .button:only-child:active,
.primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked,
.inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked,
.header-bar .linked.stack-switcher > .button:only-child:checked,
.primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked {
box-shadow: none; }
9 years ago
.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button,
.linked.vertical > .button:hover,
.linked.vertical > .button:active,
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button,
9 years ago
.linked.vertical > GtkComboBox > .button {
border-style: solid;
border-bottom-style: none;
border-top-style: none;
border-radius: 0; }
.linked.vertical > .entry:hover, .linked.vertical > .button:hover,
.linked.vertical > GtkComboBoxText > .button:hover,
9 years ago
.linked.vertical > GtkComboBox > .button:hover {
box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); }
.linked.vertical > .entry:active, .linked.vertical > .button:active,
.linked.vertical > GtkComboBoxText > .button:active,
.linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked,
.linked.vertical > GtkComboBoxText > .button:checked,
.linked.vertical > GtkComboBox > .button:checked {
box-shadow: none; }
9 years ago
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child,
.linked.vertical > GtkComboBoxText:first-child > .button,
9 years ago
.linked.vertical > GtkComboBox:first-child > .button {
border-radius: 3px 3px 0 0;
border-top-style: solid; }
.linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover,
.linked.vertical > GtkComboBoxText:first-child > .button:hover,
9 years ago
.linked.vertical > GtkComboBox:first-child > .button:hover {
box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); }
.linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active,
.linked.vertical > GtkComboBoxText:first-child > .button:active,
.linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked,
.linked.vertical > GtkComboBoxText:first-child > .button:checked,
.linked.vertical > GtkComboBox:first-child > .button:checked {
box-shadow: none; }
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child,
.linked.vertical > GtkComboBoxText:last-child > .button,
9 years ago
.linked.vertical > GtkComboBox:last-child > .button {
border-radius: 0 0 3px 3px;
border-bottom-style: solid; }
.linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover,
.linked.vertical > GtkComboBoxText:last-child > .button:hover,
9 years ago
.linked.vertical > GtkComboBox:last-child > .button:hover {
box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); }
.linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active,
.linked.vertical > GtkComboBoxText:last-child > .button:active,
.linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked,
.linked.vertical > GtkComboBoxText:last-child > .button:checked,
.linked.vertical > GtkComboBox:last-child > .button:checked {
box-shadow: none; }
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child,
.linked.vertical > GtkComboBoxText:only-child > .button,
9 years ago
.linked.vertical > GtkComboBox:only-child > .button {
border-radius: 3px;
border-style: solid; }
.linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover,
.linked.vertical > GtkComboBoxText:only-child > .button:hover,
9 years ago
.linked.vertical > GtkComboBox:only-child > .button:hover {
box-shadow: none; }
.linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active,
.linked.vertical > GtkComboBoxText:only-child > .button:active,
.linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked,
.linked.vertical > GtkComboBoxText:only-child > .button:checked,
.linked.vertical > GtkComboBox:only-child > .button:checked {
box-shadow: none; }
9 years ago
.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .popup.button, .notebook tab .button, .list-row.button, .app-notification .button.flat,
.app-notification.frame .button.flat, .app-notification .button.flat:insensitive,
.app-notification.frame .button.flat:insensitive {
9 years ago
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none; }
/* menu buttons */
.menuitem.button.flat {
transition: none;
outline-offset: -1px;
border-radius: 2px; }
.menuitem.button.flat:hover {
background-color: #484c59; }
.menuitem.button.flat:checked {
color: #D3DAE3; }
9 years ago
/*********
* Links *
*********/
*:link, .button:link, .button:visited {
color: #a9caf1; }
*:link:visited, .button:visited {
color: #7eafe9; }
*:selected *:link:visited, *:selected .button:visited {
color: #bad4f3; }
9 years ago
*:link:hover, .button:hover:link, .button:hover:visited {
color: #d5e5f8; }
*:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited {
color: #eef4fc; }
9 years ago
*:link:active, .button:active:link, .button:active:visited {
color: #a9caf1; }
*:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited {
color: #dceaf9; }
*:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link,
.header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dceaf9; }
9 years ago
/*****************
* GtkSpinButton *
*****************/
.spinbutton {
border-radius: 3px; }
.spinbutton .button {
background-image: none;
border: 1px solid rgba(43, 46, 57, 0.6);
9 years ago
border-style: none none none solid;
color: #ccd3dc;
9 years ago
border-radius: 0;
box-shadow: none; }
.spinbutton .button:dir(rtl) {
border-style: none solid none none; }
.spinbutton .button:first-child {
color: red; }
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
.spinbutton .button:active {
background-color: #5294E2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
9 years ago
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
9 years ago
.spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
9 years ago
.spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
9 years ago
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
9 years ago
.spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
9 years ago
.spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry {
border-radius: 0;
padding-left: 5px;
padding-right: 5px; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive {
border-radius: 2px 2px 0 0;
border-style: solid solid none solid; }
.spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive {
border-radius: 0 0 2px 2px;
border-style: none solid solid solid; }
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-radius: 0;
box-shadow: none; }
/**************
* ComboBoxes *
**************/
GtkComboBox {
-GtkComboBox-arrow-scaling: 0.5;
-GtkComboBox-shadow-type: none; }
GtkComboBox > .button {
padding-top: 3px;
padding-bottom: 4px; }
GtkComboBox:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator {
-GtkWidget-wide-separators: true; }
GtkComboBox.combobox-entry .entry:dir(ltr) {
9 years ago
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #2b2e39; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); }
GtkComboBox.combobox-entry .button:dir(rtl) {
box-shadow: inset -1px 0 #2b2e39; }
GtkComboBox.combobox-entry .button:dir(rtl):insensitive {
box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); }
9 years ago
/************
* Toolbars *
************/
.toolbar, .inline-toolbar {
-GtkWidget-window-dragging: true;
padding: 4px;
background-color: #383C4A; }
9 years ago
.osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
background-color: rgba(53, 57, 69, 0.9); }
9 years ago
.primary-toolbar {
color: rgba(207, 218, 231, 0.8);
background-color: #2f343f;
9 years ago
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; }
9 years ago
.primary-toolbar:backdrop {
background-color: #323843; }
9 years ago
.inline-toolbar {
background-color: #313541;
9 years ago
border-style: solid;
border-color: #2b2e39;
9 years ago
border-width: 0 1px 1px;
padding: 3px;
border-radius: 0 0 3px 3px; }
9 years ago
.search-bar {
background-color: #383C4A;
9 years ago
border-style: solid;
border-color: #2b2e39;
9 years ago
border-width: 0 0 1px;
padding: 3px; }
.action-bar {
background-color: #313541; }
9 years ago
/***************
* Header bars *
***************/
.header-bar {
padding: 7px 7px 6px 7px;
border-width: 0 0 1px;
border-style: solid;
border-radius: 0;
border-color: #262a33;
color: rgba(207, 218, 231, 0.8);
background-color: #2f343f; }
9 years ago
.csd .header-bar {
background-color: #2f343f; }
9 years ago
.header-bar:backdrop {
color: rgba(207, 218, 231, 0.5);
background-color: #323843; }
9 years ago
.csd .header-bar:backdrop {
background-color: #323843; }
9 years ago
.header-bar .title {
padding: 0px 12px; }
.header-bar .subtitle {
font-size: smaller;
padding: 0 12px; }
.header-bar.selection-mode,
.header-bar.titlebar.selection-mode {
9 years ago
color: #ffffff;
background-color: #5294E2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop,
.header-bar.titlebar.selection-mode:backdrop {
9 years ago
background-color: #5294E2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button,
.header-bar.titlebar.selection-mode .button {
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0); }
.header-bar.selection-mode .button.flat,
.header-bar.titlebar.selection-mode .button.flat {
9 years ago
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
.header-bar.selection-mode .button:hover,
.header-bar.titlebar.selection-mode .button:hover {
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active,
.header-bar.selection-mode .button:checked,
.header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
.header-bar.selection-mode .button:insensitive,
.header-bar.titlebar.selection-mode .button:insensitive {
9 years ago
color: rgba(255, 255, 255, 0.4);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0); }
.header-bar.selection-mode .button:insensitive:active,
.header-bar.selection-mode .button:insensitive:checked,
.header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked {
color: rgba(82, 148, 226, 0.4);
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0.15); }
.header-bar.selection-mode .selection-menu,
.header-bar.titlebar.selection-mode .selection-menu {
9 years ago
box-shadow: none;
padding-left: 10px;
padding-right: 10px; }
.header-bar.selection-mode .selection-menu GtkArrow,
.header-bar.titlebar.selection-mode .selection-menu GtkArrow {
9 years ago
-GtkArrow-arrow-scaling: 1; }
.header-bar.selection-mode .selection-menu .arrow,
.header-bar.titlebar.selection-mode .selection-menu .arrow {
9 years ago
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.maximized .header-bar.selection-mode,
.maximized .header-bar.titlebar.selection-mode {
9 years ago
background-color: #5294e2; }
.tiled .header-bar, .tiled .header-bar:backdrop,
.maximized .header-bar, .maximized .header-bar:backdrop {
9 years ago
border-radius: 0; }
.maximized .header-bar {
background-color: #2f343f; }
9 years ago
.maximized .header-bar:backdrop {
background-color: #323843; }
9 years ago
.header-bar.default-decoration {
padding-top: 5px;
padding-bottom: 5px;
background-color: #2f343f;
9 years ago
border-bottom-width: 0; }
.header-bar.default-decoration:backdrop {
background-color: #323843; }
9 years ago
.titlebar {
padding-left: 7px;
padding-right: 7px;
border-radius: 3px 3px 0 0;
color: rgba(207, 218, 231, 0.8);
background-color: #2f343f;
box-shadow: inset 0 1px #363b48; }
.csd .titlebar {
background-color: #2f343f; }
9 years ago
.titlebar:backdrop {
color: rgba(207, 218, 231, 0.5);
background-color: #323843; }
.csd .titlebar:backdrop {
background-color: #323843; }
.maximized .titlebar {
background-color: #2f343f; }
.maximized .titlebar:backdrop {
background-color: #323843; }
.titlebar .titlebar,
.titlebar .titlebar:backdrop {
background-color: transparent; }
9 years ago
.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator,
.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator {
9 years ago
-GtkWidget-wide-separators: true;
-GtkWidget-separator-width: 1px;
border-width: 0 1px;
border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; }
.primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop,
.header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop {
9 years ago
opacity: 0.6; }
.primary-toolbar .entry, .header-bar .entry {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
9 years ago
background-color: transparent; }
.primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover {
color: inherit; }
.primary-toolbar .entry:backdrop, .header-bar .entry:backdrop {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
9 years ago
.primary-toolbar .entry:insensitive, .header-bar .entry:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
9 years ago
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
background-image: none;
background-color: transparent; }
9 years ago
.primary-toolbar .button, .header-bar .button {
color: rgba(207, 218, 231, 0.8);
outline-color: rgba(207, 218, 231, 0.1);
9 years ago
outline-offset: -3px;
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
9 years ago
.primary-toolbar .button:backdrop, .header-bar .button:backdrop {
opacity: 0.7; }
.primary-toolbar .button:hover, .header-bar .button:hover {
color: rgba(207, 218, 231, 0.8);
outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
9 years ago
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-clip: padding-box; }
9 years ago
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
background-color: rgba(47, 52, 63, 0);
border-color: rgba(47, 52, 63, 0); }
9 years ago
.primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel {
color: inherit; }
.primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked {
color: rgba(255, 255, 255, 0.75);
border-color: rgba(82, 148, 226, 0.65);
background-color: rgba(82, 148, 226, 0.65); }
9 years ago
.primary-toolbar .linked > .button, .header-bar .linked > .button {
border-radius: 3px;
border-style: solid; }
9 years ago
.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover {
box-shadow: none; }
.primary-toolbar .linked.stack-switcher > .button,
.header-bar .linked.stack-switcher > .button,
.primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button {
color: rgba(207, 218, 231, 0.8);
outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover,
.header-bar .linked.stack-switcher > .button:hover,
.primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
background-color: rgba(134, 144, 165, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:active,
.header-bar .linked.stack-switcher > .button:active,
.primary-toolbar .linked.stack-switcher > .button:checked,
.header-bar .linked.stack-switcher > .button:checked,
.primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive,
.header-bar .linked.stack-switcher > .button:insensitive,
.primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover,
.header-bar .linked.stack-switcher > .button:hover,
.primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:active,
.header-bar .linked.stack-switcher > .button:active,
.primary-toolbar .linked.stack-switcher > .button:checked,
.header-bar .linked.stack-switcher > .button:checked,
.primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
box-shadow: none; }
.primary-toolbar .linked.stack-switcher > .button:first-child:hover,
.header-bar .linked.stack-switcher > .button:first-child:hover,
.primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:first-child:active,
.header-bar .linked.stack-switcher > .button:first-child:active,
.primary-toolbar .linked.stack-switcher > .button:first-child:checked,
.header-bar .linked.stack-switcher > .button:first-child:checked,
.primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked {
box-shadow: none; }
.primary-toolbar .linked.stack-switcher > .button:last-child:hover,
.header-bar .linked.stack-switcher > .button:last-child:hover,
.primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:last-child:active,
.header-bar .linked.stack-switcher > .button:last-child:active,
.primary-toolbar .linked.stack-switcher > .button:last-child:checked,
.header-bar .linked.stack-switcher > .button:last-child:checked,
.primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked {
box-shadow: none; }
.primary-toolbar .linked.stack-switcher > .button:only-child:hover,
.header-bar .linked.stack-switcher > .button:only-child:hover,
.primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover {
box-shadow: none; }
.primary-toolbar .linked.stack-switcher > .button:only-child:active,
.header-bar .linked.stack-switcher > .button:only-child:active,
.primary-toolbar .linked.stack-switcher > .button:only-child:checked,
.header-bar .linked.stack-switcher > .button:only-child:checked,
.primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked {
box-shadow: none; }
9 years ago
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
9 years ago
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #4DADD4;
outline-color: rgba(77, 173, 212, 0.3); }
9 years ago
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
9 years ago
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
9 years ago
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(77, 173, 212, 0.65); }
9 years ago
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
opacity: 0.75; }
9 years ago
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop {
9 years ago
opacity: 0.8; }
9 years ago
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
9 years ago
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #F04A50;
outline-color: rgba(240, 74, 80, 0.3); }
9 years ago
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
9 years ago
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
9 years ago
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(240, 74, 80, 0.65); }
9 years ago
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
opacity: 0.75; }
9 years ago
.primary-toolbar .button.destructive-action:backdrop,
.header-bar .button.destructive-action:backdrop,
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop {
9 years ago
opacity: 0.8; }
9 years ago
.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button {
color: #ffffff; }
.primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover {
background-color: rgba(255, 255, 255, 0.1);
border-color: transparent; }
.primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive {
color: rgba(255, 255, 255, 0.4); }
9 years ago
.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button {
color: rgba(207, 218, 231, 0.8); }
9 years ago
.primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover {
background-color: rgba(207, 218, 231, 0.05);
9 years ago
border-color: transparent; }
.primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive {
color: rgba(207, 218, 231, 0.5); }
9 years ago
.primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active {
background-color: rgba(0, 0, 0, 0.1); }
9 years ago
.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive {
color: rgba(207, 218, 231, 0.2); }
9 years ago
.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button {
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
9 years ago
background-color: transparent; }
.primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
box-shadow: none; }
9 years ago
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0); }
.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0); }
9 years ago
.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop {
opacity: 0.75; }
9 years ago
.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough {
background-color: rgba(21, 23, 28, 0.4); }
9 years ago
.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop {
opacity: 0.75; }
9 years ago
.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop {
opacity: 0.75; }
9 years ago
.primary-toolbar .scale.trough, .header-bar .scale.trough {
background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); }
9 years ago
.primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); }
9 years ago
.primary-toolbar .scale.slider, .header-bar .scale.slider {
background-image: linear-gradient(to bottom, #454c5c);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
9 years ago
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
9 years ago
/************
* Pathbars *
************/
.path-bar .button {
padding-left: 6px;
padding-right: 6px; }
.path-bar .button:only-child {
padding-left: 12px;
padding-right: 12px; }
.path-bar .button GtkLabel:last-child {
padding-left: 2px; }
.path-bar .button GtkLabel:first-child {
padding-right: 2px; }
.path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel {
padding-right: 4px;
padding-left: 4px; }
9 years ago
/**************
* Tree Views *
**************/
GtkTreeView.view {
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
GtkTreeView.view:selected {
border-radius: 0;
border-left-color: #a9caf1;
9 years ago
border-top-color: rgba(211, 218, 227, 0.1); }
GtkTreeView.view:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
GtkTreeView.view:insensitive:selected {
color: #97bfee; }
9 years ago
GtkTreeView.view.dnd {
border-style: solid none;
border-width: 1px;
border-color: #93b7e3; }
9 years ago
GtkTreeView.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
color: #8a909b; }
9 years ago
GtkTreeView.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
GtkTreeView.view.expander:hover {
color: #D3DAE3; }
GtkTreeView.view.expander:selected {
color: #cbdff6; }
9 years ago
GtkTreeView.view.expander:selected:hover {
color: #ffffff; }
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
9 years ago
border-radius: 3px;
border-width: 0; }
column-header .button {
color: #b6bcc6;
background-color: #404552; }
9 years ago
column-header .button:hover {
color: #5294E2;
box-shadow: none;
transition: none; }
column-header .button:active {
color: #D3DAE3;
transition: none; }
column-header:last-child .button,
column-header:last-child.button {
9 years ago
border-right-style: none;
border-image: none; }
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
9 years ago
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
background-image: none;
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active, column-header .button:hover {
background-color: #404552; }
column-header .button:active:hover {
color: #D3DAE3; }
9 years ago
column-header .button:insensitive {
border-color: #383C4A;
9 years ago
background-image: none; }
/*********
* Menus *
*********/
.menubar {
-GtkWidget-window-dragging: true;
padding: 0px;
background-color: #2f343f;
color: rgba(207, 218, 231, 0.8); }
9 years ago
.menubar:backdrop {
background-color: #323843; }
9 years ago
.menubar > .menuitem {
padding: 6px 8px;
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
9 years ago
border-color: transparent; }
.menu, .popup {
margin: 4px;
padding: 0;
border-radius: 0;
background-color: #383C4A;
border: 1px solid #2b2e39; }
9 years ago
.csd .menu, .csd .popup {
padding: 4px 0px;
border-radius: 2px;
9 years ago
border: none; }
.menu .menuitem, .popup .menuitem {
padding: 5px; }
.menu .menuitem:hover, .popup .menuitem:hover {
color: #D3DAE3;
background-color: rgba(255, 255, 255, 0.05);
border: solid rgba(255, 255, 255, 0.07);
9 years ago
border-width: 1px 0 1px 0; }
.menu .menuitem:insensitive, .popup .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator, .popup .menuitem.separator, .popup GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .popup .menuitem.view.separator {
color: rgba(64, 69, 82, 0); }
9 years ago
.menu .menuitem.arrow, .popup .menuitem.arrow {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.menu .menuitem.arrow:dir(rtl), .popup .menuitem.arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.menu.button, .popup.button {
border-style: none;
border-radius: 0; }
.menu.button.top, .popup.button.top {
border-bottom: 1px solid #4f5461; }
9 years ago
.menu.button.bottom, .popup.button.bottom {
border-top: 1px solid #4f5461; }
9 years ago
.menu.button:hover, .popup.button:hover {
background-color: #4f5461; }
9 years ago
.menu.button:insensitive, .popup.button:insensitive {
color: transparent;
background-color: transparent;
border-color: transparent; }
.menuitem .accelerator {
color: alpha(currentColor,0.55); }
/************
* Popovers *
************/
.popover {
padding: 2px;
border: 1px solid #20222a;
9 years ago
border-radius: 3px;
background-clip: border-box;
background-color: #383C4A;
9 years ago
box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
9 years ago
.popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator {
color: rgba(64, 69, 82, 0); }
9 years ago
.popover > .list,
.popover > .view,
.popover > .toolbar,
.popover > .inline-toolbar,
.popover.osd > .toolbar, .popover.osd > .inline-toolbar {
9 years ago
border-style: none;
background-color: transparent; }
.entry.cursor-handle,
.cursor-handle {
background-color: transparent;
background-image: none;
box-shadow: none;
border-style: none; }
.entry.cursor-handle.top,
.cursor-handle.top {
-gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); }
.entry.cursor-handle.bottom,
.cursor-handle.bottom {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
/*****************
* Notebooks and *
* Tabs *
*****************/
.notebook {
padding: 0;
background-color: #404552;
9 years ago
-GtkNotebook-initial-gap: 4;
9 years ago
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
9 years ago
-GtkNotebook-tab-overlap: 1;
9 years ago
-GtkNotebook-has-tab-gap: false;
-GtkWidget-focus-padding: 0;
-GtkWidget-focus-line-width: 0;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.notebook.frame {
border: 1px solid #2b2e39; }
9 years ago
.notebook.frame.top {
border-top-width: 0; }
.notebook.frame.bottom {
border-bottom-width: 0; }
.notebook.frame.right {
border-right-width: 0; }
.notebook.frame.left {
border-left-width: 0; }
.notebook.header {
background-color: #383C4A; }
9 years ago
.notebook.header.frame {
border: 0px solid #2b2e39; }
9 years ago
.notebook.header.frame.top {
border-bottom-width: 0; }
.notebook.header.frame.bottom {
border-top-width: 0; }
.notebook.header.frame.right {
border-left-width: 0; }
.notebook.header.frame.left {
border-right-width: 0; }
.notebook.header.top {
box-shadow: inset 0 -1px #2b2e39; }
9 years ago
.notebook.header.bottom {
box-shadow: inset 0 1px #2b2e39; }
9 years ago
.notebook.header.right {
box-shadow: inset 1px 0 #2b2e39; }
9 years ago
.notebook.header.left {
box-shadow: inset -1px 0 #2b2e39; }
9 years ago
.notebook tab {
border-width: 0;
border-style: solid;
border-color: transparent;
background-color: transparent;
outline-color: transparent;
outline-offset: 0; }
.notebook tab.top, .notebook tab.bottom {
9 years ago
padding: 4px 15px; }
9 years ago
.notebook tab.left, .notebook tab.right {
9 years ago
padding: 4px 15px; }
9 years ago
.notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom {
padding-left: 12px;
padding-right: 12px; }
.notebook tab.reorderable-page.top, .notebook tab.top {
9 years ago
padding-top: 6px;
border-radius: 3.5px 2px 0 0;
border-width: 0;
border-top-width: 2px;
border-color: transparent;
background-color: rgba(64, 69, 82, 0); }
9 years ago
.notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page {
background-color: rgba(64, 69, 82, 0.5);
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover {
background-color: #404552;
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.bottom, .notebook tab.bottom {
9 years ago
padding-bottom: 6px;
border-radius: 0 0 2px 3.5px;
border-width: 0;
border-bottom-width: 2px;
border-color: transparent;
background-color: rgba(64, 69, 82, 0); }
9 years ago
.notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page {
background-color: rgba(64, 69, 82, 0.5);
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover {
background-color: #404552;
box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.right, .notebook tab.right {
9 years ago
padding-right: 17px;
border-radius: 0 3.5px 3.5px 0;
border-width: 0;
border-right-width: 2px;
border-color: transparent;
background-color: rgba(64, 69, 82, 0); }
9 years ago
.notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page {
background-color: rgba(64, 69, 82, 0.5);
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover {
background-color: #404552;
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.left, .notebook tab.left {
9 years ago
padding-left: 17px;
border-radius: 3.5px 0 0 3.5px;
border-width: 0;
border-left-width: 2px;
border-color: transparent;
background-color: rgba(64, 69, 82, 0); }
9 years ago
.notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page {
background-color: rgba(64, 69, 82, 0.5);
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
.notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover {
background-color: #404552;
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; }
9 years ago
.notebook tab GtkLabel {
padding: 0 2px;
color: rgba(211, 218, 227, 0.45); }
9 years ago
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: rgba(211, 218, 227, 0.725); }
9 years ago
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #D3DAE3; }
.notebook tab .button {
padding: 0;
color: #9da3ad; }
9 years ago
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
color: rgba(211, 218, 227, 0.45); }
9 years ago
.notebook.arrow:hover {
color: rgba(211, 218, 227, 0.725); }
9 years ago
.notebook.arrow:active {
color: #D3DAE3; }
.notebook.arrow:insensitive {
color: rgba(211, 218, 227, 0.15); }
9 years ago
/**************
* Scrollbars *
**************/
.scrollbar {
-GtkRange-slider-width: 13;
-GtkRange-trough-border: 1;
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
-GtkScrollbar-min-slider-length: 42;
-GtkRange-stepper-spacing: 0;
-GtkRange-trough-under-steppers: 1; }
.scrollbar .button {
border: none; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
opacity: 0.4;
-GtkRange-slider-width: 6px; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
margin: 0;
background-color: #a5abb5;
border: 1px solid rgba(0, 0, 0, 0.3);
9 years ago
background-clip: padding-box; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
border-style: none;
background-color: transparent; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider {
margin-top: 2px;
margin-bottom: 2px; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider {
margin-left: 2px;
margin-right: 2px; }
.scrollbar.overlay-indicator.dragging,
.scrollbar.overlay-indicator.hovering {
9 years ago
opacity: 0.99; }
.scrollbar .trough {
background-color: #3e434f;
border: 1px none #2b2e39; }
9 years ago
.scrollbar .slider {
background-color: #767b87; }
9 years ago
.scrollbar .slider:hover {
background-color: #676b78; }
9 years ago
.scrollbar .slider:prelight:active {
background-color: #5294E2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
border-radius: 100px;
margin: 3px; }
.scrollbar.fine-tune .slider {
margin: 4px; }
.scrollbar.vertical .slider {
margin-left: 4px; }
.scrollbar.vertical .slider:dir(rtl) {
margin-left: 3px;
margin-right: 4px; }
.scrollbar.vertical.fine-tune .slider {
margin-left: 5px; }
.scrollbar.vertical.fine-tune .slider:dir(rtl) {
margin-left: 4px;
margin-right: 5px; }
.scrollbar.vertical .trough {
border-left-style: solid; }
.scrollbar.vertical .trough:dir(rtl) {
border-left-style: none;
border-right-style: solid; }
.scrollbar.horizontal .slider {
margin-top: 4px; }
.scrollbar.horizontal.fine-tune .slider {
margin-top: 5px; }
.scrollbar.horizontal .trough {
border-top-style: solid; }
.scrollbars-junction,
.scrollbars-junction.frame {
border-color: transparent;
border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch;
background-color: #3e434f; }
9 years ago
.scrollbars-junction:dir(rtl),
.scrollbars-junction.frame:dir(rtl) {
border-image-slice: 0 1 0 0; }
/**********
* Switch *
**********/
GtkSwitch {
font: 1;
-GtkSwitch-slider-width: 41;
outline-color: transparent; }
9 years ago
GtkSwitch.trough, GtkSwitch.slider {
background-size: 52px 24px;
background-repeat: no-repeat;
background-position: right center;
color: transparent;
border-color: transparent;
border-image: none;
border-style: none;
box-shadow: none; }
GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) {
background-position: left center; }
GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
.list-row:selected GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
.header-bar GtkSwitch.trough,
.primary-toolbar GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); }
9 years ago
GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
.list-row:selected GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
.header-bar GtkSwitch.trough:active,
.primary-toolbar GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); }
9 years ago
GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
.list-row:selected GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
.header-bar GtkSwitch.trough:insensitive,
.primary-toolbar GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); }
9 years ago
GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
.list-row:selected GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
.header-bar GtkSwitch.trough:active:insensitive,
.primary-toolbar GtkSwitch.trough:active:insensitive {
9 years ago
background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); }
.list-row:selected GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
.list-row:selected GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
9 years ago
.header-bar GtkSwitch.trough,
.primary-toolbar GtkSwitch.trough {
background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); }
9 years ago
.list-row:selected GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
.list-row:selected GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
9 years ago
.header-bar GtkSwitch.trough:active,
.primary-toolbar GtkSwitch.trough:active {
background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); }
9 years ago
.list-row:selected GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
.list-row:selected GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
9 years ago
.header-bar GtkSwitch.trough:insensitive,
.primary-toolbar GtkSwitch.trough:insensitive {
background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); }
9 years ago
.list-row:selected GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
.list-row:selected GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
9 years ago
.header-bar GtkSwitch.trough:active:insensitive,
.primary-toolbar GtkSwitch.trough:active:insensitive {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); }
9 years ago
/*************************
* Check and Radio items *
*************************/
.check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
GtkTreeView.view.check:selected,
.list-row:selected .check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); }
.check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
GtkTreeView.view.check:insensitive:selected,
.list-row:selected .check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); }
.check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
GtkTreeView.view.check:inconsistent:selected,
.list-row:selected .check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); }
.check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
GtkTreeView.view.check:inconsistent:insensitive:selected,
.list-row:selected .check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); }
.check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
GtkTreeView.view.check:checked:selected,
.list-row:selected .check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); }
.check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
GtkTreeView.view.check:checked:insensitive:selected,
.list-row:selected .check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); }
.radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
GtkTreeView.view.radio:selected,
.list-row:selected .radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); }
.radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
GtkTreeView.view.radio:insensitive:selected,
.list-row:selected .radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); }
.radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
GtkTreeView.view.radio:inconsistent:selected,
.list-row:selected .radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); }
.radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
GtkTreeView.view.radio:inconsistent:insensitive:selected,
.list-row:selected .radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); }
.radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
GtkTreeView.view.radio:checked:selected,
.list-row:selected .radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); }
.radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
GtkTreeView.view.radio:checked:insensitive:selected,
.list-row:selected .radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); }
GtkIconView.view.check,
GtkFlowBox.view.check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
background-color: transparent; }
GtkIconView.view.check:checked,
GtkFlowBox.view.check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
background-color: transparent; }
GtkCheckButton.text-button, GtkRadioButton.text-button {
padding: 1px 2px 4px;
outline-offset: 0; }
GtkCheckButton.text-button:insensitive,
GtkCheckButton.text-button:insensitive:active,
GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive,
GtkRadioButton.text-button:insensitive:active,
GtkRadioButton.text-button:insensitive:inconsistent {
color: rgba(211, 218, 227, 0.45); }
9 years ago
/************
* GtkScale *
************/
.scale {
-GtkScale-slider-length: 15;
-GtkRange-slider-width: 15;
-GtkRange-trough-border: 0;
outline-offset: -1px;
outline-radius: 2px; }
.scale.trough {
margin: 5px; }
.scale.fine-tune.trough {
border-radius: 5px;
margin: 3px; }
.scale.slider {
background-clip: border-box;
background-image: linear-gradient(to bottom, #444a58);
border: 1px solid #262933;
9 years ago
border-radius: 50%;
box-shadow: none; }
.scale.slider:hover {
background-image: linear-gradient(to bottom, #505666);
border-color: #262933; }
9 years ago
.scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
9 years ago
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
9 years ago
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
9 years ago
border-color: #5294E2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
.list-row:selected .scale.slider {
background-image: linear-gradient(to bottom, #ffffff);
border-color: #ffffff; }
.list-row:selected .scale.slider:hover {
background-image: linear-gradient(to bottom, #e5effb);
border-color: #e5effb; }
9 years ago
.list-row:selected .scale.slider:active {
background-image: linear-gradient(to bottom, #a9caf1);
border-color: #a9caf1; }
9 years ago
.list-row:selected .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #b1cff2);
border-color: #b1cff2; }
9 years ago
.scale.trough {
border: none;
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
9 years ago
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); }
9 years ago
.osd .scale.trough {
background-image: linear-gradient(to bottom, #454a59);
outline-color: rgba(186, 195, 207, 0.2); }
9 years ago
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
.list-row:selected .scale.trough {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); }
.list-row:selected .scale.trough.highlight {
background-image: linear-gradient(to bottom, #ffffff); }
.list-row:selected .scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, #b1cff2); }
9 years ago
.list-row:selected .scale.trough:insensitive {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
/*****************
* Progress bars *
*****************/
GtkProgressBar {
padding: 0;
font-size: smaller;
color: rgba(211, 218, 227, 0.7); }
GtkProgressBar.osd {
-GtkProgressBar-xspacing: 0;
-GtkProgressBar-yspacing: 0;
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
.osd .scale.progressbar {
background-color: #5294E2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
border-radius: 3px;
background-color: #2d303b; }
9 years ago
GtkProgressBar.trough.osd, .osd.level-bar.trough {
border-style: none;
background-color: transparent;
box-shadow: none; }
/*************
* Level Bar *
*************/
GtkLevelBar {
-GtkLevelBar-min-block-width: 34;
-GtkLevelBar-min-block-height: 3; }
GtkLevelBar.vertical {
-GtkLevelBar-min-block-width: 3;
-GtkLevelBar-min-block-height: 34; }
.level-bar.trough {
padding: 3px;
border-radius: 4px; }
9 years ago
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
.level-bar.fill-block.indicator-discrete.vertical {
margin: 1px 0; }
.level-bar.fill-block.level-high {
border-color: #73d216;
background-color: #73d216; }
.level-bar.fill-block.level-low {
border-color: #F27835;
background-color: #F27835; }
.level-bar.fill-block.empty-fill-block {
background-color: #404552;
border-color: #404552; }
9 years ago
/**********
* Frames *
**********/
.frame {
border: 1px solid #2b2e39;
9 years ago
padding: 0; }
.frame.flat {
border-style: none; }
.frame.action-bar {
padding: 6px;
border-width: 1px 0 0; }
GtkScrolledWindow GtkViewport.frame {
border-style: none; }
.separator, GtkPlacesSidebar.sidebar .view.separator {
color: rgba(0, 0, 0, 0.1); }
GtkFileChooserButton .separator,
GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator,
GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator,
GtkFontButton GtkPlacesSidebar.sidebar .view.separator,
GtkPlacesSidebar.sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical,
GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator,
GtkPlacesSidebar.sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkFontButton .vertical.view.separator {
9 years ago
-GtkWidget-wide-separators: true; }
/*********
* Lists *
*********/
.list, .list-row {
background-color: #404552;
border-color: #2b2e39; }
9 years ago
.list-row,
.grid-child {
padding: 2px; }
.list-row.button {
background-color: transparent;
border-style: none;
border-radius: 0;
box-shadow: none; }
.list-row.button:hover {
background-color: rgba(255, 255, 255, 0.03); }
9 years ago
.list-row.button:active {
color: #D3DAE3; }
.list-row.button:selected:active {
color: #ffffff; }
.list-row.button:selected:hover {
background-color: #4a85cb; }
9 years ago
.list-row.button:selected:insensitive {
color: rgba(255, 255, 255, 0.7);
background-color: rgba(82, 148, 226, 0.7); }
.list-row.button:selected:insensitive .label {
color: inherit; }
.list-row, list-row.button {
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.list-row:hover, list-row.button:hover {
transition: none; }
/*********************
* App Notifications *
*********************/
.app-notification,
.app-notification.frame {
padding: 10px;
color: #BAC3CF;
background-color: #353945;
background-clip: border-box;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
9 years ago
border-style: solid;
border-color: #1f2128; }
.app-notification .button,
.app-notification.frame .button {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
.app-notification .button.flat,
.app-notification.frame .button.flat {
border-color: rgba(82, 148, 226, 0); }
.app-notification .button:hover,
.app-notification.frame .button:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.app-notification .button:active,
.app-notification .button:checked,
.app-notification.frame .button:active, .app-notification.frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25); }
9 years ago
/*************
* Expanders *
*************/
.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.expander:hover {
color: white; }
.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
/************
* Calendar *
***********/
GtkCalendar {
color: #D3DAE3;
border: 1px solid #2b2e39;
9 years ago
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
color: #D3DAE3;
border: none;
border-radius: 0; }
GtkCalendar.button, GtkCalendar.button:focus {
color: rgba(211, 218, 227, 0.45);
border-color: transparent;
background-color: transparent;
background-image: none; }
9 years ago
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #D3DAE3; }
GtkCalendar.highlight {
color: alpha(currentColor,0.55); }
/***********
* Dialogs *
***********/
.message-dialog .dialog-action-area .button {
padding: 8px; }
.message-dialog {
-GtkDialog-button-spacing: 0; }
.message-dialog .titlebar {
background-color: #2f343f;
border-bottom: 1px solid #20232b; }
9 years ago
.message-dialog.csd.background {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: none; }
.message-dialog.csd .dialog-action-area .button {
padding: 8px;
border-radius: 0; }
.message-dialog.csd .dialog-action-area .button:focus {
color: #5294E2; }
.message-dialog.csd .dialog-action-area .button:focus:active, .message-dialog.csd .dialog-action-area .button:focus:checked {
color: #ffffff; }
.message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive {
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
border-bottom-right-radius: 3px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
border-bottom-left-radius: 3px; }
GtkFileChooserDialog .search-bar {
background-color: #383C4A;
border-color: #2b2e39;
9 years ago
box-shadow: none; }
9 years ago
GtkFileChooserDialog .dialog-action-box {
border-top: 1px solid #2b2e39; }
9 years ago
/***********
* Sidebar *
***********/
.sidebar {
border: none;
background-color: #383C4A; }
9 years ago
.sidebar:selected {
background-color: #5294E2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
.sidebar-item {
padding: 10px 4px; }
.sidebar-item > GtkLabel {
padding-left: 6px;
padding-right: 6px; }
.sidebar-item.needs-attention > GtkLabel {
background-size: 6px 6px, 0 0; }
GtkPaned {
-GtkPaned-handle-size: 1;
-gtk-icon-source: none;
margin: 0 8px 8px 0; }
GtkPaned:dir(rtl) {
margin-right: 0;
margin-left: 8px; }
GtkPaned .pane-separator {
background-color: #2b2e39; }
9 years ago
GtkPaned.wide {
-GtkPaned-handle-size: 5;
margin: 0; }
GtkPaned.wide .pane-separator {
background-color: transparent;
border-style: none solid;
border-color: #2b2e39;
9 years ago
border-width: 1px; }
GtkPaned.wide.vertical .pane-separator {
border-style: solid none; }
/**************
* GtkInfoBar *
**************/
GtkInfoBar {
border-style: none; }
.info,
.question,
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5); }
.list-row:selected .flat.button, GtkInfoBar .flat.button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0); }
.list-row:selected .button:hover, GtkInfoBar .button:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
9 years ago
.list-row:selected .button:insensitive, GtkInfoBar .button:insensitive {
color: rgba(255, 255, 255, 0.4);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.2); }
.list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked {
color: rgba(82, 148, 226, 0.4);
background-color: rgba(255, 255, 255, 0.2);
9 years ago
border-color: rgba(255, 255, 255, 0.2); }
/************
* Tooltips *
************/
.tooltip {
color: #BAC3CF;
9 years ago
border-radius: 2px; }
.tooltip.background {
background-color: #353945;
9 years ago
background-clip: padding-box; }
.tooltip.window-frame.csd {
background-color: transparent; }
.tooltip * {
padding: 4px;
background-color: transparent;
color: inherit; }
/*****************
* Color Chooser *
*****************/
:selected GtkColorSwatch {
box-shadow: none; }
:selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover {
border-color: #ffffff; }
9 years ago
GtkColorSwatch.top {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
9 years ago
GtkColorSwatch.bottom {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
9 years ago
GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
9 years ago
GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
9 years ago
GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay {
border-radius: 3px; }
GtkColorSwatch:hover,
GtkColorSwatch:hover:selected {
9 years ago
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); }
9 years ago
GtkColorEditor GtkColorSwatch {
border-radius: 3px; }
GtkColorEditor GtkColorSwatch:hover {
background-image: none; }
9 years ago
GtkColorSwatch.color-dark {
color: white;
outline-color: rgba(0, 0, 0, 0.3); }
9 years ago
GtkColorSwatch.color-light {
color: black;
outline-color: rgba(255, 255, 255, 0.5); }
GtkColorSwatch.overlay,
GtkColorSwatch.overlay:selected {
9 years ago
border: 1px solid rgba(0, 0, 0, 0.15); }
GtkColorSwatch.overlay:hover,
GtkColorSwatch.overlay:selected:hover {
9 years ago
border-color: rgba(0, 0, 0, 0.25); }
9 years ago
GtkColorSwatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
9 years ago
GtkColorSwatch#add-color-button:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
9 years ago
GtkColorSwatch#add-color-button .overlay {
border-color: transparent;
background-color: transparent;
background-image: none; }
GtkColorButton.button {
padding: 4px; }
GtkColorButton.button GtkColorSwatch {
border-radius: 0; }
/********
* Misc *
********/
.scale-popup .button {
padding: 6px; }
.scale-popup .button:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
9 years ago
GtkVolumeButton.button {
padding: 8px; }
/**********************
* Window Decorations *
*********************/
.window-frame {
border-radius: 3px 3px 0 0;
9 years ago
border-width: 0px;
box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35);
9 years ago
/* this is used for the resize cursor area */
margin: 10px; }
.window-frame:backdrop {
box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); }
9 years ago
.window-frame.tiled {
border-radius: 0; }
.window-frame.ssd {
border-radius: 3px 3px 0 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); }
9 years ago
.window-frame.ssd.maximized {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
9 years ago
.window-frame.csd.tooltip {
border-radius: 2px;
9 years ago
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
9 years ago
.window-frame.csd.message-dialog {
border-radius: 3px; }
9 years ago
.window-frame.solid-csd {
border-radius: 0;
margin: 1px;
background-color: #2f343f;
9 years ago
box-shadow: none; }
.header-bar.default-decoration .button.titlebutton,
.titlebar.default-decoration .button.titlebutton {
padding-top: 0px;
padding-bottom: 0px; }
9 years ago
.header-bar .button.titlebutton,
.titlebar .button.titlebutton {
padding: 7px 4px;
border-color: transparent;
background-color: transparent;
background-image: none;
background-color: rgba(47, 52, 63, 0);
9 years ago
border-width: 0; }
.header-bar .button.titlebutton:hover,
.titlebar .button.titlebutton:hover {
color: rgba(207, 218, 231, 0.8);
outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
.header-bar .button.titlebutton:active,
.header-bar .button.titlebutton:checked,
.titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked {
9 years ago
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
.header-bar .button.titlebutton.close,
.header-bar .button.titlebutton.maximize,
.header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, .titlebar .button.titlebutton.minimize {
9 years ago
color: transparent;
background-color: transparent;
background-position: center;
background-repeat: no-repeat; }
.header-bar .button.titlebutton.close:backdrop,
.header-bar .button.titlebutton.maximize:backdrop,
.header-bar .button.titlebutton.minimize:backdrop,
.titlebar .button.titlebutton.close:backdrop, .titlebar .button.titlebutton.maximize:backdrop, .titlebar .button.titlebutton.minimize:backdrop {
9 years ago
opacity: 1; }
.header-bar .button.titlebutton.close,
.titlebar .button.titlebutton.close {
background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); }
.header-bar .button.titlebutton.close:backdrop,
.titlebar .button.titlebutton.close:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); }
.header-bar .button.titlebutton.close:hover,
.titlebar .button.titlebutton.close:hover {
background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); }
.header-bar .button.titlebutton.close:active,
.titlebar .button.titlebutton.close:active {
background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); }
.header-bar .button.titlebutton.maximize,
.titlebar .button.titlebutton.maximize {
background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); }
.header-bar .button.titlebutton.maximize:backdrop,
.titlebar .button.titlebutton.maximize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); }
.header-bar .button.titlebutton.maximize:hover,
.titlebar .button.titlebutton.maximize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); }
.header-bar .button.titlebutton.maximize:active,
.titlebar .button.titlebutton.maximize:active {
background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); }
.header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.minimize {
background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); }
.header-bar .button.titlebutton.minimize:backdrop,
.titlebar .button.titlebutton.minimize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); }
.header-bar .button.titlebutton.minimize:hover,
.titlebar .button.titlebutton.minimize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); }
.header-bar .button.titlebutton.minimize:active,
.titlebar .button.titlebutton.minimize:active {
background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); }
.view:selected,
.view:selected:focus,
.view:selected:hover, .label:selected,
.label:selected:focus,
.label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:selected:focus {
9 years ago
background-image: none;
background-color: #5294E2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
/* Decouple the font of context menus from their entry/textview */
.touch-selection,
.context-menu {
font: initial; }
.monospace {
font: Monospace; }
.overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
border: none;
box-shadow: none; }
9 years ago
.overshoot.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center bottom;
background-color: transparent;
border: none;
box-shadow: none; }
9 years ago
.overshoot.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: left center;
background-color: transparent;
border: none;
box-shadow: none; }
9 years ago
.overshoot.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 60% 100%;
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, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-top: 1px;
background-size: 10px 1px;
background-repeat: repeat-x;
background-origin: content-box;
background-position: center top; }
9 years ago
.undershoot.bottom {
background-color: transparent;
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-bottom: 1px;
background-size: 10px 1px;
background-repeat: repeat-x;
background-origin: content-box;
background-position: center bottom; }
9 years ago
.undershoot.left {
background-color: transparent;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-left: 1px;
background-size: 1px 10px;
background-repeat: repeat-y;
background-origin: content-box;
background-position: left center; }
9 years ago
.undershoot.right {
background-color: transparent;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-right: 1px;
background-size: 1px 10px;
background-repeat: repeat-y;
background-origin: content-box;
background-position: right center; }
GeditNotebook.notebook tab.reorderable-page.top:active,
GeditNotebook.notebook tab.reorderable-page.top.active-page,
GeditNotebook.notebook tab.reorderable-page.top.active-page:hover,
GeditNotebook.notebook tab.top:active,
GeditNotebook.notebook tab.top.active-page,
GeditNotebook.notebook tab.top.active-page:hover,
9 years ago
ScratchMainWindow .notebook tab.reorderable-page.top:active,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page,
ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover,
ScratchMainWindow .notebook tab.top:active,
ScratchMainWindow .notebook tab.top.active-page,
ScratchMainWindow .notebook tab.top.active-page:hover,
EphyNotebook.notebook tab.reorderable-page.top:active,
EphyNotebook.notebook tab.reorderable-page.top.active-page,
EphyNotebook.notebook tab.reorderable-page.top.active-page:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top.active-page,
EphyNotebook.notebook tab.top.active-page:hover,
MidoriNotebook .notebook tab.reorderable-page.top:active,
MidoriNotebook .notebook tab.reorderable-page.top.active-page,
MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover,
MidoriNotebook .notebook tab.top:active,
MidoriNotebook .notebook tab.top.active-page,
MidoriNotebook .notebook tab.top.active-page:hover,
TerminalWindow .notebook tab.reorderable-page.top:active,
TerminalWindow .notebook tab.reorderable-page.top.active-page,
TerminalWindow .notebook tab.reorderable-page.top.active-page:hover,
TerminalWindow .notebook tab.top:active,
TerminalWindow .notebook tab.top.active-page,
TerminalWindow .notebook tab.top.active-page:hover,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover {
box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; }
9 years ago
TerminalWindow .notebook tab.reorderable-page.top,
TerminalWindow .notebook tab.top,
PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, PantheonTerminalPantheonTerminalWindow .notebook tab.top {
9 years ago
padding-top: 7px;
border-top-width: 3px; }
9 years ago
TerminalWindow .notebook.header.top,
PantheonTerminalPantheonTerminalWindow .notebook.header.top {
box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; }
9 years ago
9 years ago
GtkHTML {
background-color: #404552;
9 years ago
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
SushiFontWidget {
padding: 6px 12px; }
TerminalWindow .background {
background-color: transparent; }
9 years ago
TerminalWindow .scrollbar.vertical .slider {
margin-left: 3px; }
9 years ago
TerminalWindow .scrollbar.trough {
border-width: 0; }
NautilusCanvasViewContainer.view .entry, NemoIconViewContainer .entry {
border-radius: 3px; }
.nautilus-canvas-item {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
9 years ago
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
.nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected {
color: #ffffff; }
.nautilus-canvas-item.dim-label,
.nautilus-canvas-item.label.separator,
GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle,
9 years ago
.nautilus-list-dim-label {
color: #868b97; }
.nautilus-canvas-item.dim-label:selected,
.nautilus-canvas-item.label.separator:selected,
.header-bar .nautilus-canvas-item.subtitle:selected,
.nautilus-canvas-item.dim-label:selected:focus,
.nautilus-canvas-item.label.separator:selected:focus,
.header-bar .nautilus-canvas-item.subtitle:selected:focus,
.nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
9 years ago
NautilusNotebook.notebook {
background-color: #404552; }
9 years ago
NautilusNotebook.notebook tab {
border-width: 0;
border-style: solid;
border-color: transparent;
background-color: transparent; }
NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar {
padding: 5px;
9 years ago
box-shadow: none;
background-color: #404552; }
9 years ago
.nautilus-circular-button {
border-radius: 50%;
outline-radius: 50%; }
.disk-space-display {
border-style: solid;
border-width: 1px; }
.disk-space-display.unknown {
background-color: rgba(211, 218, 227, 0.5);
border-color: rgba(180, 192, 207, 0.5); }
.disk-space-display.used {
background-color: rgba(82, 148, 226, 0.8);
border-color: rgba(38, 121, 219, 0.8); }
.disk-space-display.free {
background-color: #313541;
border-color: #1b1d24; }
9 years ago
NemoWindow .sidebar .frame {
border-width: 0; }
NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator {
color: #2b2e39; }
9 years ago
NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: rgba(207, 218, 231, 0.8);
outline-color: rgba(207, 218, 231, 0.1);
border-color: rgba(21, 23, 28, 0.4);
background-color: rgba(95, 105, 127, 0.4); }
9 years ago
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
background-color: rgba(134, 144, 165, 0.4); }
9 years ago
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
9 years ago
background-color: #5294E2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
box-shadow: none; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover {
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked {
box-shadow: none; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover {
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked {
box-shadow: none; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover {
box-shadow: none; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked {
box-shadow: none; }
9 years ago
.gedit-headerbar-paned {
color: #262a33; }
9 years ago
.open-document-selector-treeview.view {
padding: 3px 6px 3px 6px;
border-color: #404552; }
9 years ago
.open-document-selector-treeview.view:prelight {
background-color: rgba(0, 0, 0, 0.05); }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
/* Only normal state is handle */
.open-document-selector-name-label {
color: #D3DAE3; }
/* Only normal state is handle */
.open-document-selector-path-label {
color: #8a909b;
9 years ago
font-size: smaller; }
.open-document-selector-path-label:selected {
color: rgba(255, 255, 255, 0.9); }
.gedit-document-panel .list-row .button {
color: transparent;
background-image: none;
background-color: transparent;
border: none;
box-shadow: none;
padding: 4px; }
.gedit-document-panel .list-row .button GtkImage {
color: inherit; }
9 years ago
.gedit-document-panel .prelight-row .button {
color: #9da3ad; }
9 years ago
.gedit-document-panel .list-row .button:hover,
.gedit-document-panel .prelight-row .button:hover {
color: #ff4d4d; }
9 years ago
.gedit-document-panel .prelight-row:selected .button:hover {
color: #ff6666;
background-image: none;
background-color: transparent;
border: none;
box-shadow: none; }
.gedit-document-panel .prelight-row:selected .button:hover:active {
color: #ffffff; }
9 years ago
.gedit-document-panel .prelight-row .button:active {
color: #D3DAE3; }
.gedit-document-panel-dragged-row {
border: 1px solid #2b2e39;
background-color: #22242d;
9 years ago
color: #D3DAE3; }
GeditStatusbar {
border-top: 1px solid #2b2e39;
background-color: #383C4A; }
9 years ago
GeditStatusMenuButton.button.flat,
GeditStatusMenuButton:prelight.button.flat,
GeditStatusMenuButton:checked.button.flat {
border-bottom-style: none;
border-radius: 0; }
GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
border-bottom: 1px solid #2b2e39; }
9 years ago
.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag {
color: rgba(211, 218, 227, 0.6);
margin: 2px;
padding: 2px; }
GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
background-color: #3c4150;
9 years ago
padding: 6px;
border-color: #2b2e39;
9 years ago
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
padding: 0 10px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
background-color: transparent; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image,
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
color: inherit; }
9 years ago
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active,
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
9 years ago
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
9 years ago
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
9 years ago
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
9 years ago
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
9 years ago
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
GdTaggedEntry {
color: #D3DAE3; }
.preferences.sidebar GtkViewport {
border: none; }
9 years ago
.preferences.sidebar GtkListBox {
background-color: #383C4A; }
9 years ago
.preferences.sidebar GtkListBoxRow {
padding: 10px; }
GbPreferencesPageLanguage GtkSearchEntry {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
9 years ago
GbPreferencesPageLanguage GtkScrolledWindow {
border-top-width: 0; }
GtkBox.gb-command-bar-box {
border: none;
background-color: #353945; }
9 years ago
GtkBox.gb-command-bar-box GtkLabel {
color: #BAC3CF; }
9 years ago
GtkEntry.gb-command-bar-entry.entry.flat,
GtkEntry.gb-command-bar-entry.entry.flat:focus {
font-family: Monospace;
color: #BAC3CF;
9 years ago
background-image: none;
background-color: #353945;
9 years ago
padding: 6px 6px 6px 6px;
border: none; }
GbSourceStyleSchemeWidget GtkSourceView {
font-family: Monospace; }
GtkScrolledWindow.gb-linked-scroller {
border-top: none; }
GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button {
transition: none; }
GbViewStack GtkBox.header.notebook,
GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
border-bottom: 1px solid #2b2e39; }
9 years ago
GbViewStack.focused GtkBox.header.notebook {
background-color: #404552; }
9 years ago
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
opacity: 1; }
EphyWindow .floating-bar {
color: #D3DAE3; }
.documents-load-more.button {
border-width: 1px 0 0;
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
color: #ffffff;
border-radius: 2px; }
.documents-collection-icon {
background-color: rgba(211, 218, 227, 0.3);
border-radius: 2px; }
.documents-favorite.button:active,
.documents-favorite.button:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
9 years ago
.documents-entry-tag:active {
color: #ffffff;
9 years ago
background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none;
border: none;
box-shadow: none;
icon-shadow: none; }
.toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover {
color: rgba(255, 255, 255, 0.7); }
.content-view.document-page {
border-style: solid;
border-width: 3px 3px 6px 4px;
border-image: url("assets/thumbnail-frame.png") 3 3 6 4; }
TotemGrilo.vertical GdMainView.frame {
border-width: 0; }
9 years ago
SynapseGuiViewDefault *:selected {
background-color: #5294E2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
border-color: transparent; }
9 years ago
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelToplevel,
PanelWidget,
PanelAppletFrame,
PanelApplet {
color: #BAC3CF;
background-image: linear-gradient(to bottom, #2b2e37); }
9 years ago
PanelApplet .button, PanelApplet .button:backdrop {
padding: 4px;
border: 2px solid transparent;
border-radius: 0;
background-image: none;
background-color: transparent;
color: #BAC3CF; }
9 years ago
PanelApplet .button:hover {
color: #d8dde4;
9 years ago
background-color: rgba(0, 0, 0, 0.17);
border-color: rgba(0, 0, 0, 0.17); }
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
9 years ago
color: #ffffff;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
PanelApplet:hover {
color: #ffffff; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
WnckPager {
color: #5d6268; }
9 years ago
WnckPager:selected {
color: #5294E2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
-NaTrayApplet-icon-size: 16; }
ClockBox {
color: #BAC3CF; }
9 years ago
.xfce4-panel.panel {
background-color: #2b2e37; }
9 years ago
.xfce4-panel.panel .button.flat {
color: #BAC3CF;
background-color: rgba(43, 46, 55, 0);
9 years ago
border-radius: 0; }
.xfce4-panel.panel .button.flat:hover {
border: none;
background-color: #414654; }
9 years ago
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #5294E2;
border: none;
background-color: #1b1d23; }
9 years ago
.floating-bar {
background-color: #5294E2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
.floating-bar.right {
border-radius: 2px 0 0 2px; }
.floating-bar.bottom {
border-radius: 2px 2px 0 0; }
.floating-bar.left {
border-radius: 0 2px 2px 0; }
.floating-bar .button {
-GtkButton-image-spacing: 0;
-GtkButton-inner-border: 0;
background-color: transparent;
box-shadow: none;
border: none; }
BirdieWidgetsTweetList * {
background-image: none;
background-color: transparent; }
MarlinViewWindow GtkIconView.view:selected,
MarlinViewWindow GtkIconView.view:selected:focus,
MarlinViewWindow GtkIconView.view:selected:hover,
MarlinViewWindow GtkIconView.view:selected:focus:hover {
background-color: transparent; }
MarlinViewWindow FMListView,
MarlinViewWindow FMColumnView {
outline-color: transparent; }
MarlinViewWindow *:selected,
MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
outline-color: transparent; }
.marlin-pathbar.pathbar {
border-radius: 3px;
color: rgba(207, 218, 231, 0.8);
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4));
9 years ago
background-color: transparent; }
.marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
9 years ago
background-image: linear-gradient(to bottom, #5294E2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
9 years ago
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
.gala-notification {
border: 1px solid #2b2e39;
9 years ago
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, #404552);
9 years ago
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #D3DAE3; }
.panel {
background-color: transparent;
color: white;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.panel-shadow {
background-image: none;
background-color: transparent; }
.panel .menu {
box-shadow: none; }
.panel .menu .menuitem {
font-weight: normal;
text-shadow: none;
icon-shadow: none; }
.panel .menubar > .menuitem {
padding: 3px 6px; }
.panel .menubar > .menuitem:hover {
background-color: transparent; }
.panel .window-frame.menu.csd,
.panel .window-frame.popup.csd {
box-shadow: none; }
.panel .menu .window-frame.menu.csd,
.panel .menu .window-frame.popup.csd {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
.composited-indicator {
background-color: transparent;
color: white;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.composited-indicator > GtkWidget > GtkWidget:first-child {
padding: 0 2px; }
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px; }
.composited-indicator.menuitem:active,
.composited-indicator.menuitem:prelight {
border-style: none;
background-image: none;
box-shadow: none; }
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px; }
.panel .menu .spinner,
.menu .spinner {
opacity: 1; }
WingpanelWidgetsIndicatorPopover.popover {
padding: 0;
text-shadow: none;
icon-shadow: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
text-shadow: none;
icon-shadow: none;
border: solid transparent;
border-width: 1px 0; }
WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage {
padding: 0 3px; }
WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active {
background-color: rgba(255, 255, 255, 0.05);
border: solid rgba(255, 255, 255, 0.07);
border-width: 1px 0; }
WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive {
color: rgba(211, 218, 227, 0.45); }
9 years ago
PantheonTerminalPantheonTerminalWindow.background {
background-color: transparent; }
SwitchboardCategoryView .view:selected,
SwitchboardCategoryView .view:selected:focus {
color: #D3DAE3; }
UnityDecoration {
-UnityDecoration-extents: 28px 1 1 1;
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 0px;
-UnityDecoration-shadow-offset-y: 3px;
-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2);
9 years ago
-UnityDecoration-active-shadow-radius: 12px;
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
UnityDecoration.top {
border: 1px solid #20232b;
9 years ago
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
background-image: linear-gradient(to bottom, #2f343f);
color: rgba(207, 218, 231, 0.8);
box-shadow: inset 0 1px #363b48; }
9 years ago
UnityDecoration.top:backdrop {
border-bottom-width: 0;
background-image: linear-gradient(to bottom, #323843);
color: rgba(207, 218, 231, 0.5); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom,
UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
background-image: linear-gradient(to bottom, #20232b); }
9 years ago
UnityPanelWidget,
.unity-panel {
background-image: linear-gradient(to bottom, #2b2e37);
color: #f6f7f9;
9 years ago
box-shadow: none; }
UnityPanelWidget:backdrop,
.unity-panel:backdrop {
color: #abb6c5; }
9 years ago
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #5294E2;
border-bottom: none; }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
.overlay-bar GtkLabel {
color: #ffffff; }
GraniteWidgetsThinPaned {
background-color: transparent;
background-image: none;
margin: 0;
border-left: 1px solid #2b2e39;
border-right: 1px solid #2b2e39; }
9 years ago
GraniteWidgetsPopOver .frame,
GraniteWidgetsStaticNotebook .frame {
border: none; }
.help_button {
border-radius: 100px;
padding: 3px 9px; }
.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar {
padding: 3px;
border-bottom: 1px solid #2b2e39; }
9 years ago
.secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button {
padding: 0 3px 0 3px; }
.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar {
padding: 5px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #2b2e39;
background-color: #383C4A; }
9 years ago
.bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button {
padding: 2px 3px 2px 3px; }
.source-list {
-GtkTreeView-horizontal-separator: 1px;
-GtkTreeView-vertical-separator: 6px; }
.source-list,
.source-list.view {
background-color: #383C4A;
9 years ago
color: #D3DAE3;
-gtk-icon-style: regular; }
.source-list.category-expander {
color: transparent; }
.source-list.view:prelight {
background-color: #434859; }
9 years ago
.source-list.view:selected,
.source-list.view:prelight:selected,
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
border-image: none;
border-color: transparent;
background-color: #383C4A;
9 years ago
background-image: none; }
.source-list.badge,
.source-list.badge:prelight,
.source-list.badge:selected,
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
margin: 0 3px;
border-width: 0; }
.source-list.badge:selected,
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
.source-list.category-expander {
color: #D3DAE3;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
-GtkTreeView-expander-size: 16; }
.source-list.category-expander,
.source-list.category-expander:backdrop {
color: transparent;
border: none; }
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GraniteWidgetsWelcome {
background-color: #404552; }
9 years ago
GraniteWidgetsWelcome GtkLabel {
color: #868b97;
9 years ago
font: open sans 11;
text-shadow: none; }
GraniteWidgetsWelcome .h1,
GraniteWidgetsWelcome .h3 {
color: rgba(211, 218, 227, 0.8); }
.help_button {
border-radius: 0; }
GraniteWidgetsPopOver {
-GraniteWidgetsPopOver-arrow-width: 21;
-GraniteWidgetsPopOver-arrow-height: 10;
-GraniteWidgetsPopOver-border-radius: 2px;
-GraniteWidgetsPopOver-border-width: 1;
-GraniteWidgetsPopOver-shadow-size: 12;
border: 1px solid rgba(0, 0, 0, 0.3);
margin: 0; }
.popover_bg {
background-image: linear-gradient(to bottom, #404552);
9 years ago
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view,
GraniteWidgetsPopOver * {
background-color: transparent; }
.h1 {
font: open sans 24px; }
.h2 {
font: open sans light 18px; }
.h3 {
font: open sans 11px; }
.h4,
.category-label {
color: #a5abb5;
9 years ago
font-weight: 600;
text-shadow: 0 1px rgba(255, 255, 255, 0.6); }
.h4 {
padding-bottom: 6px;
padding-top: 6px; }
GtkListBox .h4 {
padding-left: 6px; }
/* the panel widget at the top */
#panel_window {
background-color: #2b2e37;
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px #1b1d23;
/* the menubars/menus of the panel, i.e. indicators */ }
#panel_window .menubar,
#panel_window .menubar > .menuitem {
background-color: transparent;
color: #BAC3CF;
font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
color: inherit; }
#panel_window .menubar .menu .menuitem {
font: normal; }
/* the login window */
#login_window,
#shutdown_dialog,
#restart_dialog {
font: normal;
border-style: none;
background-color: transparent;
color: #D3DAE3; }
/* the top half of the login-window, in GtkDialog terms, the content */
#content_frame {
padding-bottom: 14px;
background-color: #383C4A;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px; }
#content_frame .button {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #444a58; }
#content_frame .button:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
border-color: #2b2e39;
background-color: #505666; }
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
#content_frame .button:insensitive > GtkLabel {
color: inherit; }
/* the lower half of the login-window, in GtkDialog terms the buttonbox or action area */
#buttonbox_frame {
padding-top: 20px;
padding-bottom: 0px;
border-style: none;
background-color: #2f343f;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px;
box-shadow: inset 0 1px #262a33; }
#buttonbox_frame .button {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
#buttonbox_frame .button:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
#buttonbox_frame .button:active, #buttonbox_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25); }
#login_window #user_combobox {
color: #D3DAE3;
font: 13px; }
#login_window #user_combobox .menu {
font: normal; }
/* the user's avatar box */
#user_image {
padding: 3px;
border-radius: 2px; }
/* the border around the user's avatar box */
/* the shutdown button */
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
/* the restart button */
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
/* the warning, in case a wrong password is entered or something else goes wrong according to PAM */
#greeter_infobar {
border-bottom-width: 0;
font: bold; }
9 years ago
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
color: #262a33; }
9 years ago
NemoWindow GtkEventBox {
background-color: #383C4A; }
9 years ago
GtkFileChooserDialog *,
NautilusWindow *,
NemoWindow {
-GtkPaned-handle-size: 0; }
GtkFileChooserDialog .sidebar,
NautilusWindow .sidebar,
NemoWindow .sidebar {
border-right: 1px solid #2a2d37; }
GtkFileChooserDialog .sidebar:dir(rtl),
NautilusWindow .sidebar:dir(rtl),
NemoWindow .sidebar:dir(rtl) {
border-left: 1px solid #2a2d37; }
9 years ago
GtkFileChooserDialog.csd.background,
GtkFileChooserDialog .source-list,
GtkFileChooserDialog .source-list.view,
GtkFileChooserDialog .source-list.view:prelight,
9 years ago
NautilusWindow.csd.background,
NautilusWindow .source-list,
NautilusWindow .source-list.view,
NautilusWindow .source-list.view:prelight,
NemoWindow.csd.background,
NemoWindow .source-list,
NemoWindow .source-list.view,
NemoWindow .source-list.view:prelight,
MarlinViewWindow.csd.background,
MarlinViewWindow .source-list, MarlinViewWindow .source-list.view, MarlinViewWindow .source-list.view:prelight {
9 years ago
background-color: transparent; }
GtkFileChooserDialog .sidebar,
GtkFileChooserDialog .source-list.sidebar.view,
9 years ago
NautilusWindow .sidebar,
NautilusWindow .source-list.sidebar.view,
NemoWindow .sidebar,
NemoWindow .source-list.sidebar.view,
MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view {
background-color: #353945; }
GtkFileChooserDialog .sidebar .view,
GtkFileChooserDialog .sidebar row,
GtkFileChooserDialog .source-list.sidebar.view .view,
GtkFileChooserDialog .source-list.sidebar.view row,
9 years ago
NautilusWindow .sidebar .view,
NautilusWindow .sidebar row,
NautilusWindow .source-list.sidebar.view .view,
NautilusWindow .source-list.sidebar.view row,
NemoWindow .sidebar .view,
NemoWindow .sidebar row,
NemoWindow .source-list.sidebar.view .view,
NemoWindow .source-list.sidebar.view row,
MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row {
9 years ago
background-color: transparent;
color: #BAC3CF; }
GtkFileChooserDialog .sidebar .view.image,
GtkFileChooserDialog .sidebar row.image,
GtkFileChooserDialog .source-list.sidebar.view .view.image,
GtkFileChooserDialog .source-list.sidebar.view row.image,
9 years ago
NautilusWindow .sidebar .view.image,
NautilusWindow .sidebar row.image,
NautilusWindow .source-list.sidebar.view .view.image,
NautilusWindow .source-list.sidebar.view row.image,
NemoWindow .sidebar .view.image,
NemoWindow .sidebar row.image,
NemoWindow .source-list.sidebar.view .view.image,
NemoWindow .source-list.sidebar.view row.image,
MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image {
color: rgba(186, 195, 207, 0.7); }
GtkFileChooserDialog .sidebar .view.cell:selected,
GtkFileChooserDialog .sidebar row.cell:selected,
GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected,
GtkFileChooserDialog .source-list.sidebar.view row.cell:selected,
9 years ago
NautilusWindow .sidebar .view.cell:selected,
NautilusWindow .sidebar row.cell:selected,
NautilusWindow .source-list.sidebar.view .view.cell:selected,
NautilusWindow .source-list.sidebar.view row.cell:selected,
NemoWindow .sidebar .view.cell:selected,
NemoWindow .sidebar row.cell:selected,
NemoWindow .source-list.sidebar.view .view.cell:selected,
NemoWindow .source-list.sidebar.view row.cell:selected,
MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected {
9 years ago
background-color: #5294E2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame,
GtkFileChooserDialog .source-list.sidebar.view.frame,
9 years ago
NautilusWindow .sidebar.frame,
NautilusWindow .source-list.sidebar.view.frame,
NemoWindow .sidebar.frame,
NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame {
color: #BAC3CF; }
GtkFileChooserDialog .sidebar .separator,
GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator,
GtkFileChooserDialog .source-list.sidebar.view .separator,
9 years ago
NautilusWindow .sidebar .separator,
NautilusWindow GtkPlacesSidebar.sidebar .view.separator,
NautilusWindow .source-list.sidebar.view .separator,
NemoWindow .sidebar .separator,
NemoWindow GtkPlacesSidebar.sidebar .view.separator,
NemoWindow .source-list.sidebar.view .separator,
MarlinViewWindow .sidebar .separator, MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, MarlinViewWindow .source-list.sidebar.view .separator {
9 years ago
color: transparent; }
GtkFileChooserDialog .sidebar .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
9 years ago
NautilusWindow .sidebar .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
NautilusWindow .source-list.sidebar.view .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
NemoWindow .sidebar .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
NemoWindow .source-list.sidebar.view .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider,
MarlinViewWindow .sidebar .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
background-color: #e7eaee;
9 years ago
border: 1px solid rgba(0, 0, 0, 0.3); }
GtkFileChooserDialog .sidebar .scrollbar .trough,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough,
9 years ago
NautilusWindow .sidebar .scrollbar .trough,
NautilusWindow .source-list.sidebar.view .scrollbar .trough,
NemoWindow .sidebar .scrollbar .trough,
NemoWindow .source-list.sidebar.view .scrollbar .trough,
MarlinViewWindow .sidebar .scrollbar .trough, MarlinViewWindow .source-list.sidebar.view .scrollbar .trough {
9 years ago
background-color: rgba(0, 0, 0, 0.2);
border: none; }
GtkFileChooserDialog .sidebar .scrollbar .slider,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider,
9 years ago
NautilusWindow .sidebar .scrollbar .slider,
NautilusWindow .source-list.sidebar.view .scrollbar .slider,
NemoWindow .sidebar .scrollbar .slider,
NemoWindow .source-list.sidebar.view .scrollbar .slider,
MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider {
background-color: rgba(231, 234, 238, 0.7); }
GtkFileChooserDialog .sidebar .scrollbar .slider:hover,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider:hover,
9 years ago
NautilusWindow .sidebar .scrollbar .slider:hover,
NautilusWindow .source-list.sidebar.view .scrollbar .slider:hover,
NemoWindow .sidebar .scrollbar .slider:hover,
NemoWindow .source-list.sidebar.view .scrollbar .slider:hover,
MarlinViewWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider:hover {
background-color: #f6f7f9; }
GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider:prelight:active,
9 years ago
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NautilusWindow .source-list.sidebar.view .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .source-list.sidebar.view .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider:prelight:active {
9 years ago
background-color: #5294E2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider:insensitive,
9 years ago
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NautilusWindow .source-list.sidebar.view .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .source-list.sidebar.view .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider:insensitive {
9 years ago
background-color: transparent; }
9 years ago
GtkFileChooserDialog.maximized .sidebar,
NautilusWindow.maximized .sidebar,
NemoWindow.maximized .sidebar,
MarlinViewWindow.maximized .sidebar {
background-color: #353945; }
9 years ago
GtkFileChooserDialog .pane-separator,
NautilusWindow .pane-separator,
NemoWindow .pane-separator,
MarlinViewWindow .pane-separator {
background-color: #2a2d37; }
9 years ago
9 years ago
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: #353945; }
GtkFileChooserDialog .sidebar {
background-color: transparent; }
9 years ago
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #383C4A; }
GtkFileChooserDialog .dialog-action-box {
background-color: #383C4A; }
GtkFileChooserDialog .dialog-vbox > .frame {
color: #BAC3CF;
border-color: transparent; }
GtkFileChooserDialog .action-bar.frame {
background-color: transparent;
border-color: #1f2128; }
GtkFileChooserDialog .action-bar.frame GtkLabel,
GtkFileChooserDialog .action-bar.frame GtkComboBox,
GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox {
color: #BAC3CF; }
9 years ago
GeditWindow.background.csd {
background-color: transparent; }
GeditWindow.background.csd .pane-separator,
GeditWindow.background.csd .pane-separator:hover {
background-color: #2a2d37; }
GeditWindow.background.csd .titlebar .pane-separator,
GeditWindow.background.csd.maximized .titlebar .pane-separator,
GeditWindow.background.csd .titlebar .pane-separator:backdrop,
GeditWindow.background.csd.maximized .titlebar .pane-separator:backdrop {
background-color: #262a33; }
9 years ago
.gedit-bottom-panel-paned {
background-color: #404552; }
9 years ago
.gedit-document-panel {
background-color: #353945; }
9 years ago
.maximized .gedit-document-panel {
background-color: #353945; }
9 years ago
.gedit-document-panel .list-row {
color: #BAC3CF; }
9 years ago
.gedit-document-panel .list-row {
background-color: rgba(186, 195, 207, 0);
border: solid rgba(186, 195, 207, 0);
9 years ago
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:hover {
border: solid rgba(186, 195, 207, 0.15);
9 years ago
border-width: 3px 2px 3px 2px;
background-color: rgba(186, 195, 207, 0.15); }
9 years ago
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
9 years ago
GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #353945; }
9 years ago
.maximized GeditWindow.background.csd GeditFileBrowserWidget {
background-color: #353945; }
9 years ago
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
background-color: #e7eaee;
9 years ago
border: 1px solid rgba(0, 0, 0, 0.3); }
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .trough {
background-color: rgba(0, 0, 0, 0.2);
border: none; }
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider {
background-color: rgba(231, 234, 238, 0.7); }
9 years ago
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:hover {
background-color: #e7eaee; }
9 years ago
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
GeditWindow.background.csd GeditFileBrowserWidget .scrollbar .slider:insensitive {
background-color: transparent; }
GeditWindow.background.csd GeditFileBrowserWidget .horizontal {
background-color: transparent;
border-color: #252831; }
9 years ago
GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox {
color: #BAC3CF; }
9 years ago
GeditWindow.background.csd GeditFileBrowserView.view {
background-color: transparent;
color: #BAC3CF; }
9 years ago
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
9 years ago
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.4); }
GtkFileChooserDialog .action-bar.frame .button:hover,
GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover {
color: #BAC3CF;
outline-color: rgba(186, 195, 207, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
GtkFileChooserDialog .action-bar.frame .button:active,
GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked,
GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(102, 109, 132, 0.25); }
GtkFileChooserDialog .action-bar.frame .entry,
GtkFileChooserDialog .dialog-vbox > .frame .entry {
color: #BAC3CF;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4));
background-color: transparent; }
GtkFileChooserDialog .action-bar.frame .image.entry,
GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover,
GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover {
color: inherit; }
GtkFileChooserDialog .action-bar.frame .entry:focus,
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
9 years ago
/* GTK NAMED COLORS */
@define-color theme_fg_color #D3DAE3;
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
9 years ago
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
9 years ago
@define-color selected_bg_color #5294E2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@define-color insensitive_base_color #404552;
9 years ago
@define-color theme_unfocused_fg_color #D3DAE3;
@define-color theme_unfocused_text_color #D3DAE3;
@define-color theme_unfocused_bg_color #383C4A;
@define-color theme_unfocused_base_color #404552;
@define-color borders #2b2e39;
@define-color unfocused_borders #2b2e39;
9 years ago
@define-color warning_color #F27835;
@define-color error_color #FC4138;
@define-color success_color #73d216;
@define-color placeholder_text_color #A8A8A8;
@define-color wm_title alpha(#cfdae7, 0.8);
@define-color wm_unfocused_title alpha(#cfdae7, 0.5);
@define-color wm_bg #2f343f;
@define-color wm_bg_unfocused #323843;
@define-color wm_highlight #363b48;
9 years ago
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;
@define-color wm_icon_hover_bg #C4C7CC;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #404552;