mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
clean up linked widget styling
This commit is contained in:
parent
2e1723803c
commit
57903e5e02
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #2b2e39;
|
||||
background-color: #404552;
|
||||
background-image: linear-gradient(to bottom, #404552); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #b6bcc6; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #D3DAE3;
|
||||
@ -189,8 +191,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #b6bcc6; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
@ -293,25 +293,7 @@ GtkSearchEntry.entry {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: rgba(102, 109, 132, 0.35);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.35); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -347,6 +329,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -498,72 +483,64 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #2b2e39; }
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
@ -592,59 +569,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -653,66 +620,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1109,43 +1057,49 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(207, 218, 231, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
|
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #cfd6e6;
|
||||
background-color: #ffffff;
|
||||
background-image: linear-gradient(to bottom, #ffffff); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #5c616c;
|
||||
@ -188,8 +190,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
@ -292,25 +292,7 @@ GtkSearchEntry.entry {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: rgba(102, 109, 132, 0.35);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.35); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -346,6 +328,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -497,73 +482,65 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #cfd6e6; }
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #cfd6e6; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
@ -591,59 +568,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -652,66 +619,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1112,44 +1060,50 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(207, 218, 231, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0.37); }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
background-clip: border-box;
|
||||
|
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #2b2e39;
|
||||
background-color: #404552;
|
||||
background-image: linear-gradient(to bottom, #404552); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #b6bcc6; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #D3DAE3;
|
||||
@ -189,8 +191,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #b6bcc6; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
@ -293,25 +293,7 @@ GtkSearchEntry.entry {
|
||||
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);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.4); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -347,6 +329,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -498,72 +483,64 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(43, 46, 57, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #2b2e39; }
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
border-left-color: #2b2e39; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); }
|
||||
@ -592,59 +569,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #2b2e39; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #2b2e39; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -653,66 +620,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1109,43 +1057,49 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(207, 218, 231, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
|
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #cfd6e6;
|
||||
background-color: #ffffff;
|
||||
background-image: linear-gradient(to bottom, #ffffff); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #5c616c;
|
||||
@ -188,8 +190,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
@ -292,25 +292,7 @@ GtkSearchEntry.entry {
|
||||
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);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.4); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -346,6 +328,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -497,73 +482,65 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #cfd6e6; }
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #cfd6e6; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
@ -591,59 +568,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -652,66 +619,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1112,44 +1060,50 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(207, 218, 231, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: rgba(21, 23, 28, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: rgba(21, 23, 28, 0.4); }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
background-clip: border-box;
|
||||
|
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #cfd6e6;
|
||||
background-color: #ffffff;
|
||||
background-image: linear-gradient(to bottom, #ffffff); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #5c616c;
|
||||
@ -188,8 +190,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
@ -292,25 +292,7 @@ GtkSearchEntry.entry {
|
||||
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);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.4); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -346,6 +328,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.4);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -497,73 +482,65 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #cfd6e6; }
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #cfd6e6; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
@ -591,59 +568,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -652,66 +619,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1112,45 +1060,51 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(82, 93, 118, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(82, 93, 118, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
|
@ -131,10 +131,12 @@ GtkTextView {
|
||||
border-color: #cfd6e6;
|
||||
background-color: #ffffff;
|
||||
background-image: linear-gradient(to bottom, #ffffff); }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.entry.image.left {
|
||||
padding-left: 0; }
|
||||
.entry.image.right {
|
||||
padding-right: 0; }
|
||||
.entry.flat, .entry.flat:focus {
|
||||
padding: 2px;
|
||||
color: #5c616c;
|
||||
@ -188,8 +190,6 @@ GtkTextView {
|
||||
.entry.error:selected, .entry.error:selected:focus {
|
||||
background-color: #ffffff;
|
||||
color: #FC4138; }
|
||||
.entry.image {
|
||||
color: #7d8189; }
|
||||
.osd .entry {
|
||||
color: #BAC3CF;
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
@ -292,25 +292,7 @@ GtkSearchEntry.entry {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: rgba(102, 109, 132, 0.35);
|
||||
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; }
|
||||
background-color: rgba(102, 109, 132, 0.35); }
|
||||
.osd .button:hover {
|
||||
color: #BAC3CF;
|
||||
outline-color: rgba(186, 195, 207, 0.3);
|
||||
@ -346,6 +328,9 @@ GtkSearchEntry.entry {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: rgba(26, 28, 34, 0.35);
|
||||
background-color: #5294E2; }
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
.button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
@ -497,73 +482,65 @@ GtkSearchEntry.entry {
|
||||
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel {
|
||||
color: inherit; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(207, 214, 230, 0.3); }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:hover,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:active,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:checked,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.pathbar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: -1px 0 #cfd6e6; }
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .button:checked + .entry {
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
.linked:not(.vertical):not(.path-bar) > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 1px 0 #cfd6e6; }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar) > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
|
||||
|
||||
@ -591,59 +568,49 @@ GtkSearchEntry.entry {
|
||||
.linked.vertical > .entry + .entry:focus:last-child {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.warning:focus:last-child {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry + .entry.error:focus:not(:last-child),
|
||||
.linked.vertical > .entry + .entry.error:focus:last-child {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .entry + .button,
|
||||
.linked.vertical > .entry + .button:hover,
|
||||
.linked.vertical > .entry + .button:active,
|
||||
.linked.vertical > .entry + .button:checked,
|
||||
.linked.vertical > .entry + .button:insensitive {
|
||||
border-top-style: solid; }
|
||||
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #F27835; }
|
||||
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-top-color: #FC4138; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: 0 -1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active) {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.linked.vertical > .button:checked + .entry {
|
||||
border-top-color: #5294E2; }
|
||||
|
||||
.linked.vertical > .button + .button {
|
||||
border-top-style: none; }
|
||||
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
|
||||
box-shadow: inset 0 1px #cfd6e6; }
|
||||
|
||||
.linked.vertical > .button:first-child:hover:not(:checked):not(:active),
|
||||
.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover,
|
||||
.linked.vertical > .entry + .button:not(:checked):not(:active):hover {
|
||||
box-shadow: none; }
|
||||
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry,
|
||||
.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
@ -652,66 +619,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
|
||||
border-radius: 0;
|
||||
border-right-style: none; }
|
||||
|
||||
.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:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
|
||||
.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:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-style: solid; }
|
||||
|
||||
.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:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox,
|
||||
.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .entry,
|
||||
.linked.vertical > .entry:focus, .linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox > .the-button-in-the-combobox {
|
||||
border-radius: 0;
|
||||
border-bottom-style: none; }
|
||||
|
||||
.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px; }
|
||||
|
||||
.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
|
||||
.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
|
||||
border-radius: 3px;
|
||||
border-style: solid; }
|
||||
|
||||
.linked:not(.vertical) > .button,
|
||||
.linked:not(.vertical) > .button:hover,
|
||||
.linked:not(.vertical) > .button:active,
|
||||
.linked:not(.vertical) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked,
|
||||
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-left-style: none; }
|
||||
.linked:not(.vertical) > .button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child {
|
||||
border-left-style: solid; }
|
||||
|
||||
.linked.vertical > .button,
|
||||
.linked.vertical > .button:hover,
|
||||
.linked.vertical > .button:active,
|
||||
.linked.vertical > .button:checked {
|
||||
border-top-style: none; }
|
||||
.linked.vertical > .button:first-child {
|
||||
border-top-style: solid; }
|
||||
|
||||
.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button,
|
||||
.app-notification.frame .button.flat,
|
||||
.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive,
|
||||
@ -1112,45 +1060,51 @@ GtkComboBox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
|
||||
color: rgba(82, 93, 118, 0.4); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button {
|
||||
border-left-style: none; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
|
||||
box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
|
||||
box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry {
|
||||
border-left-color: rgba(82, 93, 118, 0); }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #F27835; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #FC4138; }
|
||||
|
||||
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
|
||||
border-left-color: #5294E2; }
|
||||
|
||||
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
|
||||
background-clip: border-box;
|
||||
color: #ffffff;
|
||||
|
@ -200,6 +200,8 @@ $vert_padding: 5px;
|
||||
@include entry(normal);
|
||||
|
||||
&.image { // icons inside the entry
|
||||
color: mix($fg_color,$base_color,80%);
|
||||
|
||||
&.left { padding-left: 0; }
|
||||
&.right { padding-right: 0; }
|
||||
}
|
||||
@ -254,15 +256,17 @@ $vert_padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
&.image { // entry icons colors
|
||||
color: mix($fg_color,$base_color,80%);
|
||||
}
|
||||
|
||||
.osd & {
|
||||
@include entry(osd);
|
||||
&:focus { @include entry(osd-focus); }
|
||||
&:insensitive { @include entry(osd-insensitive); }
|
||||
}
|
||||
|
||||
.linked:not(.vertical) > &,
|
||||
.linked:not(.vertical) > &:focus { @extend %linked; }
|
||||
|
||||
.linked.vertical > &,
|
||||
.linked.vertical > &:focus { @extend %linked_vertical; }
|
||||
}
|
||||
|
||||
GtkSearchEntry.entry { border-radius: 20px; }
|
||||
@ -356,48 +360,15 @@ $_dot_color: $selected_bg_color;
|
||||
//overlay / OSD style
|
||||
.osd & {
|
||||
@include button(osd);
|
||||
// there's a problem with sass which prevents it to extend the linked
|
||||
// placeholder as expected, it should just be "@extend %linked;", the
|
||||
// placeholder is basically replicated here
|
||||
//
|
||||
// Workaround START
|
||||
border-radius: 0;
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
|
||||
&:dir(rtl) {
|
||||
border-radius: 0;
|
||||
border-right-style: none;
|
||||
border-left-style: none
|
||||
}
|
||||
&:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
border-left-style: solid;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0 3px 3px 0;
|
||||
border-right-style: solid;
|
||||
|
||||
&:dir(rtl) { border-left-style: solid; }
|
||||
}
|
||||
&:only-child {
|
||||
border-radius: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
// Workaround END
|
||||
&:hover {
|
||||
@include button(osd-hover);
|
||||
@extend %linked;
|
||||
}
|
||||
&:hover { @include button(osd-hover); }
|
||||
&:active, &:checked {
|
||||
background-clip: padding-box;
|
||||
@include button(osd-active);
|
||||
@extend %linked;
|
||||
}
|
||||
&:insensitive {
|
||||
@include button(osd-insensitive);
|
||||
@extend %linked;
|
||||
}
|
||||
&:insensitive { @include button(osd-insensitive); }
|
||||
|
||||
&, &:hover, &:active, &:checked, &:insensitive { @extend %linked; }
|
||||
|
||||
&.flat {
|
||||
@include button(undecorated);
|
||||
@ -414,6 +385,9 @@ $_dot_color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active):not(:only-child),
|
||||
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; }
|
||||
|
||||
// Suggested and Destructive Action buttons
|
||||
@each $b_type, $b_color in (suggested-action, $suggested_color),
|
||||
(destructive-action, $destructive_color) {
|
||||
@ -519,7 +493,6 @@ $_dot_color: $selected_bg_color;
|
||||
.linked:not(.vertical) > &:active,
|
||||
.linked:not(.vertical) > &:checked {
|
||||
@extend %linked;
|
||||
@extend %linked_button;
|
||||
}
|
||||
|
||||
.linked.vertical > &,
|
||||
@ -527,7 +500,6 @@ $_dot_color: $selected_bg_color;
|
||||
.linked.vertical > &:active,
|
||||
.linked.vertical > &:checked {
|
||||
@extend %linked_vertical;
|
||||
@extend %linked_vertical_button;
|
||||
}
|
||||
}
|
||||
|
||||
@ -553,137 +525,73 @@ $_dot_color: $selected_bg_color;
|
||||
}
|
||||
|
||||
// Some crazy linking stuff
|
||||
@mixin linking_rules($a:0.7, $var:$variant, $vert:'false', $entry_rules:'true', $button_rules:'true',
|
||||
$e_border:$entry_border, $b_border:$button_border) {
|
||||
|
||||
// horizontal
|
||||
.linked:not(.vertical):not(.pathbar) {
|
||||
> .entry { @extend %linked; }
|
||||
$_border: if($vert=='false', left, top);
|
||||
|
||||
@if $entry_rules=='true' {
|
||||
> .entry + .entry { border-#{$_border}-color: transparentize($e_border, $a); }
|
||||
|
||||
> .entry + .entry { border-left-color: transparentize($entry_border, 0.7); }
|
||||
> .entry.error + .entry,
|
||||
> .entry + .entry.error { border-#{$_border}-color: if($var=='light', $error_color, transparentize($e_border, $a)); }
|
||||
|
||||
> .entry.error + .entry,
|
||||
> .entry + .entry.error { border-left-color: if($variant=='light', $error_color, transparentize($entry_border, 0.7)); }
|
||||
> .entry.warning + .entry,
|
||||
> .entry + .entry.warning { border-#{$_border}-color: if($var=='light', $warning_color, transparentize($e_border, $a)); }
|
||||
|
||||
> .entry.warning + .entry,
|
||||
> .entry + .entry.warning { border-left-color: if($variant=='light', $warning_color, transparentize($entry_border, 0.7)); }
|
||||
> .entry.error + .entry.warning { border-#{$_border}-color: if($var=='light', $error_color, transparentize($e_border, $a));}
|
||||
|
||||
> .entry.error + .entry.warning { border-left-color: if($variant=='light', $error_color, transparentize($entry_border, 0.7));}
|
||||
@each $e_type, $e_color in ('',$selected_bg_color),
|
||||
('.warning', $warning_color),
|
||||
('.error', $error_color) {
|
||||
|
||||
> .entry + .entry#{$e_type}:focus:not(:last-child),
|
||||
> .entry + .entry#{$e_type}:focus:last-child { border-#{$_border}-color: if($var=='light', $e_color, $e_border); }
|
||||
|
||||
> .entry + .entry:focus:not(:last-child),
|
||||
> .entry + .entry:focus:last-child { border-left-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
|
||||
> .entry + .entry.warning:focus:not(:last-child),
|
||||
> .entry + .entry.warning:focus:last-child { border-left-color: if($variant=='light', $warning_color, $entry_border); }
|
||||
|
||||
> .entry + .entry.error:focus:not(:last-child),
|
||||
> .entry + .entry.error:focus:last-child { border-left-color: if($variant=='light', $error_color, $entry_border); }
|
||||
|
||||
|
||||
> .entry + .button,
|
||||
> .entry + .button:hover,
|
||||
> .entry + .button:active,
|
||||
> .entry + .button:checked,
|
||||
> .entry + .button:insensitive { border-left-style: solid; }
|
||||
|
||||
|
||||
> .entry:focus:not(:only-child) + .entry,
|
||||
> .entry:focus:not(:only-child) + .button,
|
||||
> .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
|
||||
> .entry.warning:focus:not(:only-child) + .entry,
|
||||
> .entry.warning:focus:not(:only-child) + .button,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($variant=='light', $warning_color, $entry_border); }
|
||||
|
||||
> .entry.error:focus:not(:only-child) + .entry,
|
||||
> .entry.error:focus:not(:only-child) + .button,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($variant=='light', $error_color, $entry_border); }
|
||||
|
||||
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
> .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: -1px 0 $button_border; }
|
||||
> .button:first-child:hover:not(:checked):not(:active) { box-shadow: none; }
|
||||
> .button:checked + .button:not(:checked):not(:active):hover { box-shadow: none; }
|
||||
> .button:checked + .entry { border-left-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
> .entry + .button:not(:checked):not(:active):hover { box-shadow: none; }
|
||||
}
|
||||
|
||||
// special case for path-bars
|
||||
.linked:not(.vertical).path-bar {
|
||||
|
||||
$_linked_separator_color: if($variant=='light', transparentize($button_border, 0.6), transparentize($button_border, 0.5));
|
||||
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child) {
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 1px 0 $_linked_separator_color,
|
||||
inset -1px 0 $_linked_separator_color;
|
||||
> .entry#{$e_type}:focus:not(:only-child) {
|
||||
+ .entry, + .button,
|
||||
+ GtkComboBox > .the-button-in-the-combobox,
|
||||
+ GtkComboBoxText > .the-button-in-the-combobox { border-#{$_border}-color: if($var=='light', $e_color, $e_border); }
|
||||
}
|
||||
}
|
||||
&:first-child:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
|
||||
&:last-child:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
|
||||
> .button:checked + .entry { border-#{$_border}-color: if($var=='light', $selected_bg_color, $e_border); }
|
||||
}
|
||||
@if $button_rules=='true' {
|
||||
> .button + .button { border-#{$_border}-style: none; }
|
||||
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
> .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: inset if($vert=='false', 1px 0, 0 1px) $b_border; }
|
||||
|
||||
> .button:first-child:hover:not(:checked):not(:active),
|
||||
> .button:checked + .button:not(:checked):not(:active):hover,
|
||||
> .entry + .button:not(:checked):not(:active):hover { box-shadow: none; }
|
||||
}
|
||||
}
|
||||
|
||||
// vertical
|
||||
.linked.vertical {
|
||||
> .entry { @extend %linked_vertical; }
|
||||
// special case, because path-bars are bugged
|
||||
@mixin pathbar_linking_rules($sep_color:if($variant=='light', transparentize($button_border, 0.6), transparentize($button_border, 0.5))) {
|
||||
|
||||
> .button + .button { border-left-style: none; }
|
||||
|
||||
> .entry + .entry { border-top-color: transparentize($entry_border, 0.7); }
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child) {
|
||||
|
||||
> .entry.error + .entry,
|
||||
> .entry + .entry.error { border-top-color: if($variant=='light', $error_color, transparentize($entry_border, 0.7)); }
|
||||
|
||||
> .entry.warning + .entry,
|
||||
> .entry + .entry.warning { border-top-color: if($variant=='light', $warning_color, transparentize($entry_border, 0.7)); }
|
||||
|
||||
> .entry.error + .entry.warning { border-top-color: if($variant=='light', $error_color, transparentize($entry_border, 0.7));}
|
||||
|
||||
|
||||
> .entry + .entry:focus:not(:last-child),
|
||||
> .entry + .entry:focus:last-child { border-top-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
|
||||
> .entry + .entry.warning:focus:not(:last-child),
|
||||
> .entry + .entry.warning:focus:last-child { border-top-color: if($variant=='light', $warning_color, $entry_border); }
|
||||
|
||||
> .entry + .entry.error:focus:not(:last-child),
|
||||
> .entry + .entry.error:focus:last-child { border-top-color: if($variant=='light', $error_color, $entry_border); }
|
||||
|
||||
|
||||
> .entry + .button,
|
||||
> .entry + .button:hover,
|
||||
> .entry + .button:active,
|
||||
> .entry + .button:checked,
|
||||
> .entry + .button:insensitive { border-top-style: solid; }
|
||||
|
||||
|
||||
> .entry:focus:not(:only-child) + .entry,
|
||||
> .entry:focus:not(:only-child) + .button,
|
||||
> .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-top-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
|
||||
> .entry.warning:focus:not(:only-child) + .entry,
|
||||
> .entry.warning:focus:not(:only-child) + .button,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-top-color: if($variant=='light', $warning_color, $entry_border); }
|
||||
|
||||
> .entry.error:focus:not(:only-child) + .entry,
|
||||
> .entry.error:focus:not(:only-child) + .button,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-top-color: if($variant=='light', $error_color, $entry_border); }
|
||||
|
||||
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
> .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: 0 -1px $button_border; }
|
||||
> .button:first-child:hover:not(:checked):not(:active) { box-shadow: none; }
|
||||
> .button:checked + .button:not(:checked):not(:active):hover { box-shadow: none; }
|
||||
> .button:checked + .entry { border-top-color: if($variant=='light', $selected_bg_color, $entry_border); }
|
||||
> .entry + .button:not(:checked):not(:active):hover { box-shadow: none; }
|
||||
&:hover {
|
||||
box-shadow: inset 1px 0 $sep_color,
|
||||
inset -1px 0 $sep_color;
|
||||
}
|
||||
&:first-child:hover { box-shadow: inset -1px 0 $sep_color; }
|
||||
&:last-child:hover { box-shadow: inset 1px 0 $sep_color; }
|
||||
}
|
||||
}
|
||||
|
||||
// Apply the rules defined above
|
||||
.linked:not(.vertical) {
|
||||
&:not(.path-bar) { @include linking_rules(); }
|
||||
&.path-bar { @include pathbar_linking_rules(); }
|
||||
}
|
||||
|
||||
.linked.vertical { @include linking_rules($vert:'true'); }
|
||||
|
||||
%linked_middle {
|
||||
border-radius: 0;
|
||||
border-right-style: none;
|
||||
@ -728,16 +636,6 @@ $_linked_separator_color: if($variant=='light', transparentize($button_border, 0
|
||||
}
|
||||
}
|
||||
|
||||
%linked_button {
|
||||
border-left-style: none;
|
||||
&:first-child { border-left-style: solid; }
|
||||
}
|
||||
|
||||
%linked_vertical_button {
|
||||
border-top-style: none;
|
||||
&:first-child { border-top-style: solid; }
|
||||
}
|
||||
|
||||
%undecorated_button {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
@ -1259,6 +1157,8 @@ GtkComboBox {
|
||||
}
|
||||
|
||||
// Linking stuff
|
||||
|
||||
// Reset buttons
|
||||
.linked:not(.vertical):not(.path-bar) > .button,
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover,
|
||||
.linked:not(.vertical):not(.path-bar) > .button:active,
|
||||
@ -1266,92 +1166,35 @@ GtkComboBox {
|
||||
.linked:not(.vertical):not(.path-bar) > .button:insensitive {
|
||||
border-radius: 3px;
|
||||
border-style: solid;
|
||||
|
||||
}
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active),
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; }
|
||||
.linked:not(.vertical):not(.path-bar), .linked:not(.vertical).path-bar {
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child),
|
||||
> .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; }
|
||||
}
|
||||
|
||||
// special case for path-bars and stack-switchers
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button,
|
||||
.linked:not(.vertical).path-bar > .button {
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher,
|
||||
.linked:not(.vertical).path-bar {
|
||||
|
||||
@include button(header-hover);
|
||||
> .button {
|
||||
@include button(header-hover);
|
||||
|
||||
&:hover { background-color: lighten($header_button_bg, 15%); }
|
||||
&:active, &:checked { @include button(header-active); }
|
||||
&:insensitive { color: transparentize($header_fg, 0.4); }
|
||||
}
|
||||
&:hover { background-color: lighten($header_button_bg, 15%); }
|
||||
&:active, &:checked { @include button(header-active); }
|
||||
&:insensitive { color: transparentize($header_fg, 0.4); }
|
||||
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button,
|
||||
.linked:not(.vertical).path-bar > .button,
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover,
|
||||
.linked:not(.vertical).path-bar > .button:hover,
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button:active,
|
||||
.linked:not(.vertical).path-bar > .button:active,
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked,
|
||||
.linked:not(.vertical).path-bar > .button:checked,
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive,
|
||||
.linked:not(.vertical).path-bar > .button:insensitive {
|
||||
@extend %linked;
|
||||
@extend %linked_button;
|
||||
}
|
||||
|
||||
.linked:not(.vertical).path-bar,
|
||||
.linked:not(.vertical):not(.path-bar).stack-switcher {
|
||||
|
||||
$_linked_separator_color: $header_button_border;
|
||||
|
||||
> .button:hover:not(:checked):not(:active):not(:only-child) {
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 1px 0 $_linked_separator_color,
|
||||
inset -1px 0 $_linked_separator_color;
|
||||
}
|
||||
&:first-child:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
|
||||
&:last-child:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
|
||||
&, &:hover, &:active, &:checked, &:insensitive { @extend %linked; }
|
||||
}
|
||||
|
||||
@include pathbar_linking_rules($sep_color:$header_button_border);
|
||||
}
|
||||
|
||||
.linked:not(.vertical):not(.pathbar) {
|
||||
|
||||
> .entry + .entry { border-left-color: transparentize($header_entry_border, 0.5); }
|
||||
|
||||
> .entry.error + .entry,
|
||||
> .entry + .entry.error { border-left-color: if($variant=='light', $error_color, transparentize($header_entry_border, 0.5)); }
|
||||
|
||||
> .entry.warning + .entry,
|
||||
> .entry + .entry.warning { border-left-color: if($variant=='light', $warning_color, transparentize($header_entry_border, 0.5)); }
|
||||
|
||||
> .entry.error + .entry.warning { border-left-color: if($variant=='light', $error_color, transparentize($header_entry_border, 0.5));}
|
||||
|
||||
|
||||
> .entry + .entry:focus:not(:last-child),
|
||||
> .entry + .entry:focus:last-child { border-left-color: if($darker=='false' and $variant=='light', $selected_bg_color, $header_entry_border); }
|
||||
|
||||
> .entry + .entry.warning:focus:not(:last-child),
|
||||
> .entry + .entry.warning:focus:last-child { border-left-color: if($variant=='light', $warning_color, $header_entry_border); }
|
||||
|
||||
> .entry + .entry.error:focus:not(:last-child),
|
||||
> .entry + .entry.error:focus:last-child { border-left-color: if($variant=='light', $error_color, $header_entry_border); }
|
||||
|
||||
|
||||
> .entry:focus:not(:only-child) + .entry,
|
||||
> .entry:focus:not(:only-child) + .button,
|
||||
> .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($darker=='false' and $variant=='light', $selected_bg_color, $header_entry_border); }
|
||||
|
||||
> .entry.warning:focus:not(:only-child) + .entry,
|
||||
> .entry.warning:focus:not(:only-child) + .button,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($variant=='light', $warning_color, $header_entry_border); }
|
||||
|
||||
> .entry.error:focus:not(:only-child) + .entry,
|
||||
> .entry.error:focus:not(:only-child) + .button,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
|
||||
> .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { border-left-color: if($variant=='light', $error_color, $header_entry_border); }
|
||||
|
||||
// use linking rules for entries only
|
||||
.linked:not(.vertical):not(.path-bar) {
|
||||
@include linking_rules( $a:0.5,
|
||||
$var:if($variant=='light' and $darker=='false', 'light', 'dark'),
|
||||
$button_rules:'false',
|
||||
$e_border:$header_entry_border,
|
||||
$b_border:$header_button_border );
|
||||
}
|
||||
|
||||
// Headerbar Suggested and Destructive Action buttons
|
||||
|
Loading…
Reference in New Issue
Block a user