diff --git a/src/gtk/gtk-3.0/gtk-aliz.css b/src/gtk/gtk-3.0/gtk-aliz.css index d60523c8..e550bea6 100644 --- a/src/gtk/gtk-3.0/gtk-aliz.css +++ b/src/gtk/gtk-3.0/gtk-aliz.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #299f87; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-azul.css b/src/gtk/gtk-3.0/gtk-azul.css index 37b1c0a7..6d23b1e4 100644 --- a/src/gtk/gtk-3.0/gtk-azul.css +++ b/src/gtk/gtk-3.0/gtk-azul.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #3078d4; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-aliz.css b/src/gtk/gtk-3.0/gtk-dark-aliz.css index 576ee648..62e292a3 100644 --- a/src/gtk/gtk-3.0/gtk-dark-aliz.css +++ b/src/gtk/gtk-3.0/gtk-dark-aliz.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.25); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #262626; border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6427,6 +6474,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #222222; + -NemoPlacesTreeView-disk-full-bg-color: #1a1a1a; + -NemoPlacesTreeView-disk-full-fg-color: #299f87; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-azul.css b/src/gtk/gtk-3.0/gtk-dark-azul.css index 98835988..366abd06 100644 --- a/src/gtk/gtk-3.0/gtk-dark-azul.css +++ b/src/gtk/gtk-3.0/gtk-dark-azul.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.25); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #22252c; border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6427,6 +6474,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #1b1d24; + -NemoPlacesTreeView-disk-full-bg-color: #14161b; + -NemoPlacesTreeView-disk-full-fg-color: #3078d4; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-pueril.css b/src/gtk/gtk-3.0/gtk-dark-pueril.css index a0cbfb03..16e1d98d 100644 --- a/src/gtk/gtk-3.0/gtk-dark-pueril.css +++ b/src/gtk/gtk-3.0/gtk-dark-pueril.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.25); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #262626; border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6427,6 +6474,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #222222; + -NemoPlacesTreeView-disk-full-bg-color: #1a1a1a; + -NemoPlacesTreeView-disk-full-fg-color: #8ab361; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-dark-sea.css b/src/gtk/gtk-3.0/gtk-dark-sea.css index ff7193a5..e10f022e 100644 --- a/src/gtk/gtk-3.0/gtk-dark-sea.css +++ b/src/gtk/gtk-3.0/gtk-dark-sea.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.25); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #222b2e; border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6427,6 +6474,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #1b2224; + -NemoPlacesTreeView-disk-full-bg-color: #141a1b; + -NemoPlacesTreeView-disk-full-fg-color: #d64646; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-aliz.css b/src/gtk/gtk-3.0/gtk-light-aliz.css index 9a87bebe..271e0db2 100644 --- a/src/gtk/gtk-3.0/gtk-light-aliz.css +++ b/src/gtk/gtk-3.0/gtk-light-aliz.css @@ -3814,7 +3814,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3920,18 +3964,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #299f87; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-azul.css b/src/gtk/gtk-3.0/gtk-light-azul.css index 63275ed5..6ec822be 100644 --- a/src/gtk/gtk-3.0/gtk-light-azul.css +++ b/src/gtk/gtk-3.0/gtk-light-azul.css @@ -3814,7 +3814,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3920,18 +3964,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #3078d4; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-pueril.css b/src/gtk/gtk-3.0/gtk-light-pueril.css index 0389c8c1..b2d198bd 100644 --- a/src/gtk/gtk-3.0/gtk-light-pueril.css +++ b/src/gtk/gtk-3.0/gtk-light-pueril.css @@ -3814,7 +3814,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3920,18 +3964,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #8ab361; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-light-sea.css b/src/gtk/gtk-3.0/gtk-light-sea.css index c041c55e..9208aaa9 100644 --- a/src/gtk/gtk-3.0/gtk-light-sea.css +++ b/src/gtk/gtk-3.0/gtk-light-sea.css @@ -3814,7 +3814,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3920,18 +3964,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #d64646; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-pueril.css b/src/gtk/gtk-3.0/gtk-pueril.css index 9dd0e0b6..fd2b1b0a 100644 --- a/src/gtk/gtk-3.0/gtk-pueril.css +++ b/src/gtk/gtk-3.0/gtk-pueril.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #8ab361; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-3.0/gtk-sea.css b/src/gtk/gtk-3.0/gtk-sea.css index cb0382a8..58d428cf 100644 --- a/src/gtk/gtk-3.0/gtk-sea.css +++ b/src/gtk/gtk-3.0/gtk-sea.css @@ -3815,7 +3815,51 @@ frame > border.flat, } scrolledwindow viewport.frame { - border-style: none; + border: none; +} + +scrolledwindow viewport.frame .frame { + border: none; +} + +scrolledwindow viewport.frame .frame > textview { + border-radius: 2px; + background: none; +} + +scrolledwindow viewport.frame .frame > textview > text { + border-radius: 2px; + border: 1px solid rgba(0, 0, 0, 0.15); +} + +scrolledwindow viewport.frame > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame { + border-radius: 2px; + padding: 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child { + border-radius: 2px 2px 0 0; +} + +scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child { + border-radius: 0 0 2px 2px; +} + +scrolledwindow viewport.frame > box.vertical list.frame list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; +} + +scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child { + border-radius: 0; } scrolledwindow overshoot.top { @@ -3921,18 +3965,21 @@ separator { list { background-color: #ffffff; border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; } list row { padding: 2px; } -list row:first-child { +list.content:not(.conversation-listbox) { + border-radius: 2px; +} + +list.content:not(.conversation-listbox) > row:first-child { border-radius: 2px 2px 0 0; } -list row:last-child { +list.content:not(.conversation-listbox) > row:last-child { border-radius: 0 0 2px 2px; } @@ -6428,6 +6475,8 @@ dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame .nemo-window .nemo-places-sidebar .places-treeview { background-color: #f7f7f7; + -NemoPlacesTreeView-disk-full-bg-color: #d1d1d1; + -NemoPlacesTreeView-disk-full-fg-color: #d64646; } .nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { diff --git a/src/gtk/gtk-4.0/gtk-aliz.css b/src/gtk/gtk-4.0/gtk-aliz.css index 7cee9e3c..35303a21 100644 --- a/src/gtk/gtk-4.0/gtk-aliz.css +++ b/src/gtk/gtk-4.0/gtk-aliz.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #c51911; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #ec271d; background-color: rgba(236, 39, 29, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #d0c8c8; border-color: rgba(3, 3, 3, 0.42); background-color: rgba(90, 90, 90, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: white; border-color: #F0544C; background-color: rgba(75, 75, 75, 0.42); background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #F0544C; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(208, 200, 200, 0.55); border-color: rgba(3, 3, 3, 0.42); background-color: rgba(90, 90, 90, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #F0544C; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #d0c8c8; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #d0c8c8; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(208, 200, 200, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #F0544C; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(208, 200, 200, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(240, 84, 76, 0.75); background-color: rgba(240, 84, 76, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #323232; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(50, 50, 50, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #323232; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #F0544C; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #F0544C; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #F0544C; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #f8aaa6; } @@ -6077,4793 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #d0c8c8; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #d0c8c8; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(208, 200, 200, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(208, 200, 200, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(240, 84, 76, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #d0c8c8; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(208, 200, 200, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #323232; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #959595; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #fcdddb; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(50, 50, 50, 0.5); - border-color: rgba(25, 25, 25, 0.5); -} - -.disk-space-display.used { - background-color: rgba(240, 84, 76, 0.8); - border-color: rgba(236, 39, 29, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(208, 200, 200, 0.12); - } - 100% { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f1f1f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-name-label { - color: #323232; -} - -.open-document-selector-path-label { - color: #999999; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #777777; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #323232; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #323232; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(50, 50, 50, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #F0544C; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #F0544C; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #323232; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #323232; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #323232; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #F0544C; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(50, 50, 50, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #f8aeaa; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #F0544C; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #f2665f; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #ee4239; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #e0dbdb; - background-color: rgba(34, 34, 34, 0.95); - border: 1px solid rgba(14, 14, 14, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #F0544C; - border-color: #F0544C; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(21, 21, 21, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(240, 84, 76, 0.95); - border-color: rgba(238, 66, 57, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(240, 84, 76, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(34, 34, 34, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(50, 50, 50, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #323232; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(240, 84, 76, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #323232; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #323232; - background-color: rgba(50, 50, 50, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #F0544C; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #323232; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e3); - color: #323232; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#F0544C); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #F0544C; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#fef6f6); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#feeeed); - color: #F0544C; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#F0544C); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(50, 50, 50, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(50, 50, 50, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #323232; -} - -.category_page_header_filter_box button:disabled { - color: rgba(50, 50, 50, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #d0c8c8; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: white; - border-color: #F0544C; - background-color: rgba(75, 75, 75, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(50, 50, 50, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #d0c8c8; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: white; - border-color: #F0544C; - background-color: rgba(75, 75, 75, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(50, 50, 50, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(50, 50, 50, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #323232; - background-color: rgba(50, 50, 50, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(50, 50, 50, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(50, 50, 50, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#F0544C,0.6), 0 1px alpha(#F0544C,0.6); -} - -tabbox > tab:checked { - color: #323232; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #F0544C, 0 1px #F0544C; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #777777; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #F0544C; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #323232; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #F0544C; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #d84c44; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #f2655e; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #222222; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(50, 50, 50, 0.06); - color: #323232; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #F0544C; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #F0544C; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #323232; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(50, 50, 50, 0.15); - color: #323232; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #474747; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #5b5b5b; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #363636; - border-color: #F0544C; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #d0c8c8; - background-color: #222222; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #F0544C; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #F0544C; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#F0544C); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #d0c8c8; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(208, 200, 200, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #222222; - color: #d0c8c8; -} - -window.background.chromium > menubar > menuitem { - color: #d0c8c8; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #323232; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #323232; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #F0544C; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(50, 50, 50, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(0, 0, 0, 0.95); - background-color: #222222; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #222222; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #d0c8c8; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #484848; - color: #dcd6d6; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #F0544C; - color: #f3f1f1; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#d0c8c8,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #F0544C; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #323232; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(54, 54, 54, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #222222; - border: none; - color: #cbbfbf; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #cbbfbf; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(203, 191, 191, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(14, 14, 14, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #F0544C; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(21, 21, 21, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #222222; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #666060; - background-color: #090909; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #2f2f2f; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #f8aeaa; - background-color: #F0544C; -} - -PanelToplevel.background { - color: #cbbfbf; - background-color: #222222; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #cbbfbf; - background-color: #222222; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #cbbfbf; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(203, 191, 191, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(240, 84, 76, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #cbbfbf; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #F0544C; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(50, 50, 50, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(50, 50, 50, 0.1); - color: #323232; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #222222; - color: #d0c8c8; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(34, 34, 34, 0.95); - color: #d0c8c8; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.95); - background-color: rgba(34, 34, 34, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #d0c8c8; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(208, 200, 200, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #323232; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(50, 50, 50, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(50, 50, 50, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(50, 50, 50, 0.22); - color: #323232; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #323232; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #F0544C; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #222222; - color: #cbbfbf; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(34, 34, 34, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #cbbfbf; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(203, 191, 191, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(203, 191, 191, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(203, 191, 191, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(203, 191, 191, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(203, 191, 191, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #cbbfbf; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(203, 191, 191, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#F0544C); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#F0544C); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#F0544C); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#F0544C); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #222222; - color: #cbbfbf; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #3c3c3c; - color: #cbbfbf; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #484848; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(203, 191, 191, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(203, 191, 191, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #F0544C; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #F0544C; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #323232; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(50, 50, 50, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(208, 200, 200, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #F0544C; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #565454; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #222222; - color: #cbbfbf; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#323232,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #323232; - background-color: alpha(#323232,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #cbbfbf; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #cbbfbf; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel.panel { - background-color: #222222; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #323232; -} - -.xfce4-panel { - background-color: #222222; - color: #cbbfbf; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #F0544C; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #F0544C; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #1d1d1d; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #cbbfbf; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(237, 233, 233, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f9f7f7; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #F0544C; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #222222; - color: #cbbfbf; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #cbbfbf; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(203, 191, 191, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #F0544C; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(203, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #3c3c3c; - color: #cbbfbf; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a9a0a0; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(203, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(203, 191, 191, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #2f2f2f; - color: #cbbfbf; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #3c3c3c; - color: #cbbfbf; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #363636; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e3; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #222222; - color: #d0c8c8; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #222222; - transition: all 100ms ease-in-out; - color: #cbbfbf; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #222222; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #cbbfbf; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #F0544C; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #F0544C; -} - -.circular label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #F0544C; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #cbbfbf; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #cbbfbf; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #F0544C; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #d0c8c8; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: white; - border-color: #F0544C; - background-color: rgba(75, 75, 75, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #F0544C; -} - -treeview.view.sidebar { - color: #d0c8c8; - background-color: rgba(54, 54, 54, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #323232; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#222222); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #2eb398, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #222222; - color: #cbbfbf; - font-weight: bold; - box-shadow: inset 0 -1px #101010; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #cbbfbf; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(203, 191, 191, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #323232; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(34, 34, 34, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(41, 41, 41, 0.95); -} - -#buttonbox_frame button { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.95); -} - -#buttonbox_frame button:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(208, 200, 200, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #F0544C; -} - -#buttonbox_frame button:disabled { - color: #565454; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.85); -} - -#login_window #user_combobox { - color: #323232; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #2eb398; - border-color: #2eb398; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #45cfb3; - border-color: #45cfb3; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #248a76; - border-color: #248a76; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(54, 54, 54, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #d0c8c8; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(208, 200, 200, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(208, 200, 200, 0.15); - box-shadow: inset 3px 0 #f4817b; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(208, 200, 200, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #d0c8c8; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(208, 200, 200, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #363636; -} - -filechooser actionbar { - color: #323232; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -filechooser actionbar entry { - color: #363636; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #363636; - border-color: #F0544C; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #323232; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(54, 54, 54, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #363636; -} - -.gedit-document-panel row { - color: #d0c8c8; - background-color: rgba(208, 200, 200, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(208, 200, 200, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #d0c8c8; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(41, 41, 41, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f3f1f1; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(243, 241, 241, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: white; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #F0544C; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(41, 41, 41, 0.95); -} - @define-color theme_fg_color #323232; @define-color theme_text_color #363636; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-aliz.scss b/src/gtk/gtk-4.0/gtk-aliz.scss index f666a781..dd890fd5 100644 --- a/src/gtk/gtk-4.0/gtk-aliz.scss +++ b/src/gtk/gtk-4.0/gtk-aliz.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// // @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-azul.css b/src/gtk/gtk-4.0/gtk-azul.css index 769490ff..e28b8138 100644 --- a/src/gtk/gtk-4.0/gtk-azul.css +++ b/src/gtk/gtk-4.0/gtk-azul.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196090; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #217dbb; background-color: rgba(33, 125, 187, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #c6cbcf; border-color: rgba(1, 1, 1, 0.42); background-color: rgba(75, 81, 100, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fdfefe; border-color: #3498db; background-color: rgba(62, 67, 83, 0.42); background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #3498db; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(198, 203, 207, 0.55); border-color: rgba(1, 1, 1, 0.42); background-color: rgba(75, 81, 100, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #3498db; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #c6cbcf; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #c6cbcf; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(198, 203, 207, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #3498db; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(198, 203, 207, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(52, 152, 219, 0.75); background-color: rgba(52, 152, 219, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #2b2f3b; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(43, 47, 59, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #2b2f3b; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #3498db; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #3498db; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #3498db; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #9acced; } @@ -6077,4793 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #c6cbcf; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #c6cbcf; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(198, 203, 207, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(198, 203, 207, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(52, 152, 219, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #c6cbcf; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(198, 203, 207, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #2b2f3b; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #919399; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d6eaf8; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(43, 47, 59, 0.5); - border-color: rgba(22, 24, 30, 0.5); -} - -.disk-space-display.used { - background-color: rgba(52, 152, 219, 0.8); - border-color: rgba(33, 125, 187, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 203, 207, 0.12); - } - 100% { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f0f0f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-name-label { - color: #2b2f3b; -} - -.open-document-selector-path-label { - color: #95979d; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #72757d; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #2b2f3b; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #2b2f3b; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(43, 47, 59, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #3498db; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #3498db; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #2b2f3b; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #2b2f3b; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #2b2f3b; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #3498db; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(43, 47, 59, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #8bc4ea; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #3498db; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #45a1de; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #268fd5; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #d9dddf; - background-color: rgba(27, 29, 36, 0.95); - border: 1px solid rgba(10, 10, 13, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #3498db; - border-color: #3498db; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(16, 17, 21, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(52, 152, 219, 0.95); - border-color: rgba(38, 143, 213, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(52, 152, 219, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(27, 29, 36, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(43, 47, 59, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(43, 47, 59, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(43, 47, 59, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #2b2f3b; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #2b2f3b; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #2b2f3b; - background-color: rgba(43, 47, 59, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #3498db; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #2b2f3b; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#4586D8); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededee); - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e4); - color: #2b2f3b; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#3498db); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #3498db; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f5fafd); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#ebf5fb); - color: #3498db; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#3498db); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(43, 47, 59, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(43, 47, 59, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #2b2f3b; -} - -.category_page_header_filter_box button:disabled { - color: rgba(43, 47, 59, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #c6cbcf; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(62, 67, 83, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(43, 47, 59, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #c6cbcf; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(62, 67, 83, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(43, 47, 59, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(43, 47, 59, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #2b2f3b; - background-color: rgba(43, 47, 59, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(43, 47, 59, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(43, 47, 59, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#3498db,0.6), 0 1px alpha(#3498db,0.6); -} - -tabbox > tab:checked { - color: #2b2f3b; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #3498db, 0 1px #3498db; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #72757d; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #3498db; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #2e313d; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #2b2f3b; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #3498db; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #2f89c5; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #48a2df; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #1b1d24; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #2e313d; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(43, 47, 59, 0.06); - color: #2b2f3b; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #3498db; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #3498db; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #2b2f3b; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(43, 47, 59, 0.15); - color: #2b2f3b; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #40444f; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #555962; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #2e313d; - border-color: #3498db; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #c6cbcf; - background-color: #1b1d24; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #3498db; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #3498db; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#3498db); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(43, 47, 59, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #c6cbcf; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 203, 207, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium > textview { - color: #2b2f3b; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #2b2f3b; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #1b1d24; - color: #c6cbcf; -} - -window.background.chromium > menubar > menuitem { - color: #c6cbcf; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #2b2f3b; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #2b2f3b; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #3498db; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(43, 47, 59, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(0, 0, 0, 0.95); - background-color: #1b1d24; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #1b1d24; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #c6cbcf; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #3c4050; - color: #d4d8db; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #3498db; - color: #f0f1f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#c6cbcf,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #3498db; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #2b2f3b; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(48, 52, 62, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #1b1d24; - border: none; - color: #bbc3c8; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #bbc3c8; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(187, 195, 200, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(10, 10, 13, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #3498db; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(16, 17, 21, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #1b1d24; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #5e6264; - background-color: #050607; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #262933; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #8bc4ea; - background-color: #3498db; -} - -PanelToplevel.background { - color: #bbc3c8; - background-color: #1b1d24; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #bbc3c8; - background-color: #1b1d24; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #bbc3c8; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(187, 195, 200, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(52, 152, 219, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #bbc3c8; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #3498db; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #3498db; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(43, 47, 59, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(43, 47, 59, 0.1); - color: #2b2f3b; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #1b1d24; - color: #c6cbcf; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(27, 29, 36, 0.95); - color: #c6cbcf; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.95); - background-color: rgba(27, 29, 36, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #c6cbcf; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(198, 203, 207, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #2b2f3b; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(43, 47, 59, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(43, 47, 59, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(43, 47, 59, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(43, 47, 59, 0.22); - color: #2b2f3b; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(43, 47, 59, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #2b2f3b; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #3498db; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #1b1d24; - color: #bbc3c8; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(27, 29, 36, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #bbc3c8; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(187, 195, 200, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(187, 195, 200, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(187, 195, 200, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(187, 195, 200, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(187, 195, 200, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #bbc3c8; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(187, 195, 200, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#3498db); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#3498db); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#3498db); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#3498db); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #1b1d24; - color: #bbc3c8; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #313441; - color: #bbc3c8; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #3c4050; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(187, 195, 200, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(187, 195, 200, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #3498db; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #3498db; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #2b2f3b; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(43, 47, 59, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 36, 45, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(198, 203, 207, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #3498db; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #4e5157; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 36, 45, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #1b1d24; - color: #bbc3c8; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#2b2f3b,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #2b2f3b; - background-color: alpha(#2b2f3b,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #bbc3c8; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #bbc3c8; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel.panel { - background-color: #1b1d24; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #2b2f3b; -} - -.xfce4-panel { - background-color: #1b1d24; - color: #bbc3c8; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #3498db; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #3498db; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #17181e; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #bbc3c8; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(229, 232, 234, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f3f5f6; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #3498db; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #1b1d24; - color: #bbc3c8; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #bbc3c8; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(187, 195, 200, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #3498db; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(187, 195, 200, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 29, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #313441; - color: #bbc3c8; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #9ba2a7; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(187, 195, 200, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 29, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(187, 195, 200, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #262933; - color: #bbc3c8; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #313441; - color: #bbc3c8; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #2e313d; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e4; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #1b1d24; - color: #c6cbcf; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #1b1d24; - transition: all 100ms ease-in-out; - color: #bbc3c8; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #1b1d24; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #bbc3c8; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #3498db; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #3498db; -} - -.circular label:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #3498db; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #bbc3c8; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #bbc3c8; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #3498db; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #c6cbcf; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(62, 67, 83, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 81, 100, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #3498db; -} - -treeview.view.sidebar { - color: #c6cbcf; - background-color: rgba(48, 52, 62, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #2b2f3b; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#1b1d24); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #4586D8, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #1b1d24; - color: #bbc3c8; - font-weight: bold; - box-shadow: inset 0 -1px #0c0d10; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #bbc3c8; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(187, 195, 200, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #2b2f3b; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(27, 29, 36, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(37, 40, 48, 0.95); -} - -#buttonbox_frame button { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 36, 45, 0.95); -} - -#buttonbox_frame button:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(198, 203, 207, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #3498db; -} - -#buttonbox_frame button:disabled { - color: #4e5157; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 36, 45, 0.85); -} - -#login_window #user_combobox { - color: #2b2f3b; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #4586D8; - border-color: #4586D8; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #6fa1e1; - border-color: #6fa1e1; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #296cc1; - border-color: #296cc1; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 40, 48, 0.95), rgba(37, 40, 48, 0.95)); -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(48, 52, 62, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #c6cbcf; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(198, 203, 207, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(198, 203, 207, 0.15); - box-shadow: inset 3px 0 #5faee3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(198, 203, 207, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #c6cbcf; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 203, 207, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #30343e; -} - -filechooser actionbar { - color: #2b2f3b; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -filechooser actionbar entry { - color: #2e313d; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #2e313d; - border-color: #3498db; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(43, 47, 59, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #2b2f3b; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 40, 48, 0.95), rgba(37, 40, 48, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(48, 52, 62, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #30343e; -} - -.gedit-document-panel row { - color: #c6cbcf; - background-color: rgba(198, 203, 207, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(198, 203, 207, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #c6cbcf; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(37, 40, 48, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f0f1f2; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(240, 241, 242, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fdfefe; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #3498db; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(37, 40, 48, 0.95); -} - @define-color theme_fg_color #2b2f3b; @define-color theme_text_color #2e313d; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-azul.scss b/src/gtk/gtk-4.0/gtk-azul.scss index b0ce77e1..f9196ac6 100644 --- a/src/gtk/gtk-4.0/gtk-azul.scss +++ b/src/gtk/gtk-4.0/gtk-azul.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-dark-aliz.css b/src/gtk/gtk-4.0/gtk-dark-aliz.css index b83067b3..68701f67 100644 --- a/src/gtk/gtk-4.0/gtk-dark-aliz.css +++ b/src/gtk/gtk-4.0/gtk-dark-aliz.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #c51911; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #ec271d; background-color: rgba(236, 39, 29, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: padding-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #d0c8c8; border-color: rgba(0, 0, 0, 0.42); background-color: rgba(82, 82, 82, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: white; border-color: #F0544C; background-color: rgba(67, 67, 67, 0.42); background-clip: padding-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #F0544C; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(208, 200, 200, 0.55); border-color: rgba(0, 0, 0, 0.42); background-color: rgba(82, 82, 82, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #F0544C; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #d0c8c8; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #d0c8c8; border-color: rgba(0, 0, 0, 0.25); background-color: rgba(208, 200, 200, 0.18); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: transparent; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(208, 200, 200, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(240, 84, 76, 0.75); background-color: rgba(240, 84, 76, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.25); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.25); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(255, 255, 255, 0.08); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #cbbfbf; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(203, 191, 191, 0.45); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #cbbfbf; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #383737; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #F0544C; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #F0544C; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #F0544C; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #f8aaa6; } @@ -6077,4782 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #d0c8c8; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #d0c8c8; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(208, 200, 200, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(208, 200, 200, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(240, 84, 76, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #d0c8c8; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(208, 200, 200, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #cbbfbf; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #777171; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #fcdddb; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #262626; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(203, 191, 191, 0.5); - border-color: rgba(180, 163, 163, 0.5); -} - -.disk-space-display.used { - background-color: rgba(240, 84, 76, 0.8); - border-color: rgba(236, 39, 29, 0.8); -} - -.disk-space-display.free { - background-color: #1a1a1a; - border-color: #010101; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(208, 200, 200, 0.18); - } - 100% { - color: #ffffff; - border-color: transparent; - background-color: #F0544C; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #262626; -} - -.open-document-selector-treeview.view:hover { - background-color: #323131; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-name-label { - color: #cbbfbf; -} - -.open-document-selector-path-label { - color: #797373; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #908888; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #cbbfbf; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: #090909; - color: #cbbfbf; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: #222222; -} - -.gedit-search-slider { - background-color: #272727; - padding: 6px; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(203, 191, 191, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #F0544C; -} - -layouttab { - background-color: #262626; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -pillbox { - color: #ffffff; - background-color: #F0544C; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #222222; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockoverlayedge { - background-color: #222222; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #cbbfbf; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #cbbfbf; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #262626, #262626); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.25); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #cbbfbf; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #F0544C; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(203, 191, 191, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #f8aeaa; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #F0544C; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #f2665f; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #ee4239; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #262626, #262626); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -row#AutostartTitle.tweak { - background-color: #262626; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.25); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #e0dbdb; - background-color: rgba(26, 26, 26, 0.95); - border: 1px solid rgba(6, 6, 6, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #F0544C; - border-color: #F0544C; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(14, 14, 14, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(240, 84, 76, 0.95); - border-color: rgba(238, 66, 57, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(240, 84, 76, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #1a1a1a; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(26, 26, 26, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #1a1a1a; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(203, 191, 191, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(203, 191, 191, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #1a1a1a; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25), inset 0 -1px #222222; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(203, 191, 191, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #cbbfbf; - background-image: image(rgba(255, 255, 255, 0.03)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(240, 84, 76, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #222222; - border: none; - color: #cbbfbf; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #cbbfbf; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #cbbfbf; - background-color: rgba(203, 191, 191, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #F0544C; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.25)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #cbbfbf; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #cbbfbf; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#1a1a1a); - color: #9d8787; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#2a2a2a); - color: #cbbfbf; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#333232); - color: #cbbfbf; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#F0544C); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#262626); - color: #F0544C; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#302828); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#3a2b2a); - color: #F0544C; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#F0544C); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #222222; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#222222); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #222222; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#222222); - border-image: linear-gradient(to bottom, #1a1a1a, #1a1a1a) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(203, 191, 191, 0.45); - background-image: image(#222222); -} - -.category_page_header_filter_box button:hover { - color: rgba(203, 191, 191, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #cbbfbf; -} - -.category_page_header_filter_box button:disabled { - color: rgba(203, 191, 191, 0.65); -} - -.application-details-infobar { - background-image: image(#262626); - border-image: linear-gradient(to bottom, #1a1a1a, #1a1a1a) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: white; - border-color: #F0544C; - background-color: rgba(67, 67, 67, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(203, 191, 191, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: white; - border-color: #F0544C; - background-color: rgba(67, 67, 67, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #3c3c3c; - color: rgba(203, 191, 191, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #a99595; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(38, 38, 38, 0.35); - color: rgba(203, 191, 191, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #cbbfbf; - background-color: rgba(203, 191, 191, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #222222; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #222222; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(203, 191, 191, 0.45); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(203, 191, 191, 0.725); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#F0544C,0.6), 0 1px alpha(#F0544C,0.6); -} - -tabbox > tab:checked { - color: #cbbfbf; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #F0544C, 0 1px #F0544C; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #908888; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #151515; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #F0544C; - background-color: #0e0e0e; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #222222; - color: #b5abab; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(255, 255, 255, 0.08); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #cbbfbf; - background-color: rgba(255, 255, 255, 0.16); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(203, 191, 191, 0.45); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #F0544C; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #d84c44; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #f2655e; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #1a1a1a; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.25); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #262626; - border: 1px solid rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); - padding: 4px; - background-color: #1a1a1a; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #222222; - color: #b5abab; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(203, 191, 191, 0.06); - color: #cbbfbf; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #F0544C; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#1a1a1a); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #F0544C; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #262626; - color: #cbbfbf; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#1a1a1a); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #222222; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #222222; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(203, 191, 191, 0.15); - color: #cbbfbf; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #bbb0b0; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #aaa0a0; -} - -.nemo-window notebook { - background-color: #262626; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #b5abab; - border-color: #F0544C; - background-color: #262626; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #d0c8c8; - background-color: #1a1a1a; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #F0544C; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #212121; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #212121; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#262626); - border: 1px solid #212121; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #F0544C; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#2b2b2b); - border: 1px solid #212121; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#F0544C); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(203, 191, 191, 0.45); -} - -#MozillaGtkWidget { - background-color: #222222; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #222222; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #262626; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #212121; -} - -#MozillaGtkWidget > widget border { - border-color: #212121; -} - -#MozillaGtkWidget > widget separator { - background-color: #212121; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #333333; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #aaaaaa; -} - -window.background.chromium { - background-color: #222222; - color: #cbbfbf; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #d0c8c8; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(208, 200, 200, 0.18); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: transparent; - background-color: #F0544C; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #1a1a1a; - background-color: #222222; - color: #cbbfbf; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #1a1a1a; - background-color: #222222; - color: #cbbfbf; -} - -window.background.chromium > textview.view { - background-color: #222222; - color: #cbbfbf; -} - -window.background.chromium > textview { - color: #cbbfbf; - background-color: #222222; -} - -window.background.chromium > textview text { - color: #cbbfbf; - background-color: #222222; -} - -window.background.chromium > menubar { - background-color: #1a1a1a; - color: #d0c8c8; -} - -window.background.chromium > menubar > menuitem { - color: #d0c8c8; -} - -window.background.chromium > menu { - border: 1px solid #1a1a1a; - background-color: #222222; - color: #cbbfbf; -} - -window.background.chromium > menu > separator { - color: #222222; - background-color: #222222; -} - -window.background.chromium > menu > menuitem { - color: #cbbfbf; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #F0544C; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(203, 191, 191, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(16, 16, 16, 0.95); - background-color: #1a1a1a; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #1a1a1a; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #d0c8c8; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #414141; - color: #dcd6d6; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #F0544C; - color: #f3f1f1; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#d0c8c8,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #262626; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #F0544C; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #cbbfbf; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(54, 54, 54, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window#ValaPanel.background { - background-color: #222222; - border: none; - color: #cbbfbf; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #cbbfbf; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(203, 191, 191, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(6, 6, 6, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #F0544C; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(14, 14, 14, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #222222; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #666060; - background-color: #090909; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #2f2f2f; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #f8aeaa; - background-color: #F0544C; -} - -PanelToplevel.background { - color: #cbbfbf; - background-color: #222222; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #cbbfbf; - background-color: #222222; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #cbbfbf; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(203, 191, 191, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(240, 84, 76, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #cbbfbf; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #F0544C; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #262626; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(203, 191, 191, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(203, 191, 191, 0.1); - color: #cbbfbf; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #222222; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #1a1a1a; - color: #d0c8c8; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #1a1a1a; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #1a1a1a; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #222222; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #222222; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #1a1a1a; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #1a1a1a; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(26, 26, 26, 0.95); - color: #d0c8c8; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #1a1a1a; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #222222; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(16, 16, 16, 0.95); - background-color: rgba(26, 26, 26, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #d0c8c8; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(208, 200, 200, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #222222; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #cbbfbf; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(203, 191, 191, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(203, 191, 191, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(203, 191, 191, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(203, 191, 191, 0.22); - color: #cbbfbf; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(203, 191, 191, 0.45); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #262626; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #cbbfbf; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(203, 191, 191, 0.45); -} - -.budgie-menu button:checked:disabled { - background-color: #F0544C; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #222222; - color: #cbbfbf; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(34, 34, 34, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #cbbfbf; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(203, 191, 191, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(203, 191, 191, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(203, 191, 191, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(203, 191, 191, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(203, 191, 191, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #cbbfbf; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(203, 191, 191, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#F0544C); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#F0544C); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#F0544C); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#F0544C); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #222222; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #222222; - color: #cbbfbf; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #3c3c3c; - color: #cbbfbf; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #484848; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: transparent; - background-color: #F0544C; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(203, 191, 191, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(203, 191, 191, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #F0544C; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #F0544C; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #cbbfbf; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(203, 191, 191, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #d0c8c8; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #d0c8c8; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(208, 200, 200, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(16, 16, 16, 0.95); - background-color: #F0544C; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #514e4e; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(16, 16, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(16, 16, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3); - background-color: #222222; - color: #cbbfbf; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #222222; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#cbbfbf,0.06); - border-color: rgba(0, 0, 0, 0.25); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #cbbfbf; - background-color: alpha(#cbbfbf,0.1); - border-color: rgba(0, 0, 0, 0.25); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #262626; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #cbbfbf; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #cbbfbf; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel.panel { - background-color: #222222; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #222222; - color: #cbbfbf; -} - -.xfce4-panel { - background-color: #222222; - color: #cbbfbf; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #F0544C; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #F0544C; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #1d1d1d; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #cbbfbf; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(237, 233, 233, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f9f7f7; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #F0544C; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #222222; - color: #cbbfbf; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #cbbfbf; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(203, 191, 191, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #F0544C; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(203, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #3c3c3c; - color: #cbbfbf; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a9a0a0; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(203, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(203, 191, 191, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #2f2f2f; - color: #cbbfbf; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #3c3c3c; - color: #cbbfbf; -} - -window.thunar paned.horizontal > separator { - background-image: image(#1a1a1a); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #222222; - color: #b5abab; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #333232; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #1a1a1a; - color: #d0c8c8; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #222222; - transition: all 100ms ease-in-out; - color: #cbbfbf; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #222222; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #cbbfbf; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.25); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.25)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #F0544C; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #F0544C; -} - -.circular label:disabled { - color: rgba(203, 191, 191, 0.45); -} - -.circular.accent { - color: #ffffff; - background-color: #F0544C; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #cbbfbf; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #cbbfbf; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #F0544C; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: white; - border-color: #F0544C; - background-color: rgba(67, 67, 67, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(208, 200, 200, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #F0544C; -} - -treeview.view.sidebar { - color: #d0c8c8; - background-color: rgba(54, 54, 54, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #cbbfbf; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(255, 255, 255, 0.08); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#1a1a1a); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #2eb398, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #222222; - color: #cbbfbf; - font-weight: bold; - box-shadow: inset 0 -1px #101010; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #cbbfbf; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(203, 191, 191, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #cbbfbf; -} - -#content_frame { - padding-bottom: 14px; - background-color: #222222; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #cbbfbf; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2b2b2b; -} - -#content_frame button:hover { - color: #a99595; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #F0544C; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 43, 43, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(203, 191, 191, 0.45); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #1a1a1a; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #101010; -} - -#buttonbox_frame button { - color: #d0c8c8; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.95); -} - -#buttonbox_frame button:hover { - color: #d0c8c8; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(208, 200, 200, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(16, 16, 16, 0.95); - background-color: #F0544C; -} - -#buttonbox_frame button:disabled { - color: #514e4e; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.85); -} - -#login_window #user_combobox { - color: #cbbfbf; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #2eb398; - border-color: #2eb398; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #45cfb3; - border-color: #45cfb3; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #248a76; - border-color: #248a76; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(54, 54, 54, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #d0c8c8; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(208, 200, 200, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(208, 200, 200, 0.15); - box-shadow: inset 3px 0 #f4817b; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(208, 200, 200, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #d0c8c8; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #d0c8c8; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(208, 200, 200, 0.18); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: transparent; - background-color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #363636; -} - -filechooser actionbar { - color: #cbbfbf; - background-color: #222222; - border-color: rgba(0, 0, 0, 0.25); -} - -filechooser actionbar button { - color: #cbbfbf; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2b2b2b; -} - -filechooser actionbar button:hover { - color: #a99595; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #F0544C; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 43, 43, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(203, 191, 191, 0.45); -} - -filechooser actionbar entry { - color: #b5abab; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -filechooser actionbar entry:focus { - color: #b5abab; - border-color: #F0544C; - background-color: #262626; -} - -filechooser actionbar entry:disabled { - color: rgba(203, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 38, 38, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #cbbfbf; -} - -.gedit-bottom-panel-paned { - background-color: #262626; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); -} - -.gedit-document-panel { - background-color: rgba(54, 54, 54, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #363636; -} - -.gedit-document-panel row { - color: #d0c8c8; - background-color: rgba(208, 200, 200, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(208, 200, 200, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #d0c8c8; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(41, 41, 41, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f3f1f1; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(243, 241, 241, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: white; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #F0544C; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(41, 41, 41, 0.95); -} - @define-color theme_fg_color #cbbfbf; @define-color theme_text_color #b5abab; @define-color theme_bg_color #222222; diff --git a/src/gtk/gtk-4.0/gtk-dark-aliz.scss b/src/gtk/gtk-4.0/gtk-dark-aliz.scss index aae22a6d..66682464 100644 --- a/src/gtk/gtk-4.0/gtk-dark-aliz.scss +++ b/src/gtk/gtk-4.0/gtk-dark-aliz.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-dark-azul.css b/src/gtk/gtk-4.0/gtk-dark-azul.css index 83be4eef..0a4821f4 100644 --- a/src/gtk/gtk-4.0/gtk-dark-azul.css +++ b/src/gtk/gtk-4.0/gtk-dark-azul.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196090; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #217dbb; background-color: rgba(33, 125, 187, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: padding-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #c6cbcf; border-color: rgba(0, 0, 0, 0.42); background-color: rgba(69, 74, 91, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fdfefe; border-color: #3498db; background-color: rgba(55, 60, 74, 0.42); background-clip: padding-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #3498db; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(198, 203, 207, 0.55); border-color: rgba(0, 0, 0, 0.42); background-color: rgba(69, 74, 91, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #3498db; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #c6cbcf; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #c6cbcf; border-color: rgba(0, 0, 0, 0.25); background-color: rgba(198, 203, 207, 0.18); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: transparent; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(198, 203, 207, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(52, 152, 219, 0.75); background-color: rgba(52, 152, 219, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.25); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.25); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(255, 255, 255, 0.08); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #bbc3c8; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(187, 195, 200, 0.45); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #bbc3c8; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #2f323c; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #3498db; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #3498db; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #3498db; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #9acced; } @@ -6077,4782 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #c6cbcf; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #c6cbcf; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(198, 203, 207, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(198, 203, 207, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(52, 152, 219, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #c6cbcf; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(198, 203, 207, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #bbc3c8; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #6b7076; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d6eaf8; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #22252c; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(187, 195, 200, 0.5); - border-color: rgba(159, 170, 177, 0.5); -} - -.disk-space-display.used { - background-color: rgba(52, 152, 219, 0.8); - border-color: rgba(33, 125, 187, 0.8); -} - -.disk-space-display.free { - background-color: #14161b; - border-color: black; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 203, 207, 0.18); - } - 100% { - color: #ffffff; - border-color: transparent; - background-color: #3498db; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #22252c; -} - -.open-document-selector-treeview.view:hover { - background-color: #2d3037; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-name-label { - color: #bbc3c8; -} - -.open-document-selector-path-label { - color: #6f747a; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #83898f; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #bbc3c8; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: #050607; - color: #bbc3c8; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: #1b1d24; -} - -.gedit-search-slider { - background-color: #1f222a; - padding: 6px; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(187, 195, 200, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #3498db; -} - -layouttab { - background-color: #22252c; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -pillbox { - color: #ffffff; - background-color: #3498db; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #1b1d24; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.25); - background-color: #22252c; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockoverlayedge { - background-color: #1b1d24; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #bbc3c8; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #bbc3c8; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #22252c, #22252c); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.25); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #bbc3c8; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #3498db; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(187, 195, 200, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #8bc4ea; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #3498db; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #45a1de; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #268fd5; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #22252c, #22252c); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -row#AutostartTitle.tweak { - background-color: #22252c; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.25); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #d9dddf; - background-color: rgba(20, 22, 27, 0.95); - border: 1px solid rgba(3, 3, 4, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #3498db; - border-color: #3498db; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(10, 10, 13, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(52, 152, 219, 0.95); - border-color: rgba(38, 143, 213, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(52, 152, 219, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #14161b; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(20, 22, 27, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #14161b; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(187, 195, 200, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(187, 195, 200, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #14161b; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25), inset 0 -1px #1b1d24; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(187, 195, 200, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #bbc3c8; - background-image: image(rgba(255, 255, 255, 0.03)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #1b1d24; - border: none; - color: #bbc3c8; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #bbc3c8; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #bbc3c8; - background-color: rgba(187, 195, 200, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #3498db; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.25)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #bbc3c8; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #bbc3c8; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#4586D8); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#14161b); - color: #83919a; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#23252c); - color: #bbc3c8; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#2b2e34); - color: #bbc3c8; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#3498db); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#22252c); - color: #3498db; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#232b35); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#24313e); - color: #3498db; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#3498db); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #1b1d24; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#1b1d24); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #1b1d24; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#1b1d24); - border-image: linear-gradient(to bottom, #14161b, #14161b) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(187, 195, 200, 0.45); - background-image: image(#1b1d24); -} - -.category_page_header_filter_box button:hover { - color: rgba(187, 195, 200, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #bbc3c8; -} - -.category_page_header_filter_box button:disabled { - color: rgba(187, 195, 200, 0.65); -} - -.application-details-infobar { - background-image: image(#22252c); - border-image: linear-gradient(to bottom, #14161b, #14161b) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(55, 60, 74, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(187, 195, 200, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(55, 60, 74, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #313441; - color: rgba(187, 195, 200, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #919ea6; - border-color: rgba(0, 0, 0, 0.25); - background-color: #383d49; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(34, 37, 44, 0.35); - color: rgba(187, 195, 200, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #bbc3c8; - background-color: rgba(187, 195, 200, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #1b1d24; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #1b1d24; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(187, 195, 200, 0.45); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(187, 195, 200, 0.725); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#3498db,0.6), 0 1px alpha(#3498db,0.6); -} - -tabbox > tab:checked { - color: #bbc3c8; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #3498db, 0 1px #3498db; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #83898f; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #101115; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #3498db; - background-color: #0a0a0d; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #1b1d24; - color: #afb4ba; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(255, 255, 255, 0.08); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #bbc3c8; - background-color: rgba(255, 255, 255, 0.16); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(187, 195, 200, 0.45); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #3498db; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #2f89c5; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #48a2df; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #14161b; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.25); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #22252c; - border: 1px solid rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); - padding: 4px; - background-color: #14161b; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #1b1d24; - color: #afb4ba; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(187, 195, 200, 0.06); - color: #bbc3c8; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #3498db; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#14161b); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #3498db; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #22252c; - color: #bbc3c8; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#14161b); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #1b1d24; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #1b1d24; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(187, 195, 200, 0.15); - color: #bbc3c8; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #acb3b8; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #9ca3a9; -} - -.nemo-window notebook { - background-color: #22252c; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #afb4ba; - border-color: #3498db; - background-color: #22252c; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #c6cbcf; - background-color: #14161b; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #3498db; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #1e2026; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #1e2026; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#22252c); - border: 1px solid #1e2026; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #3498db; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#262a32); - border: 1px solid #1e2026; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#3498db); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(187, 195, 200, 0.45); -} - -#MozillaGtkWidget { - background-color: #1b1d24; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #1b1d24; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #22252c; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #1e2026; -} - -#MozillaGtkWidget > widget border { - border-color: #1e2026; -} - -#MozillaGtkWidget > widget separator { - background-color: #1e2026; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #2d313a; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #aaaaaa; -} - -window.background.chromium { - background-color: #1b1d24; - color: #bbc3c8; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #c6cbcf; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 203, 207, 0.18); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: transparent; - background-color: #3498db; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #14161b; - background-color: #1b1d24; - color: #bbc3c8; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #14161b; - background-color: #1b1d24; - color: #bbc3c8; -} - -window.background.chromium > textview.view { - background-color: #1b1d24; - color: #bbc3c8; -} - -window.background.chromium > textview { - color: #bbc3c8; - background-color: #1b1d24; -} - -window.background.chromium > textview text { - color: #bbc3c8; - background-color: #1b1d24; -} - -window.background.chromium > menubar { - background-color: #14161b; - color: #c6cbcf; -} - -window.background.chromium > menubar > menuitem { - color: #c6cbcf; -} - -window.background.chromium > menu { - border: 1px solid #14161b; - background-color: #1b1d24; - color: #bbc3c8; -} - -window.background.chromium > menu > separator { - color: #1b1d24; - background-color: #1b1d24; -} - -window.background.chromium > menu > menuitem { - color: #bbc3c8; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #3498db; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(187, 195, 200, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(12, 13, 16, 0.95); - background-color: #14161b; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #14161b; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #c6cbcf; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #353947; - color: #d4d8db; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #3498db; - color: #f0f1f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#c6cbcf,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #22252c; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #3498db; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #bbc3c8; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(48, 52, 62, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window#ValaPanel.background { - background-color: #1b1d24; - border: none; - color: #bbc3c8; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #bbc3c8; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(187, 195, 200, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(3, 3, 4, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #3498db; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(10, 10, 13, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #1b1d24; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #5e6264; - background-color: #050607; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #262933; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #8bc4ea; - background-color: #3498db; -} - -PanelToplevel.background { - color: #bbc3c8; - background-color: #1b1d24; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #bbc3c8; - background-color: #1b1d24; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #bbc3c8; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(187, 195, 200, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(52, 152, 219, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #bbc3c8; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #3498db; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #3498db; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #22252c; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(187, 195, 200, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(187, 195, 200, 0.1); - color: #bbc3c8; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #1b1d24; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #14161b; - color: #c6cbcf; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #14161b; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #14161b; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #1b1d24; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #1b1d24; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #14161b; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #14161b; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(20, 22, 27, 0.95); - color: #c6cbcf; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #14161b; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #1b1d24; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(12, 13, 16, 0.95); - background-color: rgba(20, 22, 27, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #c6cbcf; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(198, 203, 207, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #1b1d24; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #bbc3c8; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(187, 195, 200, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(187, 195, 200, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(187, 195, 200, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(187, 195, 200, 0.22); - color: #bbc3c8; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(187, 195, 200, 0.45); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #22252c; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #bbc3c8; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(187, 195, 200, 0.45); -} - -.budgie-menu button:checked:disabled { - background-color: #3498db; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #1b1d24; - color: #bbc3c8; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(27, 29, 36, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #bbc3c8; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(187, 195, 200, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(187, 195, 200, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(187, 195, 200, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(187, 195, 200, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(187, 195, 200, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #bbc3c8; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(187, 195, 200, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#3498db); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#3498db); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#3498db); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#3498db); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #1b1d24; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #1b1d24; - color: #bbc3c8; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #313441; - color: #bbc3c8; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #3c4050; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: transparent; - background-color: #3498db; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(187, 195, 200, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(187, 195, 200, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.25); - background-color: #22252c; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #3498db; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #3498db; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #bbc3c8; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(187, 195, 200, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #c6cbcf; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(27, 29, 36, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #c6cbcf; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(198, 203, 207, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(12, 13, 16, 0.95); - background-color: #3498db; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #4a4c51; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(27, 29, 36, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(12, 13, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(12, 13, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3); - background-color: #1b1d24; - color: #bbc3c8; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #1b1d24; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#bbc3c8,0.06); - border-color: rgba(0, 0, 0, 0.25); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #bbc3c8; - background-color: alpha(#bbc3c8,0.1); - border-color: rgba(0, 0, 0, 0.25); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #22252c; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #bbc3c8; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #bbc3c8; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel.panel { - background-color: #1b1d24; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #1b1d24; - color: #bbc3c8; -} - -.xfce4-panel { - background-color: #1b1d24; - color: #bbc3c8; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #3498db; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #3498db; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #17181e; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #bbc3c8; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(229, 232, 234, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f3f5f6; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #3498db; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #1b1d24; - color: #bbc3c8; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #bbc3c8; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(187, 195, 200, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #3498db; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(187, 195, 200, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 29, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #313441; - color: #bbc3c8; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #9ba2a7; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(187, 195, 200, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 29, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(187, 195, 200, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #262933; - color: #bbc3c8; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #313441; - color: #bbc3c8; -} - -window.thunar paned.horizontal > separator { - background-image: image(#14161b); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #1b1d24; - color: #afb4ba; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #2b2e34; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #14161b; - color: #c6cbcf; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #1b1d24; - transition: all 100ms ease-in-out; - color: #bbc3c8; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #1b1d24; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #bbc3c8; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.25); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.25)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #3498db; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #3498db; -} - -.circular label:disabled { - color: rgba(187, 195, 200, 0.45); -} - -.circular.accent { - color: #ffffff; - background-color: #3498db; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #bbc3c8; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #bbc3c8; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #3498db; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fdfefe; - border-color: #3498db; - background-color: rgba(55, 60, 74, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(198, 203, 207, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 74, 91, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #3498db; -} - -treeview.view.sidebar { - color: #c6cbcf; - background-color: rgba(48, 52, 62, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #bbc3c8; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(255, 255, 255, 0.08); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#14161b); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #4586D8, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #1b1d24; - color: #bbc3c8; - font-weight: bold; - box-shadow: inset 0 -1px #0c0d10; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #bbc3c8; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(187, 195, 200, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #bbc3c8; -} - -#content_frame { - padding-bottom: 14px; - background-color: #1b1d24; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #bbc3c8; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262a32; -} - -#content_frame button:hover { - color: #919ea6; - border-color: rgba(0, 0, 0, 0.25); - background-color: #383d49; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #3498db; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 42, 50, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(187, 195, 200, 0.45); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #14161b; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #0c0d10; -} - -#buttonbox_frame button { - color: #c6cbcf; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(27, 29, 36, 0.95); -} - -#buttonbox_frame button:hover { - color: #c6cbcf; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(198, 203, 207, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(12, 13, 16, 0.95); - background-color: #3498db; -} - -#buttonbox_frame button:disabled { - color: #4a4c51; - border-color: rgba(12, 13, 16, 0.95); - background-color: rgba(27, 29, 36, 0.85); -} - -#login_window #user_combobox { - color: #bbc3c8; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #4586D8; - border-color: #4586D8; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #6fa1e1; - border-color: #6fa1e1; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #296cc1; - border-color: #296cc1; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 40, 48, 0.95), rgba(37, 40, 48, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(48, 52, 62, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #c6cbcf; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(198, 203, 207, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(198, 203, 207, 0.15); - box-shadow: inset 3px 0 #5faee3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(198, 203, 207, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #c6cbcf; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #c6cbcf; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 203, 207, 0.18); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: transparent; - background-color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #30343e; -} - -filechooser actionbar { - color: #bbc3c8; - background-color: #1b1d24; - border-color: rgba(0, 0, 0, 0.25); -} - -filechooser actionbar button { - color: #bbc3c8; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262a32; -} - -filechooser actionbar button:hover { - color: #919ea6; - border-color: rgba(0, 0, 0, 0.25); - background-color: #383d49; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #3498db; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 42, 50, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(187, 195, 200, 0.45); -} - -filechooser actionbar entry { - color: #afb4ba; - border-color: rgba(0, 0, 0, 0.25); - background-color: #22252c; -} - -filechooser actionbar entry:focus { - color: #afb4ba; - border-color: #3498db; - background-color: #22252c; -} - -filechooser actionbar entry:disabled { - color: rgba(187, 195, 200, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 37, 44, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #bbc3c8; -} - -.gedit-bottom-panel-paned { - background-color: #22252c; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 40, 48, 0.95), rgba(37, 40, 48, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); -} - -.gedit-document-panel { - background-color: rgba(48, 52, 62, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #30343e; -} - -.gedit-document-panel row { - color: #c6cbcf; - background-color: rgba(198, 203, 207, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(198, 203, 207, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #c6cbcf; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(37, 40, 48, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f0f1f2; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(240, 241, 242, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fdfefe; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #3498db; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(37, 40, 48, 0.95); -} - @define-color theme_fg_color #bbc3c8; @define-color theme_text_color #afb4ba; @define-color theme_bg_color #1b1d24; diff --git a/src/gtk/gtk-4.0/gtk-dark-azul.scss b/src/gtk/gtk-4.0/gtk-dark-azul.scss index 5b2216c6..2693c116 100644 --- a/src/gtk/gtk-4.0/gtk-dark-azul.scss +++ b/src/gtk/gtk-4.0/gtk-dark-azul.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-dark-pueril.css b/src/gtk/gtk-4.0/gtk-dark-pueril.css index 68246279..56ce2de0 100644 --- a/src/gtk/gtk-4.0/gtk-dark-pueril.css +++ b/src/gtk/gtk-4.0/gtk-dark-pueril.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #648641; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #7ea951; background-color: rgba(126, 169, 81, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: padding-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #cbcdc9; border-color: rgba(0, 0, 0, 0.42); background-color: rgba(82, 82, 82, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fefefe; border-color: #97BB72; background-color: rgba(67, 67, 67, 0.42); background-clip: padding-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #97BB72; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(203, 205, 201, 0.55); border-color: rgba(0, 0, 0, 0.42); background-color: rgba(82, 82, 82, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #97BB72; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #cbcdc9; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #cbcdc9; border-color: rgba(0, 0, 0, 0.25); background-color: rgba(203, 205, 201, 0.18); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: transparent; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(203, 205, 201, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(151, 187, 114, 0.75); background-color: rgba(151, 187, 114, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.25); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.25); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(255, 255, 255, 0.08); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #bfbfbf; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(191, 191, 191, 0.45); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #bfbfbf; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #373737; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #97BB72; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #97BB72; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #97BB72; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #cbddb9; } @@ -6077,4782 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #cbcdc9; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #cbcdc9; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(203, 205, 201, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(203, 205, 201, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(151, 187, 114, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #cbcdc9; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(203, 205, 201, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #bfbfbf; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #717171; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #eaf1e3; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #262626; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(191, 191, 191, 0.5); - border-color: rgba(166, 166, 166, 0.5); -} - -.disk-space-display.used { - background-color: rgba(151, 187, 114, 0.8); - border-color: rgba(126, 169, 81, 0.8); -} - -.disk-space-display.free { - background-color: #1a1a1a; - border-color: #010101; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(203, 205, 201, 0.18); - } - 100% { - color: #ffffff; - border-color: transparent; - background-color: #97BB72; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #262626; -} - -.open-document-selector-treeview.view:hover { - background-color: #313131; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-name-label { - color: #bfbfbf; -} - -.open-document-selector-path-label { - color: #737373; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #888888; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #bfbfbf; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: #090909; - color: #bfbfbf; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: #222222; -} - -.gedit-search-slider { - background-color: #272727; - padding: 6px; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(191, 191, 191, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #97BB72; -} - -layouttab { - background-color: #262626; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -pillbox { - color: #ffffff; - background-color: #97BB72; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #222222; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockoverlayedge { - background-color: #222222; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #bfbfbf; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #bfbfbf; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #262626, #262626); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.25); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #bfbfbf; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #97BB72; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(191, 191, 191, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #cadcb7; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #97BB72; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #a1c280; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #8db464; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #262626, #262626); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -row#AutostartTitle.tweak { - background-color: #262626; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.25); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #dddedc; - background-color: rgba(26, 26, 26, 0.95); - border: 1px solid rgba(6, 6, 6, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #97BB72; - border-color: #97BB72; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(14, 14, 14, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(151, 187, 114, 0.95); - border-color: rgba(141, 180, 100, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(151, 187, 114, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #1a1a1a; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(26, 26, 26, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #1a1a1a; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(191, 191, 191, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(191, 191, 191, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #1a1a1a; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25), inset 0 -1px #222222; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(191, 191, 191, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #bfbfbf; - background-image: image(rgba(255, 255, 255, 0.03)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(151, 187, 114, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #222222; - border: none; - color: #bfbfbf; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #bfbfbf; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #bfbfbf; - background-color: rgba(191, 191, 191, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #97BB72; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.25)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #bfbfbf; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #bfbfbf; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#1a1a1a); - color: #8c8c8c; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#2a2a2a); - color: #bfbfbf; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#323232); - color: #bfbfbf; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#97BB72); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#262626); - color: #97BB72; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#2c2d2a); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#31352e); - color: #97BB72; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#97BB72); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #222222; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#222222); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #222222; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#222222); - border-image: linear-gradient(to bottom, #1a1a1a, #1a1a1a) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(191, 191, 191, 0.45); - background-image: image(#222222); -} - -.category_page_header_filter_box button:hover { - color: rgba(191, 191, 191, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #bfbfbf; -} - -.category_page_header_filter_box button:disabled { - color: rgba(191, 191, 191, 0.65); -} - -.application-details-infobar { - background-image: image(#262626); - border-image: linear-gradient(to bottom, #1a1a1a, #1a1a1a) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(67, 67, 67, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(191, 191, 191, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(67, 67, 67, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #3c3c3c; - color: rgba(191, 191, 191, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #999999; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(38, 38, 38, 0.35); - color: rgba(191, 191, 191, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #bfbfbf; - background-color: rgba(191, 191, 191, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #222222; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #222222; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(191, 191, 191, 0.45); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(191, 191, 191, 0.725); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#97BB72,0.6), 0 1px alpha(#97BB72,0.6); -} - -tabbox > tab:checked { - color: #bfbfbf; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #97BB72, 0 1px #97BB72; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #888888; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #151515; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #97BB72; - background-color: #0e0e0e; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #222222; - color: #bababa; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(255, 255, 255, 0.08); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #bfbfbf; - background-color: rgba(255, 255, 255, 0.16); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(191, 191, 191, 0.45); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #97BB72; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #88a867; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #a1c280; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #1a1a1a; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.25); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #262626; - border: 1px solid rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); - padding: 4px; - background-color: #1a1a1a; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #222222; - color: #bababa; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(191, 191, 191, 0.06); - color: #bfbfbf; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #97BB72; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#1a1a1a); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #97BB72; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #262626; - color: #bfbfbf; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#1a1a1a); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #222222; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #222222; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(191, 191, 191, 0.15); - color: #bfbfbf; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #b0b0b0; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #a0a0a0; -} - -.nemo-window notebook { - background-color: #262626; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #bababa; - border-color: #97BB72; - background-color: #262626; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #cbcdc9; - background-color: #1a1a1a; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #97BB72; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #212121; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #212121; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#262626); - border: 1px solid #212121; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #97BB72; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#2b2b2b); - border: 1px solid #212121; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#97BB72); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(191, 191, 191, 0.45); -} - -#MozillaGtkWidget { - background-color: #222222; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #222222; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #262626; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #212121; -} - -#MozillaGtkWidget > widget border { - border-color: #212121; -} - -#MozillaGtkWidget > widget separator { - background-color: #212121; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #333333; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #aaaaaa; -} - -window.background.chromium { - background-color: #222222; - color: #bfbfbf; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #cbcdc9; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(203, 205, 201, 0.18); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: transparent; - background-color: #97BB72; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #1a1a1a; - background-color: #222222; - color: #bfbfbf; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #1a1a1a; - background-color: #222222; - color: #bfbfbf; -} - -window.background.chromium > textview.view { - background-color: #222222; - color: #bfbfbf; -} - -window.background.chromium > textview { - color: #bfbfbf; - background-color: #222222; -} - -window.background.chromium > textview text { - color: #bfbfbf; - background-color: #222222; -} - -window.background.chromium > menubar { - background-color: #1a1a1a; - color: #cbcdc9; -} - -window.background.chromium > menubar > menuitem { - color: #cbcdc9; -} - -window.background.chromium > menu { - border: 1px solid #1a1a1a; - background-color: #222222; - color: #bfbfbf; -} - -window.background.chromium > menu > separator { - color: #222222; - background-color: #222222; -} - -window.background.chromium > menu > menuitem { - color: #bfbfbf; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #97BB72; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(191, 191, 191, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(16, 16, 16, 0.95); - background-color: #1a1a1a; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #1a1a1a; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #cbcdc9; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #414141; - color: #d8d9d6; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #97BB72; - color: #f1f2f1; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#cbcdc9,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #262626; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #97BB72; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #bfbfbf; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(54, 54, 54, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window#ValaPanel.background { - background-color: #222222; - border: none; - color: #bfbfbf; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #bfbfbf; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(191, 191, 191, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(6, 6, 6, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #97BB72; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(14, 14, 14, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #222222; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #606060; - background-color: #090909; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #2f2f2f; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #cadcb7; - background-color: #97BB72; -} - -PanelToplevel.background { - color: #bfbfbf; - background-color: #222222; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #bfbfbf; - background-color: #222222; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #bfbfbf; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(191, 191, 191, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(151, 187, 114, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #bfbfbf; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #97BB72; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #262626; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(191, 191, 191, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(191, 191, 191, 0.1); - color: #bfbfbf; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #222222; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #1a1a1a; - color: #cbcdc9; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #1a1a1a; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #1a1a1a; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #222222; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #222222; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #1a1a1a; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #1a1a1a; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(26, 26, 26, 0.95); - color: #cbcdc9; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #1a1a1a; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #222222; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(16, 16, 16, 0.95); - background-color: rgba(26, 26, 26, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #cbcdc9; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(203, 205, 201, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #222222; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #bfbfbf; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(191, 191, 191, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(191, 191, 191, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(191, 191, 191, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(191, 191, 191, 0.22); - color: #bfbfbf; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(191, 191, 191, 0.45); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #262626; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #bfbfbf; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(191, 191, 191, 0.45); -} - -.budgie-menu button:checked:disabled { - background-color: #97BB72; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #222222; - color: #bfbfbf; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(34, 34, 34, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #bfbfbf; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(191, 191, 191, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(191, 191, 191, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(191, 191, 191, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(191, 191, 191, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(191, 191, 191, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #bfbfbf; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(191, 191, 191, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#97BB72); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#97BB72); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#97BB72); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#97BB72); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #222222; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #222222; - color: #bfbfbf; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #3c3c3c; - color: #bfbfbf; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #484848; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: transparent; - background-color: #97BB72; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(191, 191, 191, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(191, 191, 191, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #97BB72; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #97BB72; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #bfbfbf; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(191, 191, 191, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #cbcdc9; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #cbcdc9; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(203, 205, 201, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(16, 16, 16, 0.95); - background-color: #97BB72; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #4f504f; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(16, 16, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(16, 16, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3); - background-color: #222222; - color: #bfbfbf; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #222222; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#bfbfbf,0.06); - border-color: rgba(0, 0, 0, 0.25); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #bfbfbf; - background-color: alpha(#bfbfbf,0.1); - border-color: rgba(0, 0, 0, 0.25); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #262626; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #bfbfbf; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #bfbfbf; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel.panel { - background-color: #222222; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #222222; - color: #bfbfbf; -} - -.xfce4-panel { - background-color: #222222; - color: #bfbfbf; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #97BB72; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #97BB72; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #1d1d1d; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #bfbfbf; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(229, 229, 229, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #97BB72; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #222222; - color: #bfbfbf; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #bfbfbf; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(191, 191, 191, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #97BB72; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(191, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #3c3c3c; - color: #bfbfbf; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a0a0a0; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(191, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(191, 191, 191, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #2f2f2f; - color: #bfbfbf; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #3c3c3c; - color: #bfbfbf; -} - -window.thunar paned.horizontal > separator { - background-image: image(#1a1a1a); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #222222; - color: #bababa; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #323232; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #1a1a1a; - color: #cbcdc9; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #222222; - transition: all 100ms ease-in-out; - color: #bfbfbf; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #222222; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #bfbfbf; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.25); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.25)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #97BB72; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #97BB72; -} - -.circular label:disabled { - color: rgba(191, 191, 191, 0.45); -} - -.circular.accent { - color: #ffffff; - background-color: #97BB72; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #bfbfbf; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #bfbfbf; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #97BB72; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(67, 67, 67, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(82, 82, 82, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #97BB72; -} - -treeview.view.sidebar { - color: #cbcdc9; - background-color: rgba(54, 54, 54, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #bfbfbf; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(255, 255, 255, 0.08); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#1a1a1a); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #222222; - color: #bfbfbf; - font-weight: bold; - box-shadow: inset 0 -1px #101010; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #bfbfbf; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(191, 191, 191, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #bfbfbf; -} - -#content_frame { - padding-bottom: 14px; - background-color: #222222; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #bfbfbf; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2b2b2b; -} - -#content_frame button:hover { - color: #999999; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #97BB72; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 43, 43, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(191, 191, 191, 0.45); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #1a1a1a; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #101010; -} - -#buttonbox_frame button { - color: #cbcdc9; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.95); -} - -#buttonbox_frame button:hover { - color: #cbcdc9; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(203, 205, 201, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(16, 16, 16, 0.95); - background-color: #97BB72; -} - -#buttonbox_frame button:disabled { - color: #4f504f; - border-color: rgba(16, 16, 16, 0.95); - background-color: rgba(34, 34, 34, 0.85); -} - -#login_window #user_combobox { - color: #bfbfbf; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(54, 54, 54, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #cbcdc9; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(203, 205, 201, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(203, 205, 201, 0.15); - box-shadow: inset 3px 0 #b0cc94; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(203, 205, 201, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #cbcdc9; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(203, 205, 201, 0.18); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: transparent; - background-color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #363636; -} - -filechooser actionbar { - color: #bfbfbf; - background-color: #222222; - border-color: rgba(0, 0, 0, 0.25); -} - -filechooser actionbar button { - color: #bfbfbf; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2b2b2b; -} - -filechooser actionbar button:hover { - color: #999999; - border-color: rgba(0, 0, 0, 0.25); - background-color: #404040; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #97BB72; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 43, 43, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(191, 191, 191, 0.45); -} - -filechooser actionbar entry { - color: #bababa; - border-color: rgba(0, 0, 0, 0.25); - background-color: #262626; -} - -filechooser actionbar entry:focus { - color: #bababa; - border-color: #97BB72; - background-color: #262626; -} - -filechooser actionbar entry:disabled { - color: rgba(191, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 38, 38, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #bfbfbf; -} - -.gedit-bottom-panel-paned { - background-color: #262626; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); -} - -.gedit-document-panel { - background-color: rgba(54, 54, 54, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #363636; -} - -.gedit-document-panel row { - color: #cbcdc9; - background-color: rgba(203, 205, 201, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(203, 205, 201, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #cbcdc9; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(41, 41, 41, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f1f2f1; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(241, 242, 241, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fefefe; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #97BB72; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(41, 41, 41, 0.95); -} - @define-color theme_fg_color #bfbfbf; @define-color theme_text_color #bababa; @define-color theme_bg_color #222222; diff --git a/src/gtk/gtk-4.0/gtk-dark-pueril.scss b/src/gtk/gtk-4.0/gtk-dark-pueril.scss index c08f8c56..6479143a 100644 --- a/src/gtk/gtk-4.0/gtk-dark-pueril.scss +++ b/src/gtk/gtk-4.0/gtk-dark-pueril.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-dark-sea.css b/src/gtk/gtk-4.0/gtk-dark-sea.css index e4568195..ada6cf28 100644 --- a/src/gtk/gtk-4.0/gtk-dark-sea.css +++ b/src/gtk/gtk-4.0/gtk-dark-sea.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196253; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #248a76; background-color: rgba(36, 138, 118, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: padding-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #c6cdcb; border-color: rgba(0, 0, 0, 0.42); background-color: rgba(69, 86, 91, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fcfdfd; border-color: #2eb398; background-color: rgba(55, 70, 74, 0.42); background-clip: padding-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #2eb398; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(198, 205, 203, 0.55); border-color: rgba(0, 0, 0, 0.42); background-color: rgba(69, 86, 91, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #2eb398; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #c6cdcb; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #c6cdcb; border-color: rgba(0, 0, 0, 0.25); background-color: rgba(198, 205, 203, 0.18); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: transparent; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(198, 205, 203, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(46, 179, 152, 0.75); background-color: rgba(46, 179, 152, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.25); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.25); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(255, 255, 255, 0.08); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #ccd7d4; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(204, 215, 212, 0.45); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #ccd7d4; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #303a3c; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #2eb398; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #2eb398; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #2eb398; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #97d9cc; } @@ -6077,4782 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #c6cdcb; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #c6cdcb; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(198, 205, 203, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(198, 205, 203, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(46, 179, 152, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #c6cdcb; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(198, 205, 203, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #ccd7d4; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #747d7c; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d5f0ea; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #222b2e; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(204, 215, 212, 0.5); - border-color: rgba(175, 193, 188, 0.5); -} - -.disk-space-display.used { - background-color: rgba(46, 179, 152, 0.8); - border-color: rgba(36, 138, 118, 0.8); -} - -.disk-space-display.free { - background-color: #141a1b; - border-color: black; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 205, 203, 0.18); - } - 100% { - color: #ffffff; - border-color: transparent; - background-color: #2eb398; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #2eb398; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #222b2e; -} - -.open-document-selector-treeview.view:hover { - background-color: #2e373a; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #2eb398; -} - -.open-document-selector-name-label { - color: #ccd7d4; -} - -.open-document-selector-path-label { - color: #778181; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #8e9896; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #ccd7d4; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: #050607; - color: #ccd7d4; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: #1b2224; -} - -.gedit-search-slider { - background-color: #1f282a; - padding: 6px; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(204, 215, 212, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #2eb398; -} - -layouttab { - background-color: #222b2e; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -pillbox { - color: #ffffff; - background-color: #2eb398; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #1b2224; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.25); - background-color: #222b2e; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -dockoverlayedge { - background-color: #1b2224; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #ccd7d4; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #ccd7d4; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #222b2e, #222b2e); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.25); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #ccd7d4; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #2eb398; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(204, 215, 212, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #6ddac4; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #2eb398; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #32c3a6; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #2aa38a; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #222b2e, #222b2e); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -row#AutostartTitle.tweak { - background-color: #222b2e; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.25); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #d9dedc; - background-color: rgba(20, 26, 27, 0.95); - border: 1px solid rgba(3, 4, 4, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #2eb398; - border-color: #2eb398; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(10, 12, 13, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(46, 179, 152, 0.95); - border-color: rgba(42, 163, 138, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(46, 179, 152, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #141a1b; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(20, 26, 27, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #141a1b; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(204, 215, 212, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(204, 215, 212, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #141a1b; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25), inset 0 -1px #1b2224; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(204, 215, 212, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #ccd7d4; - background-image: image(rgba(255, 255, 255, 0.03)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(46, 179, 152, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #1b2224; - border: none; - color: #ccd7d4; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #ccd7d4; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #ccd7d4; - background-color: rgba(204, 215, 212, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #2eb398; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.25)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #ccd7d4; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #ccd7d4; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#141a1b); - color: #93aaa4; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#242b2d); - color: #ccd7d4; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#2d3436); - color: #ccd7d4; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#2eb398); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#222b2e); - color: #2eb398; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#233233); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#233939); - color: #2eb398; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #1b2224; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#1b2224); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #1b2224; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#1b2224); - border-image: linear-gradient(to bottom, #141a1b, #141a1b) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(204, 215, 212, 0.45); - background-image: image(#1b2224); -} - -.category_page_header_filter_box button:hover { - color: rgba(204, 215, 212, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #ccd7d4; -} - -.category_page_header_filter_box button:disabled { - color: rgba(204, 215, 212, 0.65); -} - -.application-details-infobar { - background-image: image(#222b2e); - border-image: linear-gradient(to bottom, #141a1b, #141a1b) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(55, 70, 74, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(204, 215, 212, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(55, 70, 74, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #313e41; - color: rgba(204, 215, 212, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.25); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #a1b5b0; - border-color: rgba(0, 0, 0, 0.25); - background-color: #38464b; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(34, 43, 46, 0.35); - color: rgba(204, 215, 212, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #ccd7d4; - background-color: rgba(204, 215, 212, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #1b2224; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #1b2224; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(204, 215, 212, 0.45); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(204, 215, 212, 0.725); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#2eb398,0.6), 0 1px alpha(#2eb398,0.6); -} - -tabbox > tab:checked { - color: #ccd7d4; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #2eb398, 0 1px #2eb398; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #8e9896; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #101415; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #2eb398; - background-color: #0a0c0d; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #1b2224; - color: #abb9b6; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(255, 255, 255, 0.08); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #ccd7d4; - background-color: rgba(255, 255, 255, 0.16); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(204, 215, 212, 0.45); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #2eb398; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #29a189; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #43bba2; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #141a1b; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.25); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #222b2e; - border: 1px solid rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); - padding: 4px; - background-color: #141a1b; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #1b2224; - color: #abb9b6; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(204, 215, 212, 0.06); - color: #ccd7d4; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #2eb398; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#141a1b); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #2eb398; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #222b2e; - color: #ccd7d4; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#141a1b); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #1b2224; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #1b2224; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(204, 215, 212, 0.15); - color: #ccd7d4; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #bbc6c3; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #aab5b3; -} - -.nemo-window notebook { - background-color: #222b2e; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #abb9b6; - border-color: #2eb398; - background-color: #222b2e; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #c6cdcb; - background-color: #141a1b; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #2eb398; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #1e2628; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #1e2628; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#222b2e); - border: 1px solid #1e2628; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #2eb398; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#263034); - border: 1px solid #1e2628; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#2eb398); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.25); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(204, 215, 212, 0.45); -} - -#MozillaGtkWidget { - background-color: #1b2224; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #1b2224; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #222b2e; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #1e2628; -} - -#MozillaGtkWidget > widget border { - border-color: #1e2628; -} - -#MozillaGtkWidget > widget separator { - background-color: #1e2628; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #2d393d; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #aaaaaa; -} - -window.background.chromium { - background-color: #1b2224; - color: #ccd7d4; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #c6cdcb; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 205, 203, 0.18); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: transparent; - background-color: #2eb398; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #141a1b; - background-color: #1b2224; - color: #ccd7d4; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #141a1b; - background-color: #1b2224; - color: #ccd7d4; -} - -window.background.chromium > textview.view { - background-color: #1b2224; - color: #ccd7d4; -} - -window.background.chromium > textview { - color: #ccd7d4; - background-color: #1b2224; -} - -window.background.chromium > textview text { - color: #ccd7d4; - background-color: #1b2224; -} - -window.background.chromium > menubar { - background-color: #141a1b; - color: #c6cdcb; -} - -window.background.chromium > menubar > menuitem { - color: #c6cdcb; -} - -window.background.chromium > menu { - border: 1px solid #141a1b; - background-color: #1b2224; - color: #ccd7d4; -} - -window.background.chromium > menu > separator { - color: #1b2224; - background-color: #1b2224; -} - -window.background.chromium > menu > menuitem { - color: #ccd7d4; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #2eb398; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(204, 215, 212, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(12, 15, 16, 0.95); - background-color: #141a1b; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #141a1b; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #c6cdcb; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #354347; - color: #d4d9d7; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #2eb398; - color: #eff1f0; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#c6cdcb,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #222b2e; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #2eb398; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #ccd7d4; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(48, 59, 62, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.25); -} - -window#ValaPanel.background { - background-color: #1b2224; - border: none; - color: #ccd7d4; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #ccd7d4; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(204, 215, 212, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(3, 4, 4, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #2eb398; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(10, 12, 13, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #1b2224; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #666c6a; - background-color: #050607; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #263033; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #6ddac4; - background-color: #2eb398; -} - -PanelToplevel.background { - color: #ccd7d4; - background-color: #1b2224; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #ccd7d4; - background-color: #1b2224; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #ccd7d4; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(204, 215, 212, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(46, 179, 152, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #ccd7d4; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #2eb398; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #222b2e; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(204, 215, 212, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(204, 215, 212, 0.1); - color: #ccd7d4; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #1b2224; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #141a1b; - color: #c6cdcb; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #141a1b; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #141a1b; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #1b2224; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #1b2224; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #141a1b; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #141a1b; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(20, 26, 27, 0.95); - color: #c6cdcb; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #141a1b; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #1b2224; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(12, 15, 16, 0.95); - background-color: rgba(20, 26, 27, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #c6cdcb; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(198, 205, 203, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.25); - border-radius: 2px; - background-color: #1b2224; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #ccd7d4; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(204, 215, 212, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(204, 215, 212, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(204, 215, 212, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(204, 215, 212, 0.22); - color: #ccd7d4; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(204, 215, 212, 0.45); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #222b2e; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #ccd7d4; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(204, 215, 212, 0.45); -} - -.budgie-menu button:checked:disabled { - background-color: #2eb398; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.25); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #1b2224; - color: #ccd7d4; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(27, 34, 36, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #ccd7d4; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(204, 215, 212, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(204, 215, 212, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(204, 215, 212, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(204, 215, 212, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(204, 215, 212, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.25); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #ccd7d4; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(204, 215, 212, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#2eb398); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#2eb398); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#2eb398); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#2eb398); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #1b2224; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #1b2224; - color: #ccd7d4; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #313e41; - color: #ccd7d4; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #3c4b50; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: transparent; - background-color: #2eb398; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(204, 215, 212, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(204, 215, 212, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.25); - background-color: #222b2e; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #2eb398; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #2eb398; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #ccd7d4; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(204, 215, 212, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #c6cdcb; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(27, 34, 36, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #c6cdcb; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(198, 205, 203, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(12, 15, 16, 0.95); - background-color: #2eb398; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #4a5050; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(27, 34, 36, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(12, 15, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(12, 15, 16, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3); - background-color: #1b2224; - color: #ccd7d4; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #1b2224; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#ccd7d4,0.06); - border-color: rgba(0, 0, 0, 0.25); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #ccd7d4; - background-color: alpha(#ccd7d4,0.1); - border-color: rgba(0, 0, 0, 0.25); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #222b2e; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #ccd7d4; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #ccd7d4; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel.panel { - background-color: #1b2224; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #1b2224; - color: #ccd7d4; -} - -.xfce4-panel { - background-color: #1b2224; - color: #ccd7d4; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #2eb398; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #2eb398; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #171c1e; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #ccd7d4; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(247, 249, 248, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: white; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #2eb398; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #1b2224; - color: #ccd7d4; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #ccd7d4; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(204, 215, 212, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #2eb398; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(204, 215, 212, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 34, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #313e41; - color: #ccd7d4; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a9b3b1; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(204, 215, 212, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 34, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(204, 215, 212, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #263033; - color: #ccd7d4; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #313e41; - color: #ccd7d4; -} - -window.thunar paned.horizontal > separator { - background-image: image(#141a1b); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #1b2224; - color: #abb9b6; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #2d3436; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #141a1b; - color: #c6cdcb; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #1b2224; - transition: all 100ms ease-in-out; - color: #ccd7d4; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #1b2224; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #ccd7d4; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.25); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.25)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #2eb398; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #2eb398; -} - -.circular label:disabled { - color: rgba(204, 215, 212, 0.45); -} - -.circular.accent { - color: #ffffff; - background-color: #2eb398; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #ccd7d4; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #ccd7d4; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #2eb398; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(55, 70, 74, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(0, 0, 0, 0.42); - background-color: rgba(69, 86, 91, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #2eb398; -} - -treeview.view.sidebar { - color: #c6cdcb; - background-color: rgba(48, 59, 62, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #ccd7d4; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(255, 255, 255, 0.08); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#141a1b); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #1b2224; - color: #ccd7d4; - font-weight: bold; - box-shadow: inset 0 -1px #0c0f10; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #ccd7d4; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(204, 215, 212, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #ccd7d4; -} - -#content_frame { - padding-bottom: 14px; - background-color: #1b2224; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #ccd7d4; - border-color: rgba(0, 0, 0, 0.25); - background-color: #263034; -} - -#content_frame button:hover { - color: #a1b5b0; - border-color: rgba(0, 0, 0, 0.25); - background-color: #38464b; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2eb398; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 48, 52, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(204, 215, 212, 0.45); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #141a1b; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #0c0f10; -} - -#buttonbox_frame button { - color: #c6cdcb; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(27, 34, 36, 0.95); -} - -#buttonbox_frame button:hover { - color: #c6cdcb; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(198, 205, 203, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(12, 15, 16, 0.95); - background-color: #2eb398; -} - -#buttonbox_frame button:disabled { - color: #4a5050; - border-color: rgba(12, 15, 16, 0.95); - background-color: rgba(27, 34, 36, 0.85); -} - -#login_window #user_combobox { - color: #ccd7d4; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(48, 59, 62, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #c6cdcb; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(198, 205, 203, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(198, 205, 203, 0.15); - box-shadow: inset 3px 0 #45cfb3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(198, 205, 203, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #c6cdcb; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.25); - background-color: rgba(198, 205, 203, 0.18); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: transparent; - background-color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #303b3e; -} - -filechooser actionbar { - color: #ccd7d4; - background-color: #1b2224; - border-color: rgba(0, 0, 0, 0.25); -} - -filechooser actionbar button { - color: #ccd7d4; - border-color: rgba(0, 0, 0, 0.25); - background-color: #263034; -} - -filechooser actionbar button:hover { - color: #a1b5b0; - border-color: rgba(0, 0, 0, 0.25); - background-color: #38464b; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.25); - background-color: #2eb398; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(38, 48, 52, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(204, 215, 212, 0.45); -} - -filechooser actionbar entry { - color: #abb9b6; - border-color: rgba(0, 0, 0, 0.25); - background-color: #222b2e; -} - -filechooser actionbar entry:focus { - color: #abb9b6; - border-color: #2eb398; - background-color: #222b2e; -} - -filechooser actionbar entry:disabled { - color: rgba(204, 215, 212, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 43, 46, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #ccd7d4; -} - -.gedit-bottom-panel-paned { - background-color: #222b2e; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); -} - -.gedit-document-panel { - background-color: rgba(48, 59, 62, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #303b3e; -} - -.gedit-document-panel row { - color: #c6cdcb; - background-color: rgba(198, 205, 203, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(198, 205, 203, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #c6cdcb; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(37, 45, 48, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #eff1f0; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(239, 241, 240, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fcfdfd; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #2eb398; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(37, 45, 48, 0.95); -} - @define-color theme_fg_color #ccd7d4; @define-color theme_text_color #abb9b6; @define-color theme_bg_color #1b2224; diff --git a/src/gtk/gtk-4.0/gtk-dark-sea.scss b/src/gtk/gtk-4.0/gtk-dark-sea.scss index a20498fe..dc00c925 100644 --- a/src/gtk/gtk-4.0/gtk-dark-sea.scss +++ b/src/gtk/gtk-4.0/gtk-dark-sea.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-light-aliz.css b/src/gtk/gtk-4.0/gtk-light-aliz.css index 2a67e5bc..9abe7612 100644 --- a/src/gtk/gtk-4.0/gtk-light-aliz.css +++ b/src/gtk/gtk-4.0/gtk-light-aliz.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #c51911; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #ec271d; background-color: rgba(236, 39, 29, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2323,43 +2315,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #323232; border-color: rgba(0, 0, 0, 0.15); background-color: #ffffff; } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #656565; border-color: #F0544C; background-color: #ffffff; background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #F0544C; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(50, 50, 50, 0.55); border-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #F0544C; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #323232; outline-offset: -3px; background-color: transparent; @@ -2367,17 +2359,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 1px; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #323232; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(50, 50, 50, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #F0544C; @@ -2385,39 +2377,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: border-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(50, 50, 50, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(240, 84, 76, 0.75); background-color: rgba(240, 84, 76, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 1px; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 1px; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3839,8 +3831,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3858,8 +3849,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3877,8 +3867,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3896,8 +3885,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3915,8 +3903,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3934,8 +3921,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3953,8 +3939,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3972,8 +3957,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3991,8 +3975,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4010,8 +3993,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4029,8 +4011,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4048,8 +4029,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4633,27 +4613,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #323232; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(50, 50, 50, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #323232; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5543,13 +5523,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5557,37 +5537,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #F0544C; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #F0544C; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5953,25 +5933,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #F0544C; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #f8aaa6; } @@ -6076,4786 +6044,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #323232; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #323232; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(50, 50, 50, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(50, 50, 50, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(240, 84, 76, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #323232; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #323232; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #959595; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #fcdddb; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(50, 50, 50, 0.5); - border-color: rgba(25, 25, 25, 0.5); -} - -.disk-space-display.used { - background-color: rgba(240, 84, 76, 0.8); - border-color: rgba(236, 39, 29, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); - } - 100% { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f1f1f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #F0544C; -} - -.open-document-selector-name-label { - color: #323232; -} - -.open-document-selector-path-label { - color: #999999; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #777777; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #323232; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #323232; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(50, 50, 50, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #F0544C; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #F0544C; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #323232; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #323232; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #323232; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #F0544C; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(50, 50, 50, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #f8aeaa; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #F0544C; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #f2665f; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #ee4239; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #484848; - background-color: rgba(242, 242, 242, 0.95); - border: 1px solid rgba(222, 222, 222, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #F0544C; - border-color: #F0544C; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(229, 229, 229, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #F0544C; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(240, 84, 76, 0.95); - border-color: rgba(238, 66, 57, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(240, 84, 76, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(242, 242, 242, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(50, 50, 50, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #323232; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(240, 84, 76, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #323232; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #323232; - background-color: rgba(50, 50, 50, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #F0544C; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #323232; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e3); - color: #323232; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#F0544C); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #F0544C; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#fef6f6); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#feeeed); - color: #F0544C; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#F0544C); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(50, 50, 50, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(50, 50, 50, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #323232; -} - -.category_page_header_filter_box button:disabled { - color: rgba(50, 50, 50, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #656565; - border-color: #F0544C; - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(50, 50, 50, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #656565; - border-color: #F0544C; - background-color: #ffffff; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(50, 50, 50, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(50, 50, 50, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #323232; - background-color: rgba(50, 50, 50, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(50, 50, 50, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(50, 50, 50, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#F0544C,0.6), 0 1px alpha(#F0544C,0.6); -} - -tabbox > tab:checked { - color: #323232; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #F0544C, 0 1px #F0544C; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #777777; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #F0544C; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #323232; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #F0544C; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #d84c44; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #f2655e; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #f2f2f2; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(50, 50, 50, 0.06); - color: #323232; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #F0544C; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #F0544C; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #323232; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(50, 50, 50, 0.15); - color: #323232; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #474747; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #5b5b5b; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #363636; - border-color: #F0544C; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #323232; - background-color: #f2f2f2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #F0544C; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #F0544C; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#F0544C); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #323232; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #f2f2f2; - color: #323232; -} - -window.background.chromium > menubar > menuitem { - color: #323232; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #323232; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #323232; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #F0544C; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(50, 50, 50, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(204, 204, 204, 0.95); - background-color: #f2f2f2; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #f2f2f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #323232; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: white; - color: #3f3f3f; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #F0544C; - color: #585858; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#323232,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #F0544C; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #323232; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(248, 248, 248, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #F0544C; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #323232; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(50, 50, 50, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(222, 222, 222, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #F0544C; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(229, 229, 229, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #f7f7f7; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #191919; - background-color: #dedede; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: white; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #f8aeaa; - background-color: #F0544C; -} - -PanelToplevel.background { - color: #323232; - background-color: #f7f7f7; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #323232; - background-color: #f7f7f7; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #323232; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(50, 50, 50, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(240, 84, 76, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #323232; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #F0544C; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #F0544C; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(50, 50, 50, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(50, 50, 50, 0.1); - color: #323232; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #f2f2f2; - color: #323232; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(242, 242, 242, 0.95); - color: #363636; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(204, 204, 204, 0.95); - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #363636; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(54, 54, 54, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #323232; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(50, 50, 50, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(50, 50, 50, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(50, 50, 50, 0.22); - color: #323232; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #323232; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #F0544C; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #f7f7f7; - color: #323232; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(247, 247, 247, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #323232; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(50, 50, 50, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(50, 50, 50, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(50, 50, 50, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(50, 50, 50, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #323232; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(50, 50, 50, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #F0544C 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #F0544C 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #F0544C 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #F0544C 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#F0544C); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#F0544C); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#F0544C); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#F0544C); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #f7f7f7; - color: #323232; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: white; - color: #323232; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: white; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(50, 50, 50, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(50, 50, 50, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #F0544C; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #F0544C; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #323232; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(50, 50, 50, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(240, 84, 76, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(54, 54, 54, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #bababa; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #F0544C; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #f7f7f7; - color: #323232; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#323232,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #323232; - background-color: alpha(#323232,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #323232; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #323232; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: black; - box-shadow: inset 0 -2px rgba(240, 84, 76, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #F0544C; -} - -.xfce4-panel.panel { - background-color: #f7f7f7; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #323232; -} - -.xfce4-panel { - background-color: #f7f7f7; - color: #323232; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #F0544C; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #F0544C; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #323232; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(88, 88, 88, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #656565; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #F0544C; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #f7f7f7; - color: #323232; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #323232; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(50, 50, 50, 0.12); - color: black; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #F0544C; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(50, 50, 50, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: white; - color: #323232; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #595959; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #F0544C; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(50, 50, 50, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(50, 50, 50, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: white; - color: #323232; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #dedede; - color: #323232; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #363636; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e3; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #f2f2f2; - color: #323232; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #f7f7f7; - transition: all 100ms ease-in-out; - color: #323232; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #f7f7f7; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #323232; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #F0544C; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #F0544C; -} - -.circular label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #F0544C; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #323232; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #323232; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #F0544C; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #656565; - border-color: #F0544C; - background-color: #ffffff; -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #F0544C; -} - -treeview.view.sidebar { - color: #363636; - background-color: rgba(248, 248, 248, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #323232; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#f2f2f2); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #2eb398, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #f7f7f7; - color: #323232; - font-weight: bold; - box-shadow: inset 0 -1px #e5e5e5; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #323232; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(50, 50, 50, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #323232; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(242, 242, 242, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(210, 210, 210, 0.95); -} - -#buttonbox_frame button { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -#buttonbox_frame button:hover { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(54, 54, 54, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -#buttonbox_frame button:disabled { - color: #bababa; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -#login_window #user_combobox { - color: #323232; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #2eb398; - border-color: #2eb398; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #45cfb3; - border-color: #45cfb3; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #248a76; - border-color: #248a76; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(248, 248, 248, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #363636; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(54, 54, 54, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(54, 54, 54, 0.15); - box-shadow: inset 3px 0 #f4817b; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(54, 54, 54, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #363636; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #F0544C; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #f8f8f8; -} - -filechooser actionbar { - color: #323232; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #F0544C; - background-color: #F0544C; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -filechooser actionbar entry { - color: #363636; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #363636; - border-color: #F0544C; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #323232; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(248, 248, 248, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #f8f8f8; -} - -.gedit-document-panel row { - color: #363636; - background-color: rgba(54, 54, 54, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(54, 54, 54, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #F0544C; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #363636; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(235, 235, 235, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #5c5c5c; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(92, 92, 92, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: dimgray; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #F0544C; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(235, 235, 235, 0.95); -} - @define-color theme_fg_color #323232; @define-color theme_text_color #363636; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-light-aliz.scss b/src/gtk/gtk-4.0/gtk-light-aliz.scss index 7643901e..fd079901 100644 --- a/src/gtk/gtk-4.0/gtk-light-aliz.scss +++ b/src/gtk/gtk-4.0/gtk-light-aliz.scss @@ -6,6 +6,6 @@ $header: 'light'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-light-azul.css b/src/gtk/gtk-4.0/gtk-light-azul.css index 3809dccf..4d4c94b1 100644 --- a/src/gtk/gtk-4.0/gtk-light-azul.css +++ b/src/gtk/gtk-4.0/gtk-light-azul.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196090; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #217dbb; background-color: rgba(33, 125, 187, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2323,43 +2315,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #2b2f3b; border-color: rgba(0, 0, 0, 0.15); background-color: #ffffff; } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #565e76; border-color: #3498db; background-color: #ffffff; background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #3498db; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(43, 47, 59, 0.55); border-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #3498db; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #2b2f3b; outline-offset: -3px; background-color: transparent; @@ -2367,17 +2359,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 1px; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #2b2f3b; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(43, 47, 59, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #3498db; @@ -2385,39 +2377,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: border-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(43, 47, 59, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(52, 152, 219, 0.75); background-color: rgba(52, 152, 219, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 1px; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 1px; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3839,8 +3831,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3858,8 +3849,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3877,8 +3867,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3896,8 +3885,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3915,8 +3903,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3934,8 +3921,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3953,8 +3939,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3972,8 +3957,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3991,8 +3975,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4010,8 +3993,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4029,8 +4011,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4048,8 +4029,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4633,27 +4613,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #2b2f3b; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(43, 47, 59, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #2b2f3b; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5543,13 +5523,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5557,37 +5537,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #3498db; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #3498db; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5953,25 +5933,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #3498db; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #9acced; } @@ -6076,4786 +6044,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #2b2f3b; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #2b2f3b; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(43, 47, 59, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(43, 47, 59, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(52, 152, 219, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #2b2f3b; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(43, 47, 59, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #2b2f3b; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #919399; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d6eaf8; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(43, 47, 59, 0.5); - border-color: rgba(22, 24, 30, 0.5); -} - -.disk-space-display.used { - background-color: rgba(52, 152, 219, 0.8); - border-color: rgba(33, 125, 187, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 47, 59, 0.12); - } - 100% { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f0f0f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #3498db; -} - -.open-document-selector-name-label { - color: #2b2f3b; -} - -.open-document-selector-path-label { - color: #95979d; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #72757d; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #2b2f3b; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #2b2f3b; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(43, 47, 59, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #3498db; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #3498db; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #2b2f3b; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #2b2f3b; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #2b2f3b; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #3498db; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(43, 47, 59, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #8bc4ea; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #3498db; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #45a1de; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #268fd5; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #3d4151; - background-color: rgba(242, 242, 242, 0.95); - border: 1px solid rgba(222, 222, 222, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #3498db; - border-color: #3498db; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(229, 229, 229, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #3498db; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(52, 152, 219, 0.95); - border-color: rgba(38, 143, 213, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(52, 152, 219, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(242, 242, 242, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(43, 47, 59, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(43, 47, 59, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(43, 47, 59, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #2b2f3b; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #2b2f3b; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #2b2f3b; - background-color: rgba(43, 47, 59, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #3498db; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #2b2f3b; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#4586D8); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededee); - color: #2b2f3b; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e4); - color: #2b2f3b; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#3498db); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #3498db; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f5fafd); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#ebf5fb); - color: #3498db; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#3498db); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(43, 47, 59, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(43, 47, 59, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #2b2f3b; -} - -.category_page_header_filter_box button:disabled { - color: rgba(43, 47, 59, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #565e76; - border-color: #3498db; - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(43, 47, 59, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(43, 47, 59, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #565e76; - border-color: #3498db; - background-color: #ffffff; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(43, 47, 59, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(43, 47, 59, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(43, 47, 59, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #2b2f3b; - background-color: rgba(43, 47, 59, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(43, 47, 59, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(43, 47, 59, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#3498db,0.6), 0 1px alpha(#3498db,0.6); -} - -tabbox > tab:checked { - color: #2b2f3b; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #3498db, 0 1px #3498db; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #72757d; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #3498db; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #2e313d; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #2b2f3b; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #3498db; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #2f89c5; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #48a2df; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #f2f2f2; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #2e313d; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(43, 47, 59, 0.06); - color: #2b2f3b; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #3498db; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #3498db; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #2b2f3b; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(43, 47, 59, 0.15); - color: #2b2f3b; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #40444f; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #555962; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #2e313d; - border-color: #3498db; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #2b2f3b; - background-color: #f2f2f2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #3498db; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #3498db; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#3498db); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(43, 47, 59, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #2b2f3b; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 47, 59, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #2b2f3b; -} - -window.background.chromium > textview { - color: #2b2f3b; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #2b2f3b; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #f2f2f2; - color: #2b2f3b; -} - -window.background.chromium > menubar > menuitem { - color: #2b2f3b; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #2b2f3b; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #2b2f3b; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #3498db; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(43, 47, 59, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(204, 204, 204, 0.95); - background-color: #f2f2f2; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #f2f2f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #2b2f3b; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: white; - color: #363b4a; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #3498db; - color: #4b5267; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#2b2f3b,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #3498db; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #2b2f3b; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(248, 248, 248, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #f7f7f7; - border: none; - color: #2b2f3b; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #3498db; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #2b2f3b; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(43, 47, 59, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(222, 222, 222, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #3498db; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(229, 229, 229, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #f7f7f7; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #16181e; - background-color: #dedede; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: white; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #8bc4ea; - background-color: #3498db; -} - -PanelToplevel.background { - color: #2b2f3b; - background-color: #f7f7f7; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #2b2f3b; - background-color: #f7f7f7; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #2b2f3b; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(43, 47, 59, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(52, 152, 219, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #3498db; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #2b2f3b; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #3498db; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #3498db; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(43, 47, 59, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(43, 47, 59, 0.1); - color: #2b2f3b; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #f2f2f2; - color: #2b2f3b; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(242, 242, 242, 0.95); - color: #2e313d; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(204, 204, 204, 0.95); - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #2e313d; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(46, 49, 61, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #2b2f3b; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(43, 47, 59, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(43, 47, 59, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(43, 47, 59, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(43, 47, 59, 0.22); - color: #2b2f3b; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(43, 47, 59, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #2b2f3b; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #3498db; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #f7f7f7; - color: #2b2f3b; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(247, 247, 247, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #2b2f3b; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(43, 47, 59, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(43, 47, 59, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(43, 47, 59, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(43, 47, 59, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(43, 47, 59, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #2b2f3b; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(43, 47, 59, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#3498db); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#3498db); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#3498db); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#3498db); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #f7f7f7; - color: #2b2f3b; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: white; - color: #2b2f3b; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: white; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(43, 47, 59, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(43, 47, 59, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #3498db; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #3498db; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #2b2f3b; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(43, 47, 59, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(52, 152, 219, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #2e313d; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #2e313d; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(46, 49, 61, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #b7b8bc; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #3498db; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #f7f7f7; - color: #2b2f3b; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#2b2f3b,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #2b2f3b; - background-color: alpha(#2b2f3b,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #2b2f3b; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #2b2f3b; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: black; - box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #3498db; -} - -.xfce4-panel.panel { - background-color: #f7f7f7; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #2b2f3b; -} - -.xfce4-panel { - background-color: #f7f7f7; - color: #2b2f3b; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #3498db; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #3498db; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #2b2f3b; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(75, 82, 103, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #565e76; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #3498db; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #f7f7f7; - color: #2b2f3b; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #2b2f3b; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(43, 47, 59, 0.12); - color: black; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #3498db; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(43, 47, 59, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: white; - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #545761; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #3498db; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(43, 47, 59, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(43, 47, 59, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: white; - color: #2b2f3b; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #dedede; - color: #2b2f3b; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #2e313d; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e4; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #f2f2f2; - color: #2b2f3b; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #f7f7f7; - transition: all 100ms ease-in-out; - color: #2b2f3b; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #f7f7f7; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #2b2f3b; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #3498db; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #3498db; -} - -.circular label:disabled { - color: rgba(43, 47, 59, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #3498db; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #2b2f3b; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #2b2f3b; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #3498db; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #565e76; - border-color: #3498db; - background-color: #ffffff; -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(43, 47, 59, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #3498db; -} - -treeview.view.sidebar { - color: #2e313d; - background-color: rgba(248, 248, 248, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #2b2f3b; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#f2f2f2); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #4586D8, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #f7f7f7; - color: #2b2f3b; - font-weight: bold; - box-shadow: inset 0 -1px #e5e5e5; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #2b2f3b; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(43, 47, 59, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #2b2f3b; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(242, 242, 242, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(210, 210, 210, 0.95); -} - -#buttonbox_frame button { - color: #2e313d; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -#buttonbox_frame button:hover { - color: #2e313d; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(46, 49, 61, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -#buttonbox_frame button:disabled { - color: #b7b8bc; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -#login_window #user_combobox { - color: #2b2f3b; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #4586D8; - border-color: #4586D8; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #6fa1e1; - border-color: #6fa1e1; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #296cc1; - border-color: #296cc1; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(248, 248, 248, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #2e313d; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(46, 49, 61, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(46, 49, 61, 0.15); - box-shadow: inset 3px 0 #5faee3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(46, 49, 61, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #2e313d; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(43, 47, 59, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #3498db; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #f8f8f8; -} - -filechooser actionbar { - color: #2b2f3b; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #2b2f3b; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0b0c0f; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #3498db; - background-color: #3498db; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(43, 47, 59, 0.55); -} - -filechooser actionbar entry { - color: #2e313d; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #2e313d; - border-color: #3498db; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(43, 47, 59, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #2b2f3b; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(248, 248, 248, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #f8f8f8; -} - -.gedit-document-panel row { - color: #2e313d; - background-color: rgba(46, 49, 61, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(46, 49, 61, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #3498db; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #2e313d; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(235, 235, 235, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #4f5469; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(79, 84, 105, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #5a6077; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #3498db; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(235, 235, 235, 0.95); -} - @define-color theme_fg_color #2b2f3b; @define-color theme_text_color #2e313d; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-light-azul.scss b/src/gtk/gtk-4.0/gtk-light-azul.scss index c1bf8519..1b9db2c3 100644 --- a/src/gtk/gtk-4.0/gtk-light-azul.scss +++ b/src/gtk/gtk-4.0/gtk-light-azul.scss @@ -6,6 +6,6 @@ $header: 'light'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-light-pueril.css b/src/gtk/gtk-4.0/gtk-light-pueril.css index 2a6181b9..d139b491 100644 --- a/src/gtk/gtk-4.0/gtk-light-pueril.css +++ b/src/gtk/gtk-4.0/gtk-light-pueril.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #648641; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #7ea951; background-color: rgba(126, 169, 81, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2323,43 +2315,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #323232; border-color: rgba(0, 0, 0, 0.15); background-color: #ffffff; } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #656565; border-color: #97BB72; background-color: #ffffff; background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #97BB72; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(50, 50, 50, 0.55); border-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #97BB72; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #323232; outline-offset: -3px; background-color: transparent; @@ -2367,17 +2359,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 1px; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #323232; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(50, 50, 50, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #97BB72; @@ -2385,39 +2377,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: border-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(50, 50, 50, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(151, 187, 114, 0.75); background-color: rgba(151, 187, 114, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 1px; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 1px; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3839,8 +3831,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3858,8 +3849,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3877,8 +3867,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3896,8 +3885,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3915,8 +3903,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3934,8 +3921,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3953,8 +3939,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3972,8 +3957,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3991,8 +3975,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4010,8 +3993,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4029,8 +4011,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4048,8 +4029,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4633,27 +4613,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #323232; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(50, 50, 50, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #323232; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5543,13 +5523,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5557,37 +5537,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #97BB72; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #97BB72; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5953,25 +5933,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #97BB72; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #cbddb9; } @@ -6076,4786 +6044,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #323232; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #323232; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(50, 50, 50, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(50, 50, 50, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(151, 187, 114, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #323232; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #323232; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #959595; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #eaf1e3; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(50, 50, 50, 0.5); - border-color: rgba(25, 25, 25, 0.5); -} - -.disk-space-display.used { - background-color: rgba(151, 187, 114, 0.8); - border-color: rgba(126, 169, 81, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); - } - 100% { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f1f1f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-name-label { - color: #323232; -} - -.open-document-selector-path-label { - color: #999999; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #777777; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #323232; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #323232; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(50, 50, 50, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #97BB72; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #97BB72; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #323232; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #323232; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #323232; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #97BB72; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(50, 50, 50, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #cadcb7; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #97BB72; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #a1c280; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #8db464; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #484848; - background-color: rgba(242, 242, 242, 0.95); - border: 1px solid rgba(222, 222, 222, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #97BB72; - border-color: #97BB72; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(229, 229, 229, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(151, 187, 114, 0.95); - border-color: rgba(141, 180, 100, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(151, 187, 114, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(242, 242, 242, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(50, 50, 50, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #323232; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(151, 187, 114, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #323232; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #323232; - background-color: rgba(50, 50, 50, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #97BB72; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #323232; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e3); - color: #323232; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#97BB72); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #97BB72; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#fafcf8); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#f5f8f1); - color: #97BB72; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#97BB72); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(50, 50, 50, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(50, 50, 50, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #323232; -} - -.category_page_header_filter_box button:disabled { - color: rgba(50, 50, 50, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #656565; - border-color: #97BB72; - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(50, 50, 50, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #656565; - border-color: #97BB72; - background-color: #ffffff; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(50, 50, 50, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(50, 50, 50, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #323232; - background-color: rgba(50, 50, 50, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(50, 50, 50, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(50, 50, 50, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#97BB72,0.6), 0 1px alpha(#97BB72,0.6); -} - -tabbox > tab:checked { - color: #323232; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #97BB72, 0 1px #97BB72; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #777777; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #97BB72; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #323232; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #97BB72; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #88a867; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #a1c280; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #f2f2f2; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(50, 50, 50, 0.06); - color: #323232; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #97BB72; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #97BB72; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #323232; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(50, 50, 50, 0.15); - color: #323232; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #474747; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #5b5b5b; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #363636; - border-color: #97BB72; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #323232; - background-color: #f2f2f2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #97BB72; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #97BB72; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#97BB72); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #323232; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #f2f2f2; - color: #323232; -} - -window.background.chromium > menubar > menuitem { - color: #323232; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #323232; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #323232; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #97BB72; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(50, 50, 50, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(204, 204, 204, 0.95); - background-color: #f2f2f2; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #f2f2f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #323232; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: white; - color: #3f3f3f; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #97BB72; - color: #585858; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#323232,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #97BB72; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #323232; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(248, 248, 248, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #323232; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(50, 50, 50, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(222, 222, 222, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #97BB72; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(229, 229, 229, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #f7f7f7; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #191919; - background-color: #dedede; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: white; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #cadcb7; - background-color: #97BB72; -} - -PanelToplevel.background { - color: #323232; - background-color: #f7f7f7; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #323232; - background-color: #f7f7f7; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #323232; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(50, 50, 50, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(151, 187, 114, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #323232; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #97BB72; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(50, 50, 50, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(50, 50, 50, 0.1); - color: #323232; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #f2f2f2; - color: #323232; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(242, 242, 242, 0.95); - color: #363636; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(204, 204, 204, 0.95); - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #363636; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(54, 54, 54, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #323232; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(50, 50, 50, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(50, 50, 50, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(50, 50, 50, 0.22); - color: #323232; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #323232; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #97BB72; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #f7f7f7; - color: #323232; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(247, 247, 247, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #323232; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(50, 50, 50, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(50, 50, 50, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(50, 50, 50, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(50, 50, 50, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #323232; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(50, 50, 50, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#97BB72); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#97BB72); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#97BB72); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#97BB72); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #f7f7f7; - color: #323232; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: white; - color: #323232; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: white; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(50, 50, 50, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(50, 50, 50, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #97BB72; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #97BB72; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #323232; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(50, 50, 50, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(54, 54, 54, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #bababa; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #f7f7f7; - color: #323232; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#323232,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #323232; - background-color: alpha(#323232,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #323232; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #323232; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: black; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel.panel { - background-color: #f7f7f7; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #323232; -} - -.xfce4-panel { - background-color: #f7f7f7; - color: #323232; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #97BB72; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #97BB72; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #323232; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(88, 88, 88, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #656565; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #97BB72; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #f7f7f7; - color: #323232; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #323232; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(50, 50, 50, 0.12); - color: black; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #97BB72; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(50, 50, 50, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: white; - color: #323232; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #595959; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(50, 50, 50, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(50, 50, 50, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: white; - color: #323232; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #dedede; - color: #323232; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #363636; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e3; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #f2f2f2; - color: #323232; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #f7f7f7; - transition: all 100ms ease-in-out; - color: #323232; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #f7f7f7; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #323232; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #97BB72; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #97BB72; -} - -.circular label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #97BB72; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #323232; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #323232; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #97BB72; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #656565; - border-color: #97BB72; - background-color: #ffffff; -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #97BB72; -} - -treeview.view.sidebar { - color: #363636; - background-color: rgba(248, 248, 248, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #323232; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#f2f2f2); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #f7f7f7; - color: #323232; - font-weight: bold; - box-shadow: inset 0 -1px #e5e5e5; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #323232; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(50, 50, 50, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #323232; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(242, 242, 242, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(210, 210, 210, 0.95); -} - -#buttonbox_frame button { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -#buttonbox_frame button:hover { - color: #363636; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(54, 54, 54, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -#buttonbox_frame button:disabled { - color: #bababa; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -#login_window #user_combobox { - color: #323232; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(248, 248, 248, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #363636; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(54, 54, 54, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(54, 54, 54, 0.15); - box-shadow: inset 3px 0 #b0cc94; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(54, 54, 54, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #363636; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(50, 50, 50, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #f8f8f8; -} - -filechooser actionbar { - color: #323232; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -filechooser actionbar entry { - color: #363636; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #363636; - border-color: #97BB72; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #323232; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(248, 248, 248, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #f8f8f8; -} - -.gedit-document-panel row { - color: #363636; - background-color: rgba(54, 54, 54, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(54, 54, 54, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #363636; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(235, 235, 235, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #5c5c5c; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(92, 92, 92, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: dimgray; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #97BB72; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(235, 235, 235, 0.95); -} - @define-color theme_fg_color #323232; @define-color theme_text_color #363636; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-light-pueril.scss b/src/gtk/gtk-4.0/gtk-light-pueril.scss index e45d1f53..af7991c7 100644 --- a/src/gtk/gtk-4.0/gtk-light-pueril.scss +++ b/src/gtk/gtk-4.0/gtk-light-pueril.scss @@ -6,6 +6,6 @@ $header: 'light'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-light-sea.css b/src/gtk/gtk-4.0/gtk-light-sea.css index e4760cfe..09fb5a2d 100644 --- a/src/gtk/gtk-4.0/gtk-light-sea.css +++ b/src/gtk/gtk-4.0/gtk-light-sea.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196253; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #248a76; background-color: rgba(36, 138, 118, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2323,43 +2315,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #273134; border-color: rgba(0, 0, 0, 0.15); background-color: #ffffff; } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #53686e; border-color: #2eb398; background-color: #ffffff; background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #2eb398; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(39, 49, 52, 0.55); border-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #2eb398; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #273134; outline-offset: -3px; background-color: transparent; @@ -2367,17 +2359,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 1px; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #273134; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(39, 49, 52, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #2eb398; @@ -2385,39 +2377,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: border-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(39, 49, 52, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(46, 179, 152, 0.75); background-color: rgba(46, 179, 152, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 1px; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 1px; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3839,8 +3831,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3858,8 +3849,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3877,8 +3867,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3896,8 +3885,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3915,8 +3903,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3934,8 +3921,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3953,8 +3939,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3972,8 +3957,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3991,8 +3975,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4010,8 +3993,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4029,8 +4011,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4048,8 +4029,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4633,27 +4613,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #273134; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(39, 49, 52, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #273134; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5543,13 +5523,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5557,37 +5537,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #2eb398; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #2eb398; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5953,25 +5933,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #2eb398; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #97d9cc; } @@ -6076,4786 +6044,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #273134; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #273134; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(39, 49, 52, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(39, 49, 52, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(46, 179, 152, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #273134; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(39, 49, 52, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #273134; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #8f9496; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d5f0ea; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(39, 49, 52, 0.5); - border-color: rgba(17, 22, 23, 0.5); -} - -.disk-space-display.used { - background-color: rgba(46, 179, 152, 0.8); - border-color: rgba(36, 138, 118, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(39, 49, 52, 0.12); - } - 100% { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #2eb398; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f0f1f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #2eb398; -} - -.open-document-selector-name-label { - color: #273134; -} - -.open-document-selector-path-label { - color: #93989a; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #707678; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #273134; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #273134; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(39, 49, 52, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #2eb398; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #2eb398; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #273134; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #273134; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #273134; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #2eb398; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(39, 49, 52, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #6ddac4; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #2eb398; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #32c3a6; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #2aa38a; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #3f5056; - background-color: rgba(242, 242, 242, 0.95); - border: 1px solid rgba(222, 222, 222, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #2eb398; - border-color: #2eb398; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(229, 229, 229, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(46, 179, 152, 0.95); - border-color: rgba(42, 163, 138, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(46, 179, 152, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(242, 242, 242, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(39, 49, 52, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(39, 49, 52, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(39, 49, 52, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #273134; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(46, 179, 152, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #273134; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #273134; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #273134; - background-color: rgba(39, 49, 52, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #2eb398; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #273134; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #273134; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #273134; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e2e3e4); - color: #273134; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#2eb398); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #2eb398; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f5fbfa); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#eaf7f5); - color: #2eb398; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(39, 49, 52, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(39, 49, 52, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #273134; -} - -.category_page_header_filter_box button:disabled { - color: rgba(39, 49, 52, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #53686e; - border-color: #2eb398; - background-color: #ffffff; -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(39, 49, 52, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(39, 49, 52, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #53686e; - border-color: #2eb398; - background-color: #ffffff; -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(39, 49, 52, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(39, 49, 52, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(39, 49, 52, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #273134; - background-color: rgba(39, 49, 52, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(39, 49, 52, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(39, 49, 52, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#2eb398,0.6), 0 1px alpha(#2eb398,0.6); -} - -tabbox > tab:checked { - color: #273134; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #2eb398, 0 1px #2eb398; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #707678; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #2eb398; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #303d41; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #273134; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #2eb398; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #29a189; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #43bba2; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #f2f2f2; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #303d41; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(39, 49, 52, 0.06); - color: #273134; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #2eb398; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #2eb398; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #273134; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(39, 49, 52, 0.15); - color: #273134; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #3d4648; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #525a5d; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #303d41; - border-color: #2eb398; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #273134; - background-color: #f2f2f2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.15); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #2eb398; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #2eb398; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#2eb398); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(39, 49, 52, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #273134; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(39, 49, 52, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium > textview { - color: #273134; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #273134; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #f2f2f2; - color: #273134; -} - -window.background.chromium > menubar > menuitem { - color: #273134; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #273134; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #273134; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #2eb398; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(39, 49, 52, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(204, 204, 204, 0.95); - background-color: #f2f2f2; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #f2f2f2; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #273134; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: white; - color: #323f43; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #2eb398; - color: #485a60; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#273134,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #2eb398; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #273134; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(248, 248, 248, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #f7f7f7; - border: none; - color: #273134; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #273134; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(39, 49, 52, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(222, 222, 222, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #2eb398; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(229, 229, 229, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #f7f7f7; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #14191a; - background-color: #dedede; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: white; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #6ddac4; - background-color: #2eb398; -} - -PanelToplevel.background { - color: #273134; - background-color: #f7f7f7; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #273134; - background-color: #f7f7f7; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #273134; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(39, 49, 52, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(46, 179, 152, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #273134; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #2eb398; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(39, 49, 52, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(39, 49, 52, 0.1); - color: #273134; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #f2f2f2; - color: #273134; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(242, 242, 242, 0.95); - color: #303d41; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(204, 204, 204, 0.95); - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #303d41; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(48, 61, 65, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #273134; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(39, 49, 52, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(39, 49, 52, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(39, 49, 52, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(39, 49, 52, 0.22); - color: #273134; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(39, 49, 52, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #273134; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #2eb398; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #f7f7f7; - color: #273134; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(247, 247, 247, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #273134; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(39, 49, 52, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(39, 49, 52, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(39, 49, 52, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(39, 49, 52, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(39, 49, 52, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #273134; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(39, 49, 52, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#2eb398); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#2eb398); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#2eb398); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#2eb398); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #f7f7f7; - color: #273134; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: white; - color: #273134; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: white; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(39, 49, 52, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(39, 49, 52, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #2eb398; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #2eb398; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #273134; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(39, 49, 52, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #303d41; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #303d41; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(48, 61, 65, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #b8bcbd; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(204, 204, 204, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #f7f7f7; - color: #273134; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#273134,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #273134; - background-color: alpha(#273134,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #273134; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #273134; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: black; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel.panel { - background-color: #f7f7f7; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #273134; -} - -.xfce4-panel { - background-color: #f7f7f7; - color: #273134; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #2eb398; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #2eb398; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #273134; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(72, 90, 96, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #53686e; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #2eb398; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #f7f7f7; - color: #273134; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #273134; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(39, 49, 52, 0.12); - color: black; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #2eb398; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(39, 49, 52, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: white; - color: #273134; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #51595b; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(39, 49, 52, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(247, 247, 247, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(39, 49, 52, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: white; - color: #273134; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #dedede; - color: #273134; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #303d41; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e2e3e4; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #f2f2f2; - color: #273134; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #f7f7f7; - transition: all 100ms ease-in-out; - color: #273134; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #f7f7f7; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #273134; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #2eb398; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #2eb398; -} - -.circular label:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #2eb398; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #273134; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #273134; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #2eb398; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #53686e; - border-color: #2eb398; - background-color: #ffffff; -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(39, 49, 52, 0.55); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(255, 255, 255, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #2eb398; -} - -treeview.view.sidebar { - color: #303d41; - background-color: rgba(248, 248, 248, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #273134; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#f2f2f2); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #f7f7f7; - color: #273134; - font-weight: bold; - box-shadow: inset 0 -1px #e5e5e5; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #273134; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(39, 49, 52, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #273134; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(242, 242, 242, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(210, 210, 210, 0.95); -} - -#buttonbox_frame button { - color: #303d41; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.95); -} - -#buttonbox_frame button:hover { - color: #303d41; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(48, 61, 65, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -#buttonbox_frame button:disabled { - color: #b8bcbd; - border-color: rgba(204, 204, 204, 0.95); - background-color: rgba(250, 250, 250, 0.85); -} - -#login_window #user_combobox { - color: #273134; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(248, 248, 248, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #303d41; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(48, 61, 65, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(48, 61, 65, 0.15); - box-shadow: inset 3px 0 #45cfb3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(48, 61, 65, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #303d41; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(39, 49, 52, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #f8f8f8; -} - -filechooser actionbar { - color: #273134; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -filechooser actionbar entry { - color: #303d41; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #303d41; - border-color: #2eb398; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(39, 49, 52, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #273134; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.95), rgba(210, 210, 210, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(248, 248, 248, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #f8f8f8; -} - -.gedit-document-panel row { - color: #303d41; - background-color: rgba(48, 61, 65, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(48, 61, 65, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #303d41; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(235, 235, 235, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #50666d; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(80, 102, 109, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #5b747c; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #2eb398; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(235, 235, 235, 0.95); -} - @define-color theme_fg_color #273134; @define-color theme_text_color #303d41; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-light-sea.scss b/src/gtk/gtk-4.0/gtk-light-sea.scss index 23ce0b58..df6c071f 100644 --- a/src/gtk/gtk-4.0/gtk-light-sea.scss +++ b/src/gtk/gtk-4.0/gtk-light-sea.scss @@ -6,6 +6,6 @@ $header: 'light'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-pueril.css b/src/gtk/gtk-4.0/gtk-pueril.css index ca13004f..8caf4b55 100644 --- a/src/gtk/gtk-4.0/gtk-pueril.css +++ b/src/gtk/gtk-4.0/gtk-pueril.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #648641; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #7ea951; background-color: rgba(126, 169, 81, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #cbcdc9; border-color: rgba(3, 3, 3, 0.42); background-color: rgba(90, 90, 90, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fefefe; border-color: #97BB72; background-color: rgba(75, 75, 75, 0.42); background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #97BB72; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(203, 205, 201, 0.55); border-color: rgba(3, 3, 3, 0.42); background-color: rgba(90, 90, 90, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #97BB72; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #cbcdc9; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #cbcdc9; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(203, 205, 201, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #97BB72; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(203, 205, 201, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(151, 187, 114, 0.75); background-color: rgba(151, 187, 114, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #323232; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(50, 50, 50, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #323232; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #e0e0e0; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #97BB72; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #97BB72; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #97BB72; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #cbddb9; } @@ -6077,4793 +6045,6 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; -} - -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; -} - -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { - background-color: transparent; - background-image: none; - color: #cbcdc9; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #cbcdc9; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(203, 205, 201, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(203, 205, 201, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(151, 187, 114, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #cbcdc9; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(203, 205, 201, 0.06); -} - -.nautilus-window headerbar .path-bar-box.background.frame { - border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #323232; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #959595; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #eaf1e3; -} - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .searchbar-container { - margin-top: -1px; -} - -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; -} - -.disk-space-display { - border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(50, 50, 50, 0.5); - border-color: rgba(25, 25, 25, 0.5); -} - -.disk-space-display.used { - background-color: rgba(151, 187, 114, 0.8); - border-color: rgba(126, 169, 81, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; -} - -@keyframes needs_attention_keyframes { - 0% { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(203, 205, 201, 0.12); - } - 100% { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; -} - -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; -} - -.conflict-row.activatable:hover { - background-color: #fd716a; -} - -.conflict-row.activatable:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f1f1f1; -} - -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; - background-color: #97BB72; -} - -.open-document-selector-name-label { - color: #323232; -} - -.open-document-selector-path-label { - color: #999999; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #777777; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #323232; -} - -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; -} - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #323232; -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -.gedit-search-entry-occurrences-tag { - color: rgba(50, 50, 50, 0.6); - border: none; - margin: 2px; - padding: 2px; -} - -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; -} - -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; -} - -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; -} - -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; -} - -.gb-search-entry-occurrences-tag { - background: none; -} - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; -} - -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; -} - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #97BB72; -} - -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #97BB72; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #323232; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #323232; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #323232; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #97BB72; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(50, 50, 50, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #cadcb7; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #97BB72; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #a1c280; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #8db464; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #dddedc; - background-color: rgba(34, 34, 34, 0.95); - border: 1px solid rgba(14, 14, 14, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #97BB72; - border-color: #97BB72; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(21, 21, 21, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #97BB72; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(151, 187, 114, 0.95); - border-color: rgba(141, 180, 100, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(151, 187, 114, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(34, 34, 34, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(50, 50, 50, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(50, 50, 50, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #323232; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(151, 187, 114, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #323232; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #323232; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #323232; - background-color: rgba(50, 50, 50, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #97BB72; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #323232; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #323232; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e3e3e3); - color: #323232; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#97BB72); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #97BB72; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#fafcf8); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#f5f8f1); - color: #97BB72; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#97BB72); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(50, 50, 50, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(50, 50, 50, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #323232; -} - -.category_page_header_filter_box button:disabled { - color: rgba(50, 50, 50, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #cbcdc9; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(75, 75, 75, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(50, 50, 50, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #cbcdc9; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(75, 75, 75, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(50, 50, 50, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(50, 50, 50, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #323232; - background-color: rgba(50, 50, 50, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(50, 50, 50, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(50, 50, 50, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#97BB72,0.6), 0 1px alpha(#97BB72,0.6); -} - -tabbox > tab:checked { - color: #323232; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #97BB72, 0 1px #97BB72; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #777777; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #97BB72; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #323232; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #97BB72; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #88a867; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #a1c280; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #222222; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #363636; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(50, 50, 50, 0.06); - color: #323232; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #97BB72; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #97BB72; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #323232; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(50, 50, 50, 0.15); - color: #323232; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #474747; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #5b5b5b; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #363636; - border-color: #97BB72; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #cbcdc9; - background-color: #222222; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(3, 3, 3, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #97BB72; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #97BB72; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#97BB72); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #cbcdc9; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(203, 205, 201, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #323232; -} - -window.background.chromium > textview { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #323232; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #222222; - color: #cbcdc9; -} - -window.background.chromium > menubar > menuitem { - color: #cbcdc9; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #323232; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #323232; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #97BB72; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(50, 50, 50, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(0, 0, 0, 0.95); - background-color: #222222; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #222222; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #cbcdc9; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #484848; - color: #d8d9d6; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #97BB72; - color: #f1f2f1; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#cbcdc9,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #97BB72; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #323232; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(54, 54, 54, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #222222; - border: none; - color: #bfbfbf; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #97BB72; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #bfbfbf; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(191, 191, 191, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(14, 14, 14, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #97BB72; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(21, 21, 21, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #222222; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #606060; - background-color: #090909; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #2f2f2f; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #cadcb7; - background-color: #97BB72; -} - -PanelToplevel.background { - color: #bfbfbf; - background-color: #222222; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #bfbfbf; - background-color: #222222; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #bfbfbf; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(191, 191, 191, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(151, 187, 114, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #bfbfbf; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #97BB72; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #97BB72; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(50, 50, 50, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(50, 50, 50, 0.1); - color: #323232; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #222222; - color: #cbcdc9; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(34, 34, 34, 0.95); - color: #cbcdc9; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.95); - background-color: rgba(34, 34, 34, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #cbcdc9; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(203, 205, 201, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #3498db; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #323232; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(50, 50, 50, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(50, 50, 50, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(50, 50, 50, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(50, 50, 50, 0.22); - color: #323232; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #323232; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #97BB72; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #222222; - color: #bfbfbf; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(34, 34, 34, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #bfbfbf; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(191, 191, 191, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(191, 191, 191, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(191, 191, 191, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(191, 191, 191, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(191, 191, 191, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #bfbfbf; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(191, 191, 191, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #97BB72 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #97BB72 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #97BB72 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #97BB72 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#97BB72); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#97BB72); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#97BB72); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#97BB72); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #222222; - color: #bfbfbf; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #3c3c3c; - color: #bfbfbf; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #484848; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(191, 191, 191, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(191, 191, 191, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #97BB72; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #97BB72; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #323232; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(50, 50, 50, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(151, 187, 114, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(203, 205, 201, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #97BB72; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #555554; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #97BB72; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #222222; - color: #bfbfbf; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#323232,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #323232; - background-color: alpha(#323232,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #bfbfbf; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #bfbfbf; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(151, 187, 114, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #97BB72; -} - -.xfce4-panel.panel { - background-color: #222222; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #323232; -} - -.xfce4-panel { - background-color: #222222; - color: #bfbfbf; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #97BB72; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #97BB72; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #1d1d1d; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #bfbfbf; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(229, 229, 229, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: #f2f2f2; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #97BB72; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #222222; - color: #bfbfbf; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #bfbfbf; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(191, 191, 191, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #97BB72; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(191, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #3c3c3c; - color: #bfbfbf; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a0a0a0; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #97BB72; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(191, 191, 191, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(34, 34, 34, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(191, 191, 191, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #2f2f2f; - color: #bfbfbf; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #3c3c3c; - color: #bfbfbf; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #363636; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e3e3e3; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #222222; - color: #cbcdc9; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #222222; - transition: all 100ms ease-in-out; - color: #bfbfbf; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #222222; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #bfbfbf; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #97BB72; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #97BB72; -} - -.circular label:disabled { - color: rgba(50, 50, 50, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #97BB72; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #bfbfbf; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #bfbfbf; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #97BB72; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #cbcdc9; - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fefefe; - border-color: #97BB72; - background-color: rgba(75, 75, 75, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(203, 205, 201, 0.55); - border-color: rgba(3, 3, 3, 0.42); - background-color: rgba(90, 90, 90, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #97BB72; -} - -treeview.view.sidebar { - color: #cbcdc9; - background-color: rgba(54, 54, 54, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #323232; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#222222); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #222222; - color: #bfbfbf; - font-weight: bold; - box-shadow: inset 0 -1px #101010; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #bfbfbf; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(191, 191, 191, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #323232; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(34, 34, 34, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(41, 41, 41, 0.95); -} - -#buttonbox_frame button { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.95); -} - -#buttonbox_frame button:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(203, 205, 201, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #97BB72; -} - -#buttonbox_frame button:disabled { - color: #555554; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(42, 42, 42, 0.85); -} - -#login_window #user_combobox { - color: #323232; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(54, 54, 54, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #cbcdc9; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(203, 205, 201, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(203, 205, 201, 0.15); - box-shadow: inset 3px 0 #b0cc94; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(203, 205, 201, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #cbcdc9; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #cbcdc9; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(203, 205, 201, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #97BB72; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #363636; -} - -filechooser actionbar { - color: #323232; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #323232; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #0c0c0c; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #97BB72; - background-color: #97BB72; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(50, 50, 50, 0.55); -} - -filechooser actionbar entry { - color: #363636; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #363636; - border-color: #97BB72; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(50, 50, 50, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #323232; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.95), rgba(41, 41, 41, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(54, 54, 54, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #363636; -} - -.gedit-document-panel row { - color: #cbcdc9; - background-color: rgba(203, 205, 201, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(203, 205, 201, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #97BB72; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #cbcdc9; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(41, 41, 41, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #f1f2f1; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(241, 242, 241, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fefefe; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #97BB72; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(41, 41, 41, 0.95); -} - @define-color theme_fg_color #323232; @define-color theme_text_color #363636; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-pueril.scss b/src/gtk/gtk-4.0/gtk-pueril.scss index 0e6d3070..5f95c093 100644 --- a/src/gtk/gtk-4.0/gtk-pueril.scss +++ b/src/gtk/gtk-4.0/gtk-pueril.scss @@ -6,6 +6,6 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; -@import '../sass/transparent-widgets'; +// @import '../sass/apps'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/gtk-4.0/gtk-sea.css b/src/gtk/gtk-4.0/gtk-sea.css index 29e3bc47..6559a977 100644 --- a/src/gtk/gtk-4.0/gtk-sea.css +++ b/src/gtk/gtk-4.0/gtk-sea.css @@ -101,7 +101,7 @@ iconview > dndtarget:drop(active) { border-color: #196253; } -rubberband, XfdesktopIconView.view .rubberband, .content-view > rubberband, columnview.view > rubberband, +rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #248a76; background-color: rgba(36, 138, 118, 0.2); @@ -194,9 +194,7 @@ label.error:disabled { color: rgba(252, 65, 56, 0.5); } -.dim-label, .slate-notification .notification-body, -.budgie-notification .notification-body, -.budgie-switcher .notification-body, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, +.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; @@ -348,7 +346,7 @@ entry > image.right { margin-left: 6px; } -.raven .raven-background spinbutton:not(.vertical), spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), +spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; @@ -650,7 +648,7 @@ button:focus:focus-visible { outline-offset: -2px; } -#tasklist-button, .budgie-panel button.flat.launcher, button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, tabbox > tab button, placessidebar .navigation-sidebar > row button.sidebar-button, +placessidebar .navigation-sidebar > row button.sidebar-button, button.flat { border-color: transparent; background-color: transparent; @@ -658,19 +656,19 @@ button.flat { transition: none; } -#tasklist-button:hover, .budgie-panel button.flat.launcher:hover, button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, tabbox > tab button:hover, placessidebar .navigation-sidebar > row button.sidebar-button:hover, +placessidebar .navigation-sidebar > row button.sidebar-button:hover, button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 350ms; } -#tasklist-button:active, .budgie-panel button.flat.launcher:active, button.budgie-menu-launcher:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active, tabbox > tab button:active, placessidebar .navigation-sidebar > row button.sidebar-button:active, #tasklist-button:checked, .budgie-panel button.flat.launcher:checked, button.budgie-menu-launcher:checked, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked, tabbox > tab button:checked, placessidebar .navigation-sidebar > row button.sidebar-button:checked, +placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked, button.flat:active, button.flat:checked { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } -#tasklist-button:backdrop, .budgie-panel button.flat.launcher:backdrop, button.budgie-menu-launcher:backdrop, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:backdrop, tabbox > tab button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled, button.budgie-menu-launcher:disabled, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled, tabbox > tab button:disabled, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, +placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { @@ -1047,10 +1045,7 @@ button.file > box > box > label { font-weight: bold; } -.slate-notification-window button.image-button, -.budgie-notification-window button.image-button, -.budgie-switcher-window button.image-button, -.budgie-osd-window button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, button.nautilus-circular-button.image-button, + button.circular { min-width: 32px; min-height: 32px; @@ -1058,10 +1053,7 @@ button.circular { border-radius: 1000px; } -.slate-notification-window button.image-button label, -.budgie-notification-window button.image-button label, -.budgie-switcher-window button.image-button label, -.budgie-osd-window button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, button.nautilus-circular-button.image-button label, + button.circular label { padding: 0; } @@ -1517,24 +1509,24 @@ headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:acti box-shadow: none; } -.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { +.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button { border-radius: 0; border-right-style: none; background-clip: border-box; } -.budgie-settings-window buttonbox.inline-toolbar button:first-child, spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { +spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.budgie-settings-window buttonbox.inline-toolbar button:last-child, spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { +spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.budgie-settings-window buttonbox.inline-toolbar button:only-child, spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { +spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { border-radius: 3px; border-style: solid; } @@ -1560,7 +1552,7 @@ spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only border-style: solid; } -.nemo-window .floating-bar button, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, +.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model, list > row button.image-button:not(.flat), modelbutton.flat { border-color: transparent; background-color: transparent; @@ -2325,43 +2317,43 @@ headerbar.default-decoration windowcontrols menubutton button { margin-bottom: 0; } -window.thunar toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry { +headerbar entry { color: #c6cdcb; border-color: rgba(1, 1, 1, 0.42); background-color: rgba(75, 95, 100, 0.42); } -window.thunar toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image { +headerbar entry image { color: inherit; } -window.thunar toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop { +headerbar entry:backdrop { opacity: 0.85; } -window.thunar toolbar entry:focus-within, .nemo-window .primary-toolbar entry:focus-within, headerbar entry:focus-within { +headerbar entry:focus-within { color: #fcfdfd; border-color: #2eb398; background-color: rgba(62, 78, 83, 0.42); background-clip: border-box; } -window.thunar toolbar entry:focus-within image, .nemo-window .primary-toolbar entry:focus-within image, headerbar entry:focus-within image { +headerbar entry:focus-within image { color: #2eb398; } -window.thunar toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled { +headerbar entry:disabled { color: rgba(198, 205, 203, 0.55); border-color: rgba(1, 1, 1, 0.42); background-color: rgba(75, 95, 100, 0.85); } -window.thunar toolbar entry selection:focus-within, .nemo-window .primary-toolbar entry selection:focus-within, headerbar entry selection:focus-within { +headerbar entry selection:focus-within { background-color: #ffffff; color: #2eb398; } -window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .nemo-window .primary-toolbar button, headerbar button { +headerbar button { color: #c6cdcb; outline-offset: -3px; background-color: transparent; @@ -2369,17 +2361,17 @@ window.thunar toolbar button, .caja-navigation-window toolbar#Toolbar.primary-to border-width: 0; } -window.thunar toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop { +headerbar button:backdrop { opacity: 0.8; } -window.thunar toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover { +headerbar button:hover { color: #c6cdcb; border-color: rgba(0, 0, 0, 0.15); background-color: rgba(198, 205, 203, 0.12); } -window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked { +headerbar button:active, headerbar button:checked { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff; border-color: #2eb398; @@ -2387,39 +2379,39 @@ window.thunar toolbar button:active, .caja-navigation-window toolbar#Toolbar.pri background-clip: padding-box; } -window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled { background-color: transparent; border-color: transparent; } -window.thunar toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled { +headerbar button:disabled label, headerbar button:disabled { color: rgba(198, 205, 203, 0.45); } -window.thunar toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { +headerbar button:disabled:active, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.5); border-color: rgba(46, 179, 152, 0.75); background-color: rgba(46, 179, 152, 0.75); } -window.thunar toolbar .linked.raised > button:not(:last-child):not(:only-child), .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked.raised > button:not(:last-child):not(:only-child), headerbar .linked.raised > button:not(:last-child):not(:only-child) { +headerbar .linked.raised > button:not(:last-child):not(:only-child) { margin-left: 1px; } -window.thunar toolbar .linked.raised > button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.raised > button, headerbar .linked.raised > button { +headerbar .linked.raised > button { border-radius: 3px; border-style: solid; border-width: 0; box-shadow: none; } -window.thunar toolbar .linked.raised > button:last-child, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child, .nemo-window .primary-toolbar .linked.raised > button:last-child, headerbar .linked.raised > button:last-child { +headerbar .linked.raised > button:last-child { border-left-style: solid; border-left-width: 0; border-color: transparent; } -window.thunar toolbar .linked.raised > button:last-child:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:hover, .nemo-window .primary-toolbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:hover, window.thunar toolbar .linked.raised > button:last-child:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.raised > button:last-child:active, .nemo-window .primary-toolbar .linked.raised > button:last-child:active, headerbar .linked.raised > button:last-child:active { +headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active { border-color: rgba(0, 0, 0, 0.15); } @@ -3840,8 +3832,7 @@ treeview.check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } -.osd check, -filechooser actionbar check { +.osd check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } @@ -3859,8 +3850,7 @@ treeview.check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } -.osd check:disabled, -filechooser actionbar check:disabled { +.osd check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } @@ -3878,8 +3868,7 @@ treeview.check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } -.osd check:indeterminate, -filechooser actionbar check:indeterminate { +.osd check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } @@ -3897,8 +3886,7 @@ treeview.check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } -.osd check:indeterminate:disabled, -filechooser actionbar check:indeterminate:disabled { +.osd check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } @@ -3916,8 +3904,7 @@ treeview.check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } -.osd check:checked, -filechooser actionbar check:checked { +.osd check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } @@ -3935,8 +3922,7 @@ treeview.check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } -.osd check:checked:disabled, -filechooser actionbar check:checked:disabled { +.osd check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } @@ -3954,8 +3940,7 @@ treeview.radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } -.osd radio, -filechooser actionbar radio { +.osd radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } @@ -3973,8 +3958,7 @@ treeview.radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } -.osd radio:disabled, -filechooser actionbar radio:disabled { +.osd radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } @@ -3992,8 +3976,7 @@ treeview.radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } -.osd radio:indeterminate, -filechooser actionbar radio:indeterminate { +.osd radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } @@ -4011,8 +3994,7 @@ treeview.radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } -.osd radio:indeterminate:disabled, -filechooser actionbar radio:indeterminate:disabled { +.osd radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } @@ -4030,8 +4012,7 @@ treeview.radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } -.osd radio:checked, -filechooser actionbar radio:checked { +.osd radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } @@ -4049,8 +4030,7 @@ treeview.radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } -.osd radio:checked:disabled, -filechooser actionbar radio:checked:disabled { +.osd radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } @@ -4634,27 +4614,27 @@ list.separators:not(.horizontal) > row:not(.separator) { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -treeview.has-open-popup.view.sidebar.source-list, .panel popover .sidebar .has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, row.has-open-popup.activatable, treeview.view.sidebar.source-list:hover, .panel popover .sidebar .view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, row.activatable:hover { +row.has-open-popup.activatable, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } -treeview.view.sidebar.source-list:active, .panel popover .sidebar .view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, row.activatable:active { +row.activatable:active { color: #273134; } -treeview.view.sidebar.source-list:disabled, .panel popover .sidebar .view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, row.activatable:disabled { +row.activatable:disabled { color: rgba(39, 49, 52, 0.55); } -treeview.view.sidebar.source-list:disabled image, .panel popover .sidebar .view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, row.activatable:disabled image { +row.activatable:disabled image { color: inherit; } -treeview.view.sidebar.source-list:selected:active, .panel popover .sidebar .view:selected:active, .budgie-menu button:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, row.activatable:selected:active { +row.activatable:selected:active { color: #273134; } -treeview.view.sidebar.source-list:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, row.activatable:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover, .panel popover .sidebar .view:selected:hover, .budgie-menu button:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, row.activatable:selected:hover { +row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #dfdfe0; } @@ -5544,13 +5524,13 @@ windowcontrols button.restore:active { background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png")); } -.raven-mpris button.image-button, .nemo-window .floating-bar button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { +row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.flat.image-button, .nemo-window .floating-bar button.flat, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { +row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat { border-color: transparent; background-color: transparent; background-image: none; @@ -5558,37 +5538,37 @@ windowcontrols button.restore:active { background-color: rgba(255, 255, 255, 0); } -.raven-mpris button.flat.image-button:disabled, .nemo-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { +row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.flat.image-button:disabled label, .nemo-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { +row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label { color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:hover, .nemo-window .floating-bar button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { +row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.raven-mpris button.image-button:active, .nemo-window .floating-bar button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, .raven-mpris button.image-button:checked, .nemo-window .floating-bar button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { +row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked { color: #2eb398; background-color: #ffffff; border-color: #ffffff; } -.raven-mpris button.image-button:disabled, .nemo-window .floating-bar button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { +row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.42); } -.raven-mpris button.image-button:disabled label, .nemo-window .floating-bar button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { +row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label { color: rgba(255, 255, 255, 0.5); } -.raven-mpris button.image-button:disabled:active, .nemo-window .floating-bar button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, .raven-mpris button.image-button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { +row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked { color: #2eb398; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.42); @@ -5954,25 +5934,13 @@ stackswitcher.circular > button.text-button.circular { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, .budgie-menu button:checked, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active, -.xreader-window scrolledwindow.frame > .view:selected, -.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:selected:focus, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, +textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected { background-color: #2eb398; color: #ffffff; } -filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, .budgie-menu button:disabled:checked, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active, -.xreader-window scrolledwindow.frame > .view:disabled:selected, -.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget > widget > scrolledwindow > textview text:disabled:selected, -#MozillaGtkWidget > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, +textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected, entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected { color: #97d9cc; } @@ -6077,4987 +6045,200 @@ statusbar { padding: 6px 10px 6px 10px; } -terminal-window.background.csd, -.mate-terminal.background.csd { - border-radius: 0 0 0 0; -} - -terminal-window decoration, -.mate-terminal decoration { - border-radius: 2px 2px 0 0; -} - -terminal-window notebook > header.top button, -.mate-terminal notebook > header.top button { - padding: 0; - min-width: 24px; - min-height: 24px; +.overlay-bar { + background-color: #2eb398; + border-color: #2eb398; + border-radius: 2px; + padding: 3px 6px; + margin: 3px; } -terminal-window notebook scrollbar, -.mate-terminal notebook scrollbar { - background: none; +.overlay-bar label { + color: #ffffff; } -window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle { +GraniteWidgetsThinPaned { background-color: transparent; background-image: none; - color: #c6cdcb; - border-radius: 0; - box-shadow: none; - border: none; - margin: 0 0 0 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover { - background-color: transparent; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active { - color: #c6cdcb; - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled { - color: rgba(198, 205, 203, 0.4); - background-color: transparent; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled { - color: rgba(198, 205, 203, 0.4); - background-color: transparent; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(46, 179, 152, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box { - margin: 6px 0 4px 0; - border-radius: 3px; - color: #c6cdcb; - background-color: transparent; -} - -.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active, -.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled { - margin-top: 0; - margin-bottom: 0; - padding: 0 6px 4px 6px; - min-height: 24px; - border-radius: 0; -} - -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, -.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.nautilus-window headerbar .path-bar-box.width-maximized { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(198, 205, 203, 0.06); + margin: 0; + border-left: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.15); } -.nautilus-window headerbar .path-bar-box.background.frame { +GraniteWidgetsPopOver .frame, +GraniteWidgetsStaticNotebook .frame { border: none; - background-color: transparent; -} - -.nautilus-canvas-item, .caja-canvas-item { - border-radius: 2px; -} - -.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item, -.nautilus-desktop.nautilus-canvas-item, -.nautilus-desktop.caja-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); -} - -.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.caja-canvas-item:active { - color: #273134; -} - -.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected, -.nautilus-desktop.nautilus-canvas-item:selected, -.nautilus-desktop.caja-canvas-item:selected { - color: #ffffff; - text-shadow: none; -} - -.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body, -.budgie-notification .nautilus-canvas-item.notification-body, -.budgie-switcher .nautilus-canvas-item.notification-body, .dim-label.caja-canvas-item, .slate-notification .caja-canvas-item.notification-body, -.budgie-notification .caja-canvas-item.notification-body, -.budgie-switcher .caja-canvas-item.notification-body, label.nautilus-canvas-item.separator, label.separator.caja-canvas-item, -entry > text > placeholder.nautilus-canvas-item, -entry > text > placeholder.caja-canvas-item, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item, spinbutton.vertical > text > text > placeholder.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item, popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, -.nautilus-list-dim-label, -.caja-list-dim-label { - color: #8f9496; -} - -.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected, -.budgie-notification .nautilus-canvas-item.notification-body:selected, -.budgie-switcher .nautilus-canvas-item.notification-body:selected, .dim-label.caja-canvas-item:selected, .slate-notification .caja-canvas-item.notification-body:selected, -.budgie-notification .caja-canvas-item.notification-body:selected, -.budgie-switcher .caja-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, -entry > text > placeholder.nautilus-canvas-item:selected, -entry > text > placeholder.caja-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.nautilus-canvas-item:selected, spinbutton:not(.vertical) > text > placeholder.caja-canvas-item:selected, spinbutton.vertical > text > text > placeholder.nautilus-canvas-item:selected, spinbutton.vertical > text > text > placeholder.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected, .nautilus-canvas-item.dim-label:selected:focus, -.nautilus-list-dim-label:selected, -.caja-list-dim-label:selected, -.nautilus-list-dim-label:selected:focus { - color: #d5f0ea; } -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); +.help_button { + border-radius: 100px; + padding: 3px 9px; } -.nautilus-window .searchbar-container { - margin-top: -1px; +toolbar.secondary-toolbar { + padding: 3px; + border-bottom: 1px solid rgba(0, 0, 0, 0.15); } -.nautilus-window notebook, -.nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #ffffff; +toolbar.secondary-toolbar button { + padding: 0 3px 0 3px; } -.disk-space-display { +toolbar.bottom-toolbar { + padding: 5px; + border-width: 1px 0 0 0; border-style: solid; - border-width: 1px; -} - -.disk-space-display.unknown { - background-color: rgba(39, 49, 52, 0.5); - border-color: rgba(17, 22, 23, 0.5); -} - -.disk-space-display.used { - background-color: rgba(46, 179, 152, 0.8); - border-color: rgba(36, 138, 118, 0.8); -} - -.disk-space-display.free { - background-color: #efefef; - border-color: #d6d6d6; + border-color: rgba(0, 0, 0, 0.15); + background-color: #f7f7f7; } -@keyframes needs_attention_keyframes { - 0% { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 205, 203, 0.12); - } - 100% { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; - } +toolbar.bottom-toolbar button { + padding: 2px 3px 2px 3px; } -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 2s ease-in-out; +.source-list { + -GtkTreeView-horizontal-separator: 1px; + -GtkTreeView-vertical-separator: 6px; } -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 3s ease-in-out; - animation-iteration-count: 3; +.source-list, +.source-list.view { + background-color: #f7f7f7; + color: #273134; + -gtk-icon-style: regular; } -.conflict-row.activatable, .conflict-row.activatable:active { - color: white; - background-color: #FC4138; +.source-list.category-expander { + color: transparent; } -.conflict-row.activatable:hover { - background-color: #fd716a; +.source-list.view:hover { + background-color: white; } -.conflict-row.activatable:selected { +.source-list.view:selected, +.source-list.view:hover:selected, +.source-list.view:selected:focus, +.source-list.category-expander:hover { color: #ffffff; background-color: #2eb398; } -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; -} - -.open-document-selector-treeview.view:hover { - background-color: #f0f1f1; +.source-list scrollbar, +.source-list junction { + border-image: none; + border-color: transparent; + background-color: #f7f7f7; + background-image: none; } -.open-document-selector-treeview.view:hover:selected { - color: #ffffff; +.source-list.badge, +.source-list.badge:hover, +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:hover:selected { + background-image: none; background-color: #2eb398; + color: #ffffff; + border-radius: 10px; + padding: 0 6px; + margin: 0 3px; + border-width: 0; } -.open-document-selector-name-label { - color: #273134; -} - -.open-document-selector-path-label { - color: #93989a; - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); -} - -.gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - padding: 0; - color: transparent; - background: none; - border: none; - box-shadow: none; -} - -.gedit-document-panel row button image { - color: inherit; -} - -.gedit-document-panel row:hover:not(:selected) button { - color: #707678; -} - -.gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:hover:selected { + background-color: #ffffff; + color: #2eb398; } -.gedit-document-panel row:hover:not(:selected) button:active { +.source-list.category-expander { color: #273134; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + -GtkTreeView-expander-size: 16; } -.gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; +.source-list.category-expander, +.source-list.category-expander:backdrop { + color: transparent; border: none; - box-shadow: none; } -.gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; +.source-list.category-expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } -.gedit-document-panel-dragged-row { - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #dedede; - color: #273134; +GraniteWidgetsWelcome { + background-color: #ffffff; } -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; +GraniteWidgetsWelcome label { + color: #8f9496; + font-size: 11px; + text-shadow: none; } -.gedit-search-slider { - background-color: #fcfcfc; - padding: 6px; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; +GraniteWidgetsWelcome .h1, +GraniteWidgetsWelcome .h3 { + color: rgba(39, 49, 52, 0.8); } -.gedit-search-entry-occurrences-tag { - color: rgba(39, 49, 52, 0.6); - border: none; - margin: 2px; - padding: 2px; +.help_button { + border-radius: 0; } -.gedit-map-frame border { - border-color: rgba(0, 0, 0, 0.3); - border-width: 0; +GraniteWidgetsPopOver { + -GraniteWidgetsPopOver-arrow-width: 21; + -GraniteWidgetsPopOver-arrow-height: 10; + -GraniteWidgetsPopOver-border-radius: 2px; + -GraniteWidgetsPopOver-border-width: 1; + -GraniteWidgetsPopOver-shadow-size: 12; + border: 1px solid rgba(0, 0, 0, 0.3); + margin: 0; } -.gedit-map-frame border:dir(ltr) { - border-left-width: 1px; +.popover_bg { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); + border: 1px solid rgba(0, 0, 0, 0.3); } -.gedit-map-frame border:dir(rtl) { - border-right-width: 1px; +GraniteWidgetsPopOver .sidebar.view, +GraniteWidgetsPopOver * { + background-color: transparent; } -.gedit-side-panel-paned.horizontal separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05)); - background-position: left top; - background-repeat: no-repeat; - background-size: 1px auto; +GraniteWidgetsXsEntry entry { + padding: 4px; } -.gb-search-entry-occurrences-tag { - background: none; +.h1 { + font-size: 24px; } -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; +.h2 { + font-size: 18px; } -workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 2px 2px 0 0; +.h3 { + font-size: 11px; } -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #2eb398; +.h4, +.category-label { + color: #6c7578; + font-weight: 600; } -layouttab { - background-color: #ffffff; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -eggsearchbar box.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -pillbox { - color: #ffffff; - background-color: #2eb398; - border-radius: 3px; -} - -pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -docktabstrip { - padding: 0 6px; - background-color: #f7f7f7; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; -} - -docktabstrip docktab label { - opacity: 0.5; -} - -docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; -} - -docktabstrip docktab:checked { - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -dockoverlayedge { - background-color: #f7f7f7; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.messagepopover .popover-action-area { - margin: 8px; -} - -popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; -} - -popover.popover-selector { - padding: 0; -} - -popover.popover-selector list row { - padding: 5px 0; -} - -popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; -} - -button.dzlmenubuttonitem.check label { - color: #273134; -} - -button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body, -button.dzlmenubuttonitem.check .budgie-notification label.notification-body, -button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, -.budgie-notification button.dzlmenubuttonitem.check label.notification-body, -.budgie-switcher button.dzlmenubuttonitem.check label.notification-body { - color: #273134; -} - -button.dzlmenubuttonitem.check box > image { - opacity: 0.87; -} - -entry.search.preferences-search { - border: none; - border-right: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -preferences stacksidebar.sidebar list separator { - background-color: transparent; -} - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: rgba(0, 0, 0, 0.15); -} - -button.run-arrow-button { - min-width: 12px; -} - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; -} - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #273134; -} - -configurationview entry.flat { - background: none; -} - -configurationview list { - border-width: 0; -} - -eog-thumb-nav scrolledwindow { - border-top: none; -} - -eog-thumb-nav button { - border-radius: 2px; -} - -.documents-scrolledwin.frame { - border-width: 0; -} - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: #2eb398; - color: #ffffff; - border-radius: 2px; -} - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(39, 49, 52, 0.3); - border-radius: 2px; -} - -button.documents-favorite:active, -button.documents-favorite:active:hover { - color: #6ddac4; -} - -.documents-entry-tag, .photos-entry-tag { - color: #ffffff; - background: #2eb398; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; -} - -.documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background: #32c3a6; -} - -.documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background: #2aa38a; -} - -.documents-entry-tag.button, .button.photos-entry-tag { - box-shadow: none; - border: none; - background-color: transparent; -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, -window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, -window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -box.horizontal > separator.sidebar, -hdyleaflet > separator.sidebar, -leaflet > separator.sidebar { - background: none; - min-width: 0; -} - -window.background > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button, window.background > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical > box.vertical > flowbox.horizontal > flowboxchild > overlay > button.osd.image-button.remove-button { - padding-top: 0; - padding-bottom: 0; -} - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; -} - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; -} - -window.background.csd.unified { - border-top-left-radius: 2px; - border-top-right-radius: 2px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - border-radius: 0; -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-light, window.background.org-gnome-Calendar .week-view weekgrid event.color-light > stack > grid > label { - color: rgba(0, 0, 0, 0.75); -} - -window.background.org-gnome-Calendar .week-view weekgrid event.color-dark, window.background.org-gnome-Calendar .week-view weekgrid event.color-dark > stack > grid > label { - color: white; -} - -hdyviewswitcherbar > actionbar, -viewswitcherbar > actionbar { - background: none; - border: none; -} - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); -} - -.tweak-categories > separator { - background: none; -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - margin: 0; -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -row#AutostartTitle.tweak { - background-color: #ffffff; -} - -list#AutostartListBoxTweakGroup.tweak-group-startup { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.main-window > stack > hdyleaflet > separator.sidebar { - min-width: 1px; - background-color: rgba(0, 0, 0, 0.15); -} - -.tr-workarea undershoot, -.tr-workarea overshoot { - border-color: transparent; -} - -#gf-bubble, #gf-bubble.solid, -#gf-osd-window, -#gf-osd-window.solid, -#gf-input-source-popup, -#gf-input-source-popup.solid, -#gf-candidate-popup, -#gf-candidate-popup.solid { - color: #d9dedc; - background-color: rgba(27, 34, 36, 0.95); - border: 1px solid rgba(10, 12, 13, 0.95); - border-radius: 2px; -} - -#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, -#gf-osd-window levelbar block.low, -#gf-osd-window levelbar block.high, -#gf-osd-window levelbar block.full, -#gf-input-source-popup levelbar block.low, -#gf-input-source-popup levelbar block.high, -#gf-input-source-popup levelbar block.full, -#gf-candidate-popup levelbar block.low, -#gf-candidate-popup levelbar block.high, -#gf-candidate-popup levelbar block.full { - background-color: #2eb398; - border-color: #2eb398; -} - -#gf-bubble levelbar block.empty, -#gf-osd-window levelbar block.empty, -#gf-input-source-popup levelbar block.empty, -#gf-candidate-popup levelbar block.empty { - background-color: rgba(16, 20, 21, 0.95); -} - -#gf-bubble levelbar trough, -#gf-osd-window levelbar trough, -#gf-input-source-popup levelbar trough, -#gf-candidate-popup levelbar trough { - background: none; -} - -#gf-input-source { - min-height: 32px; - min-width: 40px; -} - -#gf-input-source:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -gf-candidate-box label { - padding: 3px; -} - -gf-candidate-box:hover, gf-candidate-box:selected { - color: #ffffff; - background-color: #2eb398; - border-radius: 2px; -} - -stack grid.vertical scrolledwindow.frame, -stack grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame, -#eog-thumb-nav scrolledwindow, -#eog-thumb-nav scrolledwindow.frame { - border-top: none; -} - -eog-thumb-nav button, -#eog-thumb-nav button { - border-radius: 2px; - border-top: none; -} - -window.background.csd overlay > grid.horizontal frame:dir(ltr) > border { - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -window.background.csd > deck > box.vertical > leaflet > separator.sidebar { - border-right: none; -} - -window.background.csd list.content { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.selection-mode box.horizontal headerbar, .selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar { - color: #ffffff; - background-color: rgba(46, 179, 152, 0.95); - border-color: rgba(42, 163, 138, 0.95); - box-shadow: none; -} - -.selection-mode box.horizontal headerbar:backdrop, .selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop { - background-color: rgba(46, 179, 152, 0.95); - color: rgba(255, 255, 255, 0.6); -} - -frame.sidebar.chat-sidebar > border { - border-right: none; -} - -frame.sidebar.chat-sidebar frame.chat-status-area > border { - border-style: none; - border-top-style: solid; -} - -widget#PROCESSOR list row, widget#MEMORY list row { - margin: -1px; - border: 1px solid #d1d1d1; -} - -widget#PROCESSOR list row.max, widget#MEMORY list row.max { - color: rgba(27, 34, 36, 0.95); -} - -widget#PROCESSOR list separator.list, widget#MEMORY list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#STORAGE list { - margin: -1px; -} - -widget#STORAGE list row.activatable { - color: rgba(39, 49, 52, 0.75); -} - -widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active { - color: rgba(39, 49, 52, 0.75); -} - -widget#STORAGE list separator.list { - box-shadow: inset 0 0 0 1px #d1d1d1; -} - -widget#PERFORMANCE searchbar { - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7; -} - -widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button { - margin-bottom: 2px; -} - -graph-switcher-button.toggle { - color: rgba(39, 49, 52, 0.75); - font-weight: 500; -} - -graph-switcher-button.toggle:hover { - color: #273134; - background-image: image(rgba(0, 0, 0, 0.05)); -} - -rg-graph.big { - background-position: left top; - background-origin: border-box; - background-repeat: repeat; -} - -box.speedometer-outter { - opacity: 0.8; -} - -box.speedometer-content-area { - box-shadow: 0 0 0 4px rgba(46, 179, 152, 0.2); -} - -headerbar > button.flat.popup.title-menu-button.toggle { - border-radius: 2px; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .title { - margin: -0.16875rem 0; - padding: 0.08125rem 0.83125rem 0; - font-size: 90%; -} - -headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle { - margin: -0.16875rem 0; - padding: 0 0.83125rem 0.08125rem; - font-size: 80%; -} - -window.background > box.vertical box.horizontal list.categories { - background-color: #f7f7f7; - border: none; - color: #273134; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category { - color: #273134; - background-color: transparent; - font-weight: 500; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:hover { - color: #273134; - background-color: rgba(39, 49, 52, 0.08); -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected { - color: #ffffff; - background-color: #2eb398; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label { - color: #ffffff; -} - -window.background > box.vertical box.horizontal list.categories row.activatable.category > label { - padding-left: 0; - padding-right: 0; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { - color: #273134; - transition-duration: 0.1s; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { - color: #273134; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { - background-image: image(#33b165); - color: #ffffff; - font-weight: 700; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { - background-image: image(#efefef); - color: black; - transition-property: opacity, border-image, background-image, box-shadow; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { - background-image: image(#ededed); - color: #273134; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { - background-image: image(#e2e3e4); - color: #273134; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { - background-image: image(#2eb398); - color: #ffffff; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { - background-image: image(#ffffff); - color: #2eb398; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { - background-image: image(#f5fbfa); -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { - background-image: image(#eaf7f5); - color: #2eb398; - animation: none; -} - -window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { - background-image: image(#2eb398); - color: #ffffff; - transition-duration: 0s; -} - -button.round-button { - min-height: 28px; - min-width: 28px; - padding: 0; -} - -window.background > box.vertical > searchbar { - box-shadow: none; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { - background-image: image(#f7f7f7); -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { - background-color: #f7f7f7; -} - -window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { - border-left: 100px solid transparent; - border-right: 100px solid transparent; -} - -.category_page_header_filter_box { - background-image: image(#f7f7f7); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch; -} - -.category_page_header_filter_box button { - color: rgba(39, 49, 52, 0.55); - background-image: image(#f7f7f7); -} - -.category_page_header_filter_box button:hover { - color: rgba(39, 49, 52, 0.75); -} - -.category_page_header_filter_box button:checked { - color: #273134; -} - -.category_page_header_filter_box button:disabled { - color: rgba(39, 49, 52, 0.65); -} - -.application-details-infobar { - background-image: image(#ffffff); - border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch; -} - -headerbar.titlebar.incognito-mode entry { - color: #c6cdcb; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.42); -} - -headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover { - color: inherit; -} - -headerbar.titlebar.incognito-mode entry:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(62, 78, 83, 0.42); -} - -headerbar.titlebar.incognito-mode entry:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.85); -} - -notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar { - color: rgba(39, 49, 52, 0.75); -} - -.background headerbar entry.starred, .background headerbar entry.non-starred { - color: #c6cdcb; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.42); -} - -.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover { - color: inherit; -} - -.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(62, 78, 83, 0.42); -} - -.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.85); -} - -.background headerbar entry.starred > image.right { - color: #ccbb00; -} - -.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked { - color: #FFEA00; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background { - background-color: transparent; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable { - background-color: #f7f7f7; - color: rgba(39, 49, 52, 0.85); - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.15); - margin: 2px; -} - -popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical { - margin: 0; - padding: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row { - background-color: rgba(255, 255, 255, 0.35); - color: rgba(39, 49, 52, 0.85); - border-bottom: 1px dashed rgba(0, 0, 0, 0.05); - padding: 6px 0; - margin: 0; -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked { - color: #273134; - background-color: rgba(39, 49, 52, 0.05); -} - -popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat { - min-width: 16px; - min-height: 16px; - padding: 4px; - margin: 0 6px; - border-radius: 100px; -} - -flowboxchild.bookmark-tag-widget { - color: #f7f7f7; - font-weight: 500; -} - -flowboxchild.bookmark-tag-widget label { - margin-bottom: 2px; -} - -flowboxchild.bookmark-tag-widget-selected { - color: #ffffff; -} - -tabbox { - background-color: #f7f7f7; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); -} - -tabbox > tab { - padding: 3px 16px 6px 16px; - min-width: 16px; - min-height: 16px; - border-radius: 0; - outline-offset: -4px; - border: none; - color: rgba(39, 49, 52, 0.55); -} - -tabbox > tab:not(:only-child):first-child { - margin-left: 6px; -} - -tabbox > tab:not(:only-child):last-child { - margin-right: 6px; -} - -tabbox > tab:hover { - color: rgba(39, 49, 52, 0.775); - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px alpha(#2eb398,0.6), 0 1px alpha(#2eb398,0.6); -} - -tabbox > tab:checked { - color: #273134; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - box-shadow: inset 0 -2px #2eb398, 0 1px #2eb398; -} - -tabbox > tab button { - border-radius: 100%; - min-height: 16px; - min-width: 16px; - border-radius: 3px; - border: none; - padding: 0; - color: #707678; -} - -tabbox > tab button:hover { - color: #ff4d4d; - background-color: #eaeaea; -} - -tabbox > tab button:active, tabbox > tab button:active:hover { - color: #2eb398; - background-color: #e3e3e3; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar { - background-color: #f7f7f7; - color: #303d41; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:hover { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:active { - color: #273134; - background-color: rgba(0, 0, 0, 0.1); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:disabled image { - color: inherit; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected { - color: #ffffff; - background-color: #2eb398; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:active { - background-color: #29a189; -} - -.geary-main-window .geary-folder-frame treeview.view.sidebar:selected:hover { - background-color: #43bba2; -} - -.geary-main-window headerbar.titlebar > leaflet > leaflet > separator.sidebar { - border-right: none; - background: none; - min-width: 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - min-width: 1px; - background-color: #1b2224; - border-right: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.15); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window > deck > overlay > .geary-main-layout .conversation-listbox { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout statusbar { - padding: 0 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-bottom-width: 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.15); - padding: 4px; - background-color: #efefef; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -.sidebar-paned scrolledwindow { - border: none; -} - -.sidebar-paned treeview.view.sidebar { - background-color: #f7f7f7; - color: #303d41; -} - -.sidebar-paned treeview.view.sidebar:hover { - background-color: rgba(39, 49, 52, 0.06); - color: #273134; -} - -.sidebar-paned treeview.view.sidebar:active, .sidebar-paned treeview.view.sidebar:selected { - background-color: #2eb398; - color: #ffffff; -} - -.sidebar-paned separator { - background-image: image(#d1d1d1); -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - margin: -1px 0; - border-top: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button { - min-height: 36px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised { - min-height: 36px; - min-width: 36px; - padding: 0; - margin: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale { - min-height: 24px; - min-width: 36px; - padding: 0; - margin-top: 8px; - margin-bottom: 8px; -} - -window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 0; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { - border: none; -} - -dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.maps-popover button.radio.layer-radio-button:checked { - box-shadow: 0 0 0 2px #2eb398; -} - -.nautilus-window .floating-bar { - padding: 1px; - background-color: #ffffff; - color: #273134; - border-radius: 2px 2px 0 0; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.nautilus-window .floating-bar.bottom.left { - border-top-left-radius: 0; - border-width: 1px 1px 0 0; -} - -.nautilus-window .floating-bar.bottom.right { - border-top-right-radius: 0; - border-width: 1px 0 0 1px; -} - -.nautilus-window .floating-bar button { - border: none; - border-radius: 100px; - min-height: 0; - min-width: 0; - padding: 0; - margin-right: 6px; - -gtk-icon-shadow: none; -} - -.nemo-window menubar > menuitem > window.background.popup > menu, -.nemo-window .menubar > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -.nemo-window paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -.nemo-window .nemo-places-sidebar.frame { - border-width: 0; -} - -.nemo-window .nemo-places-sidebar .places-treeview { - background-color: #f7f7f7; -} - -.nemo-window .nemo-places-sidebar .places-treeview:selected .sidebar-icon, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover .sidebar-icon { - color: inherit; -} - -.nemo-window .NemoSidebar { - background-color: #f7f7f7; -} - -.nemo-window .NemoSidebar:selected, .nemo-window .NemoSidebar:selected:hover, .nemo-window .NemoSidebar:selected:focus { - background-color: rgba(39, 49, 52, 0.15); - color: #273134; -} - -.nemo-window .NemoSidebar.expander:hover { - color: #3d4648; -} - -.nemo-window .NemoSidebar.expander:selected, .nemo-window .NemoSidebar.expander:selected:hover { - color: #525a5d; -} - -.nemo-window notebook { - background-color: #ffffff; -} - -.nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #303d41; - border-color: #2eb398; - background-color: #ffffff; -} - -.nemo-window .primary-toolbar { - padding-top: 0; - padding-bottom: 0; - border: none; - color: #c6cdcb; - background-color: #1b2224; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error + entry.warning, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning + entry.error { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:not(:last-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) { - border-left-color: transparent; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + button:hover, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active + entry, -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked + entry { - border-left-color: rgba(1, 1, 1, 0.42); -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button + button { - border-left-style: solid; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button { - min-height: 20px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .primary-toolbar entry { - min-height: 22px; - margin-top: 4px; - margin-bottom: 4px; -} - -.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, -.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button { - padding: 2px 4px 4px 4px; - margin-top: 6px; - margin-bottom: 6px; -} - -.nemo-window .sidebar scrolledwindow.frame { - border: none; -} - -.nemo-window .floating-bar { - padding: 2px; - background-color: #2eb398; - color: #ffffff; - border-radius: 0; -} - -.nemo-window .floating-bar.bottom.left { - border-top-right-radius: 2px; -} - -.nemo-window .floating-bar.bottom.right { - border-top-left-radius: 2px; -} - -.nemo-window .floating-bar button { - border: none; - border-radius: 3px; - min-height: 16px; - min-width: 16px; - -gtk-icon-shadow: none; -} - -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: #d1d1d1; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid #d1d1d1; - border-radius: 2px; -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget .entry { - border-radius: 2px; - background-image: image(#ffffff); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > entry:focus, -window.background:not(.csd) > widget .entry:focus { - border-color: #2eb398; -} - -window.background:not(.csd) > widget > spinbutton { - background-image: image(#fcfcfc); - border: 1px solid #d1d1d1; -} - -window.background:not(.csd) > widget > spinbutton:active { - background-image: image(#2eb398); -} - -window.background:not(.csd) > widget > spinbutton .entry { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -window.background:not(.csd) > menu > separator { - color: rgba(0, 0, 0, 0.15); -} - -window.background:not(.csd) > menu > menuitem > label:disabled { - color: rgba(39, 49, 52, 0.55); -} - -#MozillaGtkWidget { - background-color: #f7f7f7; -} - -#MozillaGtkWidget .background, -#MozillaGtkWidget frame, -#MozillaGtkWidget separator, -#MozillaGtkWidget scrolledwindow { - background-color: #f7f7f7; -} - -#MozillaGtkWidget > window.background > menu { - background-color: #ffffff; -} - -#MozillaGtkWidget > window.background > menu > separator { - padding: 0; - border: none; - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget border { - border-color: #d1d1d1; -} - -#MozillaGtkWidget > widget separator { - background-color: #d1d1d1; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview { - background-color: #ffffff; -} - -#MozillaGtkWidget > widget > scrolledwindow > textview text { - background-color: transparent; - color: #242424; -} - -window.background.chromium { - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium headerbar.titlebar button.toggle { - color: #c6cdcb; - outline-offset: -3px; - background-color: transparent; - border-color: transparent; -} - -window.background.chromium headerbar.titlebar button.toggle:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 205, 203, 0.12); -} - -window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -window.background.chromium headerbar.titlebar button.titlebutton { - min-width: 16px; - min-height: 16px; - margin: 0 4px; - padding: 0; - color: transparent; -} - -window.background.chromium button { - border-width: 1px; - border-style: solid; - border-color: #d1d1d1; - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium entry.chromium { - border-image: none; - border: 1px solid #d1d1d1; - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium > textview.view { - background-color: #f7f7f7; - color: #273134; -} - -window.background.chromium > textview { - color: #273134; - background-color: #f7f7f7; -} - -window.background.chromium > textview text { - color: #273134; - background-color: #f7f7f7; -} - -window.background.chromium > menubar { - background-color: #1b2224; - color: #c6cdcb; -} - -window.background.chromium > menubar > menuitem { - color: #c6cdcb; -} - -window.background.chromium > menu { - border: 1px solid #d1d1d1; - background-color: #ffffff; - color: #273134; -} - -window.background.chromium > menu > separator { - color: #ffffff; - background-color: #ffffff; -} - -window.background.chromium > menu > menuitem { - color: #273134; -} - -window.background.chromium > menu > menuitem:hover { - color: #ffffff; - background-color: #2eb398; -} - -window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu > menuitem accelerator, window.background.chromium > menu > menuitem label:disabled { - color: rgba(39, 49, 52, 0.45); -} - -tooltip.background.chromium { - border-color: rgba(0, 0, 0, 0.95); - background-color: #1b2224; -} - -overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame, -overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame { - border-left: none; - border-right: none; -} - -overlay.window-overlay grid.horizontal stack .sidebar { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -/**************** - * Libre-Office * - ****************/ -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { - background-color: #1b2224; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button { - color: #c6cdcb; - border: none; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover { - background-color: #3c4b50; - color: #d4d9d7; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked { - background-color: #2eb398; - color: #eff1f0; -} - -window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled { - color: alpha(#c6cdcb,0.6); -} - -window.background:not(.solid-csd) > notebook:not(.frame) { - border: 0 none transparent; - background-color: #ffffff; -} - -window.background:not(.solid-csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; -} - -widget > box.terminal-titlebar { - padding: 0 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle { - border: none; - border-radius: 0; - padding-top: 0; - padding-bottom: 0; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { - padding-right: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { - padding-left: 6px; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:hover { - box-shadow: inset 0 -2px #2eb398; - background: none; -} - -widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; - color: #273134; -} - -widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { - margin: 2px 0; - padding: 0; - min-height: 24px; - min-width: 24px; - border-radius: 100px; -} - -list.tilix-session-sidebar { - background-image: image(rgba(48, 59, 62, 0.95)); -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button { - min-height: 20px; - min-width: 20px; - padding: 0; - border-radius: 100px; - background-color: #db5b5b; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - color: white; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:hover { - background-color: #e48585; -} - -list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked { - background-image: image(#d23131); -} - -window.background.csd > box.vertical > stack > box.horizontal > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list { - background-color: transparent; - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -window#ValaPanel.background { - background-color: #1b2224; - border: none; - color: #ccd7d4; -} - -window#ValaPanel.background widget.-vala-panel-background > separator { - background: none; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button { - border-radius: 0; -} - -window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running { - border-radius: 0; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image { - background-position: bottom center; -} - -window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked { - box-shadow: inset 0 -2px #2eb398; - color: #ffffff; -} - -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button, -menubar.-vala-panel-background, -menubar.-vala-panel-appmenu-private { - background: none; - border: none; - box-shadow: none; - padding: 0 0 0 0; -} - -.mate-panel-menu-bar menubar > menuitem, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem, -menubar.-vala-panel-background > menuitem, -menubar.-vala-panel-appmenu-private > menuitem { - border-radius: 0; - color: #ccd7d4; - font-weight: normal; -} - -.mate-panel-menu-bar menubar > menuitem:hover, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover, -menubar.-vala-panel-appmenu-private > menuitem:hover { - color: #ffffff; -} - -.mate-panel-menu-bar menubar > menuitem:disabled, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled, -menubar.-vala-panel-appmenu-private > menuitem:disabled { - color: rgba(204, 215, 212, 0.45); -} - -.mate-panel-menu-bar menubar > menuitem > window.background.popup > menu, -.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem > window.background.popup > menu, -menubar.-vala-panel-background > menuitem > window.background.popup > menu, -menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu { - border-radius: 0 0 2px 2px; -} - -/**************** - * Mate Desktop * - ****************/ -.atril-window .primary-toolbar toolbar { - background: none; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(10, 12, 13, 0.95); -} - -MsdOsdWindow.background.osd .progressbar { - background-color: #2eb398; - border: none; - border-color: red; - border-radius: 5px; -} - -MsdOsdWindow.background.osd .trough { - background-color: rgba(16, 20, 21, 0.95); - border: none; - border-radius: 5px; -} - -.mate-panel-menu-bar, .mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { - background-color: #1b2224; -} - -.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, -.mate-panel-menu-bar button#tasklist-button label, -.mate-panel-menu-bar button#tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background button#tasklist-button label, -panel-toplevel.background button#tasklist-button image { - color: inherit; -} - -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #666c6a; - background-color: #050607; -} - -.mate-panel-menu-bar .wnck-pager:hover, -panel-toplevel.background .wnck-pager:hover { - background-color: #263033; -} - -.mate-panel-menu-bar .wnck-pager:selected, -panel-toplevel.background .wnck-pager:selected { - color: #6ddac4; - background-color: #2eb398; -} - -PanelToplevel.background { - color: #ccd7d4; - background-color: #1b2224; -} - -#PanelWidget, -#PanelPlug, -#PanelApplet { - color: #ccd7d4; - background-color: #1b2224; -} - -PanelSeparator { - border-width: 0; - background: none; - background-image: none; - color: white; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus { - background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 7px 14px; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) { - background-position: left center; -} - -PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) { - background-position: right center; -} - -PanelToplevel.vertical MatePanelAppletFrameDBus { - background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px); - background-repeat: no-repeat; - background-size: 14px 7px; - background-position: center top; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button { - min-height: 4px; - min-width: 4px; - padding: 0; - border-radius: 0; - border-style: solid; - border-color: rgba(255, 255, 255, 0.1); - background-color: transparent; - color: #ccd7d4; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled { - color: rgba(204, 215, 212, 0.45); -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked { - background-color: transparent; - color: #ffffff; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image { - padding: 0 4px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) { - border-width: 0 1px 0 0; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) { - border-width: 0 0 0 1px; -} - -PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) { - border-width: 0 1px 0 0; -} - -.mate-panel-menu-bar #clock-applet-button label { - padding: 0 6px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem { - padding: 4px 0; -} - -.mate-panel-menu-bar.vertical menubar > menuitem:hover, -.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #tasklist-button:hover, -.mate-panel-menu-bar.vertical #clock-applet-button:hover, -.mate-panel-menu-bar.vertical #showdesktop-button:hover { - box-shadow: inset 2px 0 rgba(46, 179, 152, 0.5); -} - -.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:checked, -.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:checked, -.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 6px 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button { - padding: 0 4px; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #ccd7d4; - font-weight: 700; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:hover { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:active { - animation: none; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button:checked { - background-image: none; - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical { - padding: 0; -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1); -} - -.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked { - box-shadow: inset 2px 0 #2eb398; -} - -.brisk-menu entry { - margin: 0.25rem; -} - -.brisk-menu box.horizontal scrolledwindow:dir(ltr) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu box.horizontal scrolledwindow:dir(rtl) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(ltr) { - margin: 0.25rem 0 0.25rem 0.25rem; -} - -.brisk-menu .categories-list:dir(rtl) { - margin: 0.25rem 0.25rem 0.25rem 0; -} - -.brisk-menu .categories-list button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 2px; - font-weight: 500; - transition-duration: 0.1s; -} - -.brisk-menu .categories-list button.flat:checked { - background-color: #2eb398; - color: #ffffff; -} - -.brisk-menu .categories-list button.flat image { - padding: 0.5rem 0; -} - -.brisk-menu .categories-list button.flat label { - padding-bottom: 0.04375rem; -} - -.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal { - min-height: 0; - background-color: transparent; -} - -.brisk-menu list.content-view.view { - background-color: #ffffff; -} - -.brisk-menu list.content-view.view row.activatable { - padding: 0; - background-image: none; - transition-duration: 0s; -} - -.brisk-menu list.content-view.view row.activatable > button.flat { - padding-top: unset; - padding-bottom: unset; - border-radius: 0; - font-weight: 400; - transition-duration: 0s; - border: none; -} - -.brisk-menu list.content-view.view row.activatable > button.flat:hover { - background-color: rgba(39, 49, 52, 0.06); -} - -.brisk-menu list.content-view.view row.activatable > button.flat:active { - background-color: rgba(39, 49, 52, 0.1); - color: #273134; -} - -.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image { - padding: 0.33125rem 0; -} - -.mate-panel-applet-slider { - background-color: transparent; -} - -.mate-panel-applet-slider > frame { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #f7f7f7; -} - -.mate-panel-applet-slider > frame > border { - border: unset; -} - -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.caja-side-pane .frame { - border-width: 1px 0 0; -} - -.caja-notebook .frame { - border-width: 0 0 1px; -} - -.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus { - transition: none; -} - -.caja-navigation-window toolbar#Toolbar.primary-toolbar { - background-color: #1b2224; - color: #c6cdcb; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame { - border: none; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) { - border-left: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) { - border-right: 1px solid #d1d1d1; -} - -window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view { - all: unset; - background-color: #f7f7f7; -} - -.background:not(.csd) > box.horizontal > notebook.frame { - border: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack { - border-width: 1px; - border-style: solid; - border-color: #f7f7f7; - box-shadow: none; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) { - border-left-color: #d1d1d1; -} - -.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) { - border-right-color: #d1d1d1; -} - -.eom-window statusbar { - margin: 0 -10px; - padding: 0 0.41875rem; - background-color: rgba(27, 34, 36, 0.95); - color: #c6cdcb; -} - -.pluma-window statusbar frame > border { - border: none; -} - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; -} - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; -} - -.atril-window scrolledwindow.frame, -.xreader-window scrolledwindow.frame { - border-style: solid none none; -} - -.atril-window scrolledwindow.frame > .view, -.xreader-window scrolledwindow.frame > .view { - transition: none; -} - -.atril-window toolbar > toolbutton button.flat.image-button, -.xreader-window toolbar > toolbutton button.flat.image-button { - border-radius: 2px; -} - -.atril-window.fullscreen.background > box.vertical, -.xreader-window.fullscreen.background > box.vertical { - background-color: black; - transition-duration: 0s; -} - -.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, -.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal { - border-bottom-color: #d1d1d1; -} - -.atril-window.fullscreen.background > box.vertical > paned.horizontal, -.xreader-window.fullscreen.background > box.vertical > paned.horizontal { - background-color: #f7f7f7; -} - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(0, 0, 0, 0.95); - background-color: rgba(27, 34, 36, 0.95); - box-shadow: none; -} - -MsdOsdWindow.background.osd image { - color: #c6cdcb; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - border: none; - background-color: rgba(198, 205, 203, 0.2); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - border: none; - background-color: #2eb398; -} - -.slate-notification { - border-radius: 2px; -} - -.slate-notification-window .drop-shadow { - margin: 4px 6px 10px; - border-radius: 2px; -} - -/****************** - * Budgie Desktop * - ******************/ -.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; -} - -.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-popover { - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - background-color: #ffffff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15); -} - -.budgie-popover .container { - padding: 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover list.content-box row.activatable { - padding: 0; - background: 0; - border: none; - box-shadow: none; -} - -.budgie-popover treeview.view.sidebar, -.budgie-popover scrolledwindow.sidebar { - background: none; - border-right: none; - color: #273134; - padding: 0 0; -} - -.budgie-popover treeview.view.sidebar label, -.budgie-popover scrolledwindow.sidebar label { - padding: 3px 8px; -} - -.budgie-popover treeview.view.sidebar:hover, -.budgie-popover scrolledwindow.sidebar:hover { - background-color: rgba(39, 49, 52, 0.05); -} - -.budgie-popover treeview.view.sidebar:selected, .budgie-popover treeview.view.sidebar:selected:hover, -.budgie-popover scrolledwindow.sidebar:selected, -.budgie-popover scrolledwindow.sidebar:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(39, 49, 52, 0.85); - font-weight: normal; - border: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover { - background-color: rgba(39, 49, 52, 0.12); -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active { - background-color: rgba(39, 49, 52, 0.22); - color: #273134; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(39, 49, 52, 0.55); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-popover.caffeine-popover .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 6px; -} - -.budgie-popover.places-menu .container { - padding: 6px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -window.budgie-popover:not(.csd) > frame.container { - margin: 0 -1px -1px; -} - -.bottom window.budgie-popover:not(.csd) > frame.container { - padding: 2px 0 2px; -} - -window.budgie-popover:not(.csd) > frame.container, -window.budgie-popover:not(.csd) > frame.container > border { - border-style: none; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button { - background-color: transparent; -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; -} - -.budgie-menu.background { - padding: 0; - background-color: #ffffff; -} - -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu .categories:dir(ltr) { - border-bottom-left-radius: 2px; -} - -.budgie-menu .categories:dir(rtl) { - border-bottom-right-radius: 2px; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #273134; - font-weight: normal; - border: none; -} - -.budgie-menu button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.budgie-menu button:checked:disabled { - background-color: #2eb398; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; - background-color: rgba(0, 0, 0, 0.15); -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1); - background-color: #1b2224; - color: #ccd7d4; - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(27, 34, 36, 0.85); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; - color: #ccd7d4; - border: none; - background: none; -} - -.budgie-panel button:hover { - color: white; - background-color: rgba(204, 215, 212, 0.15); -} - -.budgie-panel button:active { - color: white; - background-color: rgba(204, 215, 212, 0.1); -} - -.budgie-panel button:checked { - color: white; - background-color: rgba(204, 215, 212, 0.12); -} - -.budgie-panel button:checked:disabled { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(204, 215, 212, 0.06); -} - -.budgie-panel button:disabled { - color: rgba(204, 215, 212, 0.5); - background: none; -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.15); -} - -.budgie-panel .alert { - color: #db5b5b; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: #ccd7d4; -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: #ffffff; -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(204, 215, 212, 0.5); -} - -#tasklist-button { - padding: 0 4px; -} - -.top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher, .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 100%, transparent 0%) 3 0 0 0/3px 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher, .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 3 0/0 0 3px 0; -} - -.left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher, .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 100%, transparent 0%) 0 0 0 3/0 0 0 3px; -} - -.right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher, .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 100%, transparent 0%) 0 3 0 0/0 3px 0 0; -} - -.budgie-panel button.flat.launcher { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; - border: none; - background-position: center center; -} - -.budgie-panel button.flat.launcher > image { - opacity: 0.87; -} - -.budgie-panel button.flat.launcher:hover > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:active > image { - opacity: 1.0; -} - -.budgie-panel button.flat.launcher:checked > image { - opacity: 1.0; -} - - -.unpinned button.flat.launcher > image, -.pinned button.flat.launcher.running > image, -.pinned button.launcher.running.sidebar-button > image { - background-repeat: no-repeat; - opacity: 1.0; -} - - -.unpinned button.flat.launcher:checked > image, -.pinned button.flat.launcher.running:checked > image, -.pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.top .budgie-panel .unpinned button.flat.launcher > image, -.top .budgie-panel .pinned button.flat.launcher.running > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: top center; - background-image: image(#2eb398); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked > image, -.top .budgie-panel .pinned button.flat.launcher.running:checked > image, -.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.bottom .budgie-panel .unpinned button.flat.launcher > image, -.bottom .budgie-panel .pinned button.flat.launcher.running > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 6px 3px; - background-position: bottom center; - background-image: image(#2eb398); -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, -.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, -.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.left .budgie-panel .unpinned button.flat.launcher > image, -.left .budgie-panel .pinned button.flat.launcher.running > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: left center; - background-image: image(#2eb398); -} - -.left .budgie-panel .unpinned button.flat.launcher:checked > image, -.left .budgie-panel .pinned button.flat.launcher.running:checked > image, -.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -.right .budgie-panel .unpinned button.flat.launcher > image, -.right .budgie-panel .pinned button.flat.launcher.running > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { - background-size: 3px 6px; - background-position: right center; - background-image: image(#2eb398); -} - -.right .budgie-panel .unpinned button.flat.launcher:checked > image, -.right .budgie-panel .pinned button.flat.launcher.running:checked > image, -.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { - background-image: none; -} - -box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher { - border-image: none; -} - -frame.raven-frame > border { - border: none; - box-shadow: none; -} - -.top .shadow-block { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.bottom .shadow-block { - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.left .shadow-block { - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.right .shadow-block { - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent); -} - -.raven { - background-color: #f7f7f7; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher { - padding: 0 8px 12px 8px; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header:not(.top) button { - min-height: 28px; - min-width: 28px; - margin: 0; - padding: 0; -} - -.raven .raven-header:not(.top) button.image-button { - border-radius: 100px; -} - -.raven .raven-header.top { - padding: 2px 12px; - background-color: #1b2224; - color: #ccd7d4; -} - -.raven .raven-header.top stackswitcher { - padding: 0; - margin: 0; -} - -.raven .raven-header.top stackswitcher button { - margin: 4px 0; - padding: 2px 16px; - min-height: 16px; - border: none; - background-color: #313e41; - color: #ccd7d4; -} - -.raven .raven-header.top stackswitcher button:hover { - background-color: #3c4b50; - box-shadow: none; -} - -.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -.raven .raven-header.top stackswitcher button:disabled { - color: rgba(204, 215, 212, 0.4); -} - -.raven .raven-header.top stackswitcher button:disabled label { - color: rgba(204, 215, 212, 0.4); -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .expander-button { - border-radius: 100px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -.raven .raven-background.middle { - border-bottom-style: none; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: alpha(currentColor,0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 26px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #2eb398; - color: #ffffff; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button.image-button { - min-height: 28px; - min-width: 28px; - margin: 0 4px; - padding: 6px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - margin: 2px 0; - padding: 2px; - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 3px; - background-color: #2eb398; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.5); - color: #ffffff; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px 7px; - border: none; - border-radius: 100px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame list { - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { - margin-left: -8px; - margin-right: -2px; - background-color: transparent; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { - color: #273134; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { - padding-left: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { - margin: 8px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image { - color: white; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { - border-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(39, 49, 52, 0.06); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { - padding: 0 16px; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { - padding: 0; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.75); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { - color: #ffffff; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { - border: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { - background-color: rgba(255, 255, 255, 0.35); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { - border-bottom: none; -} - -box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { - background-color: rgba(46, 179, 152, 0.65); -} - -.slate-notification-window, -.budgie-notification-window, -.budgie-switcher-window, -.budgie-osd-window { - background-color: transparent; - background-image: none; - border-radius: 2px; -} - -.slate-notification-window button, -.budgie-notification-window button, -.budgie-switcher-window button, -.budgie-osd-window button { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 42, 45, 0.95); -} - -.slate-notification-window button:hover, -.budgie-notification-window button:hover, -.budgie-switcher-window button:hover, -.budgie-osd-window button:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(198, 205, 203, 0.1); -} - -.slate-notification-window button:active, .slate-notification-window button:checked, -.budgie-notification-window button:active, -.budgie-switcher-window button:active, -.budgie-osd-window button:active, -.budgie-notification-window button:checked, -.budgie-switcher-window button:checked, -.budgie-osd-window button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #2eb398; -} - -.slate-notification-window button:disabled, -.budgie-notification-window button:disabled, -.budgie-switcher-window button:disabled, -.budgie-osd-window button:disabled { - color: #4e5556; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 42, 45, 0.85); -} - -.slate-notification-window .linked:not(.vertical) > entry + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry, -.budgie-switcher-window .linked:not(.vertical) > entry + entry, -.budgie-osd-window .linked:not(.vertical) > entry + entry { - border-left-color: rgba(0, 0, 0, 0.3); -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning + entry, -.slate-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.slate-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, -.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error, -.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error { - border-left-color: #f75d37; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:focus-within:last-child { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #F08437; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus-within:last-child { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #F27835; -} - -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.slate-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child), -.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child, -.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus-within:last-child { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.slate-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button, -.budgie-notification-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-switcher-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo, -.budgie-osd-window .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo { - border-left-color: #FC4138; -} - -.slate-notification-window .linked:not(.vertical) > button:active + entry, -.slate-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-notification-window .linked:not(.vertical) > button:active + entry, -.budgie-switcher-window .linked:not(.vertical) > button:active + entry, -.budgie-osd-window .linked:not(.vertical) > button:active + entry, -.budgie-notification-window .linked:not(.vertical) > button:checked + entry, -.budgie-switcher-window .linked:not(.vertical) > button:checked + entry, -.budgie-osd-window .linked:not(.vertical) > button:checked + entry { - border-left-color: #2eb398; -} - -.slate-notification-window .linked:not(.vertical) > button + button, -.budgie-notification-window .linked:not(.vertical) > button + button, -.budgie-switcher-window .linked:not(.vertical) > button + button, -.budgie-osd-window .linked:not(.vertical) > button + button { - border-left-style: none; -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.95); -} - -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.slate-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.slate-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.slate-notification-window .linked:not(.vertical), -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, -.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, -.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.budgie-notification-window .linked:not(.vertical), -.budgie-switcher-window .linked:not(.vertical), -.budgie-osd-window .linked:not(.vertical) { - box-shadow: none; -} - -.slate-notification .notification-title, -.budgie-notification .notification-title, -.budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 8px; - border-radius: 2px; - box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25); - background-color: #1b2224; - color: #ccd7d4; -} - -.drop-shadow .linked > button { - border-radius: 2px; -} - -.budgie-run-dialog, .budgie-session-dialog, -.budgie-polkit-dialog { - border-radius: 2px; - background-color: #f7f7f7; -} - -.background.budgie-run-dialog, .background.budgie-session-dialog, -.background.budgie-polkit-dialog { - border-radius: 2px; -} - -.budgie-run-dialog decoration, .budgie-session-dialog decoration, -.budgie-polkit-dialog decoration { - border-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button, -.budgie-polkit-dialog buttonbox.linked.horizontal > button { - padding: 8px 16px; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked { - transition: background-color 0.00001s 0.3s; - animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:first-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child { - border-bottom-left-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:last-child, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child { - border-bottom-right-radius: 2px; -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(#273134,0.06); - border-color: rgba(0, 0, 0, 0.15); - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -} - -.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, -.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked { - color: #273134; - background-color: alpha(#273134,0.1); - border-color: rgba(0, 0, 0, 0.15); -} - -.budgie-polkit-dialog .message { - color: alpha(currentColor,0.6); -} - -.budgie-polkit-dialog .failure { - color: #db5b5b; -} - -.budgie-run-dialog { - background-color: #ffffff; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, -.budgie-run-dialog list entry > text > placeholder, .budgie-run-dialog list spinbutton:not(.vertical) > text > placeholder, .budgie-run-dialog list spinbutton.vertical > text > text > placeholder, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-notification .notification-body, -.budgie-notification .budgie-run-dialog list .notification-body, -.budgie-run-dialog list .budgie-switcher .notification-body, -.budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -.budgie-panel box.titlebar { - min-width: 20px; - min-height: 20px; - border-radius: 0; - background: unset; - box-shadow: none; - border: none; -} - -.budgie-panel box.titlebar > widget > label { - color: #ccd7d4; -} - -.budgie-panel box.titlebar.horizontal { - padding: 0 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { - padding-right: 3px; -} - -.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { - padding-left: 3px; -} - -.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { - padding: 0 3px; -} - -/***************** - * Xfce4 Desktop * - *****************/ -.xfce4-panel button, .xfce4-panel button.flat, .xfce4-panel.panel button, .xfce4-panel.panel button.flat, window#ValaPanel.background button.flat.-panel-button, -window#ValaPanel.background button#tasklist-button.toggle.flat, -window#ValaPanel.background button.flat.-panel-icon-button, .mate-panel-menu-bar button, -.mate-panel-menu-bar button#tasklist-button, -panel-toplevel.background button, -panel-toplevel.background button#tasklist-button { - color: #ccd7d4; - border-radius: 0; - border: none; - background-color: transparent; -} - -.xfce4-panel button:hover:not(:active):not(:checked), window#ValaPanel.background button.flat.-panel-button:hover:not(:active):not(:checked), -window#ValaPanel.background button#tasklist-button.toggle.flat:hover:not(:active):not(:checked), -window#ValaPanel.background button.flat.-panel-icon-button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked), -.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked), -panel-toplevel.background button:hover:not(:active):not(:checked), -panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) { - color: #ffffff; - box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5); -} - -.xfce4-panel button:checked, window#ValaPanel.background button.flat.-panel-button:checked, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked, -window#ValaPanel.background button.flat.-panel-icon-button:checked, .mate-panel-menu-bar button:checked, -.mate-panel-menu-bar button#tasklist-button:checked, -panel-toplevel.background button:checked, -panel-toplevel.background button#tasklist-button:checked { - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel button:checked label, window#ValaPanel.background button.flat.-panel-button:checked label, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked label, -window#ValaPanel.background button.flat.-panel-icon-button:checked label, .mate-panel-menu-bar button:checked label, -.mate-panel-menu-bar button#tasklist-button:checked label, -panel-toplevel.background button:checked label, -panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, window#ValaPanel.background button.flat.-panel-button:checked image, -window#ValaPanel.background button#tasklist-button.toggle.flat:checked image, -window#ValaPanel.background button.flat.-panel-icon-button:checked image, .mate-panel-menu-bar button:checked image, -.mate-panel-menu-bar button#tasklist-button:checked image, -panel-toplevel.background button:checked image, -panel-toplevel.background button#tasklist-button:checked image { - color: inherit; -} - -.xfce4-panel button:active, window#ValaPanel.background button.flat.-panel-button:active, -window#ValaPanel.background button#tasklist-button.toggle.flat:active, -window#ValaPanel.background button.flat.-panel-icon-button:active, .mate-panel-menu-bar button:active, -.mate-panel-menu-bar button#tasklist-button:active, -panel-toplevel.background button:active, -panel-toplevel.background button#tasklist-button:active { - background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; - box-shadow: inset 0 -2px #2eb398; -} - -.xfce4-panel.panel { - background-color: #1b2224; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; -} - -.XfceHeading { - border: 0 none transparent; - background-color: #f7f7f7; - color: #273134; -} - -.xfce4-panel { - background-color: #1b2224; - color: #ccd7d4; - font-weight: 700; - text-shadow: none; - -gtk-icon-shadow: none; -} - -.xfce4-panel, -.xfce4-panel frame > border { - border: none; -} - -.xfce4-panel#XfcePanelWindow { - border: none; -} - -.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { - transition: none; -} - -.xfce4-panel button { - font-weight: 700; -} - -.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { - box-shadow: none; -} - -.xfce4-panel button#launcher-arrow + button.toggle:checked { - color: #2eb398; - box-shadow: none; -} - -.xfce4-panel button#xfce4-notification-plugin { - padding: 0 1px; -} - -.xfce4-panel menu { - font-weight: 400; - text-shadow: none; -} - -.xfce4-panel widget.tasklist > button.toggle { - font-weight: 400; -} - -window#XfcePanelWindow.background.panel.xfce4-panel { - border: none; -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager { - background-color: rgba(255, 255, 255, 0.1); - border: none; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.25); -} - -window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected { - background-color: rgba(255, 255, 255, 0.35); -} - -XfdesktopIconView.view { - border-radius: 2px; - background: transparent; - color: #ffffff; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active, XfdesktopIconView.view:checked { - background-color: #2eb398; - color: #ffffff; - text-shadow: none; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar { - background-color: rgba(0, 0, 0, 0.15); - border-color: #171c1e; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #ccd7d4; - border: 1px solid rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider { - background-color: rgba(247, 249, 248, 0.65); -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover { - background-color: white; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:hover:active { - background-color: #2eb398; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar slider:disabled { - background-color: transparent; -} - -window#whiskermenu-window > frame > stack scrolledwindow scrollbar trough { - background-color: rgba(0, 0, 0, 0.08); -} - -window#whiskermenu-window { - background-color: #1b2224; - color: #ccd7d4; -} - -window#whiskermenu-window > frame > border { - border-radius: 0; -} - -window#whiskermenu-window > frame > stack button { - background-color: transparent; - color: #ccd7d4; - background-clip: padding-box; -} - -window#whiskermenu-window > frame > stack button:hover { - background-color: rgba(204, 215, 212, 0.12); - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:checked, window#whiskermenu-window > frame > stack button:active { - background-color: #2eb398; - color: #ffffff; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack button:disabled { - color: rgba(204, 215, 212, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 34, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry { - background-color: #313e41; - color: #ccd7d4; - border-color: rgba(0, 0, 0, 0.2); -} - -window#whiskermenu-window > frame > stack entry image { - color: #a9b3b1; -} - -window#whiskermenu-window > frame > stack entry:focus { - border-color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:focus image { - color: #2eb398; -} - -window#whiskermenu-window > frame > stack entry:disabled { - color: rgba(204, 215, 212, 0.45); - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(27, 34, 36, 0.45); -} - -window#whiskermenu-window > frame > stack entry:disabled image { - color: rgba(204, 215, 212, 0.45); -} - -window#whiskermenu-window > frame > stack scrolledwindow .view { - background-color: #263033; - color: #ccd7d4; -} - -window#whiskermenu-window > frame > stack scrolledwindow .view:selected:hover { - background-color: #313e41; - color: #ccd7d4; -} - -window.thunar paned.horizontal > separator { - background-image: image(#d1d1d1); -} - -window.thunar .sidebar { - border: none; -} - -window.thunar .sidebar treeview.view { - background-color: #f7f7f7; - color: #303d41; -} - -window.thunar .sidebar treeview.view:hover { - background-color: #e2e3e4; - box-shadow: none; -} - -window.thunar toolbar { - background-color: #1b2224; - color: #c6cdcb; -} - -window.thunar toolbar entry { - min-height: 0; -} - -window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button { - margin: 0; - padding: 2px 4px 4px 4px; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view { - border-top-width: 0; - border-right-width: 0; -} - -window.thunar notebook stack > scrolledwindow.frame.standard-view widget.view { - border-radius: 2px; -} - -window.thunar notebook header.top tab.reorderable-page > box > label { - min-height: 0; -} - -#pulseaudio-button menuitem:hover scale highlight, #xfce4-power-manager-plugin menuitem:hover scale highlight { - background-color: #ffffff; -} - -/********************** - * Elementary Desktop * - **********************/ -.panel { - background-color: #1b2224; - transition: all 100ms ease-in-out; - color: #ccd7d4; - font-weight: bold; -} - -.panel.maximized { - background-color: black; -} - -.panel.translucent { - background-color: #1b2224; -} - -menubar .panel, .panel menubar { - box-shadow: none; - border: none; - background: none; - color: #ccd7d4; -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; -} - -.panel .menubar > .menuitem { - padding: 3px 6px; -} - -.panel .menubar > .menuitem:hover { - background-color: transparent; -} - -.panel popover { - padding: 2px 4px; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.25); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); -} - -.panel popover button { - font-weight: normal; - background-color: transparent; -} - -.panel popover button:active label, .panel popover button:checked label { - color: white; -} - -.panel popover .linked > button { - border-color: rgba(0, 0, 0, 0.15); -} - -.panel popover list { - background-color: transparent; -} - -.panel popover separator.horizontal { - margin: 0 -4px; -} - -.panel popover separator.vertical { - background-image: image(rgba(0, 0, 0, 0.15)); - margin: 0 2px; -} - -.panel popover .sidebar { - border-style: none; - background: none; -} - -.panel popover .sidebar .view { - background: none; - border-radius: 2px; -} - -.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop { - color: #ffffff; - background-color: #2eb398; -} - -button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image { - color: #2eb398; -} - -.circular label:disabled { - color: rgba(39, 49, 52, 0.55); -} - -.circular.accent { - color: #ffffff; - background-color: #2eb398; -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; -} - -.composited-indicator { - background-color: transparent; - color: #ccd7d4; - padding: 0 6px; -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > revealer spinner { - color: #ccd7d4; - font-weight: bold; - text-shadow: none; - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: none; - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; -} - -.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { - border-style: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #2eb398; - outline-color: transparent; -} - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #c6cdcb; - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.42); -} - -.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; -} - -.marlin-pathbar.pathbar:focus { - color: #fcfdfd; - border-color: #2eb398; - background-color: rgba(62, 78, 83, 0.42); -} - -.marlin-pathbar.pathbar:disabled { - color: rgba(198, 205, 203, 0.55); - border-color: rgba(1, 1, 1, 0.42); - background-color: rgba(75, 95, 100, 0.85); -} - -.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #2eb398; -} - -treeview.view.sidebar { - color: #c6cdcb; - background-color: rgba(48, 59, 62, 0.95); -} - -treeview.view.sidebar.source-list { - padding-top: 3px; - padding-bottom: 3px; -} - -treeview.view.sidebar.source-list.trough { - color: #273134; - background-color: rgba(0, 0, 0, 0.15); - border-radius: 3px; - border-width: 0; -} - -treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 3px; - border-width: 0; -} - -.dynamic-notebook notebook iconview.view.cell:selected { - background-color: rgba(0, 0, 0, 0.1); -} - -headerbar.titlebar entry.pathbar { - min-height: 0; -} - -headerbar.titlebar button.flat.image-button.toggle { - min-height: 0; - padding-top: 0; - padding-bottom: 0; - margin-top: 9px; - margin-bottom: 10px; -} - -headerbar.titlebar > grid.linked.horizontal.format-bar { - background-image: image(#1b2224); -} - -popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white { - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white, white); - background-color: transparent; -} - -.gala-notification .title, .gala-notification .label { - color: #5c616c; -} - -actionbar.inline-toolbar { - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button { - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -actionbar.inline-toolbar button:first-child { - border-right-style: solid; -} - -actionbar.inline-toolbar button:last-child { - border-left-style: solid; -} - -scale.warmth trough { - background-image: linear-gradient(to right, #33b165, #db5b5b); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25); -} - -#panel_window { - background-color: #1b2224; - color: #ccd7d4; - font-weight: bold; - box-shadow: inset 0 -1px #0c0f10; -} - -#panel_window menubar { - padding-left: 5px; -} - -#panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - color: #ccd7d4; - font-weight: bold; -} - -#panel_window menubar menuitem:disabled { - color: rgba(204, 215, 212, 0.5); -} - -#panel_window menubar menuitem:disabled label { - color: inherit; -} - -#panel_window menubar menu > menuitem { - font-weight: normal; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #273134; -} - -#content_frame { - padding-bottom: 14px; - background-color: #f7f7f7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -#content_frame button:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -#content_frame button:active, #content_frame button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -#content_frame button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -#content_frame button:disabled label, #content_frame button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(27, 34, 36, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(37, 45, 48, 0.95); -} - -#buttonbox_frame button { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 42, 45, 0.95); -} - -#buttonbox_frame button:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(198, 205, 203, 0.1); -} - -#buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - border-color: rgba(0, 0, 0, 0.95); - background-color: #2eb398; -} - -#buttonbox_frame button:disabled { - color: #4e5556; - border-color: rgba(0, 0, 0, 0.95); - background-color: rgba(34, 42, 45, 0.85); -} - -#login_window #user_combobox { - color: #273134; - font-size: 13px; -} - -#login_window #user_combobox menu { - font-weight: normal; -} - -#user_image { - padding: 3px; - border-radius: 2px; -} - -#shutdown_button.button { - background-clip: border-box; - color: green; - background-color: #db5b5b; - border-color: #db5b5b; -} - -#shutdown_button.button:hover { - background-clip: border-box; - color: green; - background-color: #e48585; - border-color: #e48585; -} - -#shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - background-color: #d23131; - border-color: #d23131; -} - -#restart_button.button { - background-clip: border-box; - color: green; - background-color: #33b165; - border-color: #33b165; -} - -#restart_button.button:hover { - background-clip: border-box; - color: green; - background-color: #4ccb7e; - border-color: #4ccb7e; -} - -#restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - background-color: #28894e; - border-color: #28894e; -} - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} - -.overlay-bar { - background-color: #2eb398; - border-color: #2eb398; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; -} - -.overlay-bar label { - color: #ffffff; -} - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(0, 0, 0, 0.15); -} - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; -} - -.help_button { - border-radius: 100px; - padding: 3px 9px; -} - -toolbar.secondary-toolbar { - padding: 3px; - border-bottom: 1px solid rgba(0, 0, 0, 0.15); -} - -toolbar.secondary-toolbar button { - padding: 0 3px 0 3px; -} - -toolbar.bottom-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.15); - background-color: #f7f7f7; -} - -toolbar.bottom-toolbar button { - padding: 2px 3px 2px 3px; -} - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; -} - -.source-list, -.source-list.view { - background-color: #f7f7f7; - color: #273134; - -gtk-icon-style: regular; -} - -.source-list.category-expander { - color: transparent; -} - -.source-list.view:hover { - background-color: white; -} - -.source-list.view:selected, -.source-list.view:hover:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #2eb398; -} - -.source-list scrollbar, -.source-list junction { - border-image: none; - border-color: transparent; - background-color: #f7f7f7; - background-image: none; -} - -.source-list.badge, -.source-list.badge:hover, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:hover:selected { - background-image: none; - background-color: #2eb398; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; -} - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:hover:selected { - background-color: #ffffff; - color: #2eb398; -} - -.source-list.category-expander { - color: #273134; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; -} - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; -} - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -GraniteWidgetsWelcome { - background-color: #ffffff; -} - -GraniteWidgetsWelcome label { - color: #8f9496; - font-size: 11px; - text-shadow: none; -} - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(39, 49, 52, 0.8); -} - -.help_button { - border-radius: 0; -} - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; -} - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); -} - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; -} - -GraniteWidgetsXsEntry entry { - padding: 4px; -} - -.h1 { - font-size: 24px; -} - -.h2 { - font-size: 18px; -} - -.h3 { - font-size: 11px; -} - -.h4, -.category-label { - color: #6c7578; - font-weight: 600; -} - -.h4 { - padding-bottom: 6px; - padding-top: 6px; +.h4 { + padding-bottom: 6px; + padding-top: 6px; } GtkListBox .h4 { padding-left: 6px; } -filechooser paned > separator, -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95)); -} - -filechooser paned > separator:dir(ltr), -.nautilus-window paned > separator:dir(ltr) { - margin-left: -1px; -} - -filechooser paned > separator:dir(rtl), -.nautilus-window paned > separator:dir(rtl) { - margin-right: -1px; -} - -filechooser.csd.background, filechooser placessidebar list, -.nautilus-window.csd.background, -.nautilus-window placessidebar list { - background-color: transparent; -} - -filechooser placessidebar.sidebar, -.nautilus-window placessidebar.sidebar { - background-color: rgba(48, 59, 62, 0.95); -} - -filechooser placessidebar.sidebar row.sidebar-row, -.nautilus-window placessidebar.sidebar row.sidebar-row { - margin: 0 0; - border: none; - border-radius: 0; - color: #c6cdcb; -} - -filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(198, 205, 203, 0.6); -} - -filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:hover { - border-radius: 0; - background-color: rgba(198, 205, 203, 0.15); - box-shadow: inset 3px 0 #45cfb3; -} - -filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, -.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(198, 205, 203, 0.45); -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - border-radius: 0; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, filechooser placessidebar.sidebar row.sidebar-row:selected label, filechooser placessidebar.sidebar row.sidebar-row:selected:hover label, filechooser placessidebar.sidebar row.sidebar-row:active:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover label, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover label { - color: #ffffff; -} - -filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #c6cdcb; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #c6cdcb; - border-color: rgba(0, 0, 0, 0.15); - background-color: rgba(198, 205, 203, 0.12); -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, -.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #2eb398; -} - -filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; -} - -filechooser placessidebar.sidebar row.sidebar-row:backdrop, -.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { - opacity: 0.75; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #F08437; -} - -filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, -.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; -} - -filechooser placessidebar.sidebar separator, -.nautilus-window placessidebar.sidebar separator { - background-color: transparent; -} - -filechooser.maximized placessidebar.sidebar, -.nautilus-window.maximized placessidebar.sidebar { - background-color: #303b3e; -} - -filechooser actionbar { - color: #273134; - background-color: #f7f7f7; - border-color: rgba(0, 0, 0, 0.15); -} - -filechooser actionbar button { - color: #273134; - border-color: rgba(0, 0, 0, 0.15); - background-color: #fcfcfc; -} - -filechooser actionbar button:hover { - color: #060808; - border-color: rgba(0, 0, 0, 0.15); - background-color: white; -} - -filechooser actionbar button:active, filechooser actionbar button:checked { - color: #ffffff; - border-color: #2eb398; - background-color: #2eb398; -} - -filechooser actionbar button:disabled { - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(252, 252, 252, 0.55); -} - -filechooser actionbar button:disabled label, filechooser actionbar button:disabled { - color: rgba(39, 49, 52, 0.55); -} - -filechooser actionbar entry { - color: #303d41; - border-color: rgba(0, 0, 0, 0.15); - background-color: #ffffff; -} - -filechooser actionbar entry:focus { - color: #303d41; - border-color: #2eb398; - background-color: #ffffff; -} - -filechooser actionbar entry:disabled { - color: rgba(39, 49, 52, 0.55); - border-color: rgba(0, 0, 0, 0.08); - background-color: rgba(255, 255, 255, 0.55); -} - -filechooser actionbar label, filechooser actionbar combobox { - color: #273134; -} - -.gedit-bottom-panel-paned { - background-color: #ffffff; -} - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95)); -} - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); -} - -.gedit-document-panel { - background-color: rgba(48, 59, 62, 0.95); -} - -.maximized .gedit-document-panel { - background-color: #303b3e; -} - -.gedit-document-panel row { - color: #c6cdcb; - background-color: rgba(198, 205, 203, 0); -} - -.gedit-document-panel row:hover { - background-color: rgba(198, 205, 203, 0.15); -} - -.gedit-document-panel row:active { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:active button { - color: #ffffff; -} - -.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #2eb398; -} - -.gedit-document-panel row:hover:not(:selected) button:active { - color: #c6cdcb; -} - -filechooser placessidebar.sidebar scrollbar, -.nautilus-window placessidebar.sidebar scrollbar { - border-color: rgba(37, 45, 48, 0.95); -} - -filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #eff1f0; - border: 1px solid rgba(0, 0, 0, 0.3); -} - -filechooser placessidebar.sidebar scrollbar slider, -.nautilus-window placessidebar.sidebar scrollbar slider { - background-color: rgba(239, 241, 240, 0.7); -} - -filechooser placessidebar.sidebar scrollbar slider:hover, -.nautilus-window placessidebar.sidebar scrollbar slider:hover { - background-color: #fcfdfd; -} - -filechooser placessidebar.sidebar scrollbar slider:hover:active, -.nautilus-window placessidebar.sidebar scrollbar slider:hover:active { - background-color: #2eb398; -} - -filechooser placessidebar.sidebar scrollbar slider:disabled, -.nautilus-window placessidebar.sidebar scrollbar slider:disabled { - background-color: transparent; -} - -filechooser placessidebar.sidebar scrollbar trough, -.nautilus-window placessidebar.sidebar scrollbar trough { - background-color: rgba(37, 45, 48, 0.95); -} - @define-color theme_fg_color #273134; @define-color theme_text_color #303d41; @define-color theme_bg_color #f7f7f7; diff --git a/src/gtk/gtk-4.0/gtk-sea.scss b/src/gtk/gtk-4.0/gtk-sea.scss index f7fa60b4..16f05f7c 100644 --- a/src/gtk/gtk-4.0/gtk-sea.scss +++ b/src/gtk/gtk-4.0/gtk-sea.scss @@ -6,7 +6,7 @@ $header: 'dark'; @import '../sass/colors'; @import '../sass/drawing'; @import '../sass/common-4.0'; -@import '../sass/apps'; +// @import '../sass/apps'; @import '../sass/granite'; -@import '../sass/transparent-widgets'; +// @import '../sass/transparent-widgets'; @import '../sass/colors-public'; diff --git a/src/gtk/sass/_common-3.0.scss b/src/gtk/sass/_common-3.0.scss index 8ba30ec5..ef94c2e4 100644 --- a/src/gtk/sass/_common-3.0.scss +++ b/src/gtk/sass/_common-3.0.scss @@ -2832,7 +2832,50 @@ frame > border.flat, scrolledwindow { viewport.frame { // avoid double borders when viewport inside scrolled window - border-style: none; + border: none; + + .frame { + border: none; + + > textview { + border-radius: 2px; + background: none; + + > text { + border-radius: 2px; + border: 1px solid $borders_color; + } + } + } + + > box.vertical list.content.view { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } + + > box.vertical list.frame { + border-radius: 2px; + padding: 0; + + > row.activatable { + &:first-child { border-radius: 2px 2px 0 0; } + &:last-child { border-radius: 0 0 2px 2px; } + } + + list { + border: none; + box-shadow: none; + border-radius: 0; + margin: 0; + background: none; + + > row.activatable { + &, &:first-child, &:last-child { + border-radius: 0; + } + } + } + } } // This is used by GtkScrolledWindow, when content is touch-dragged past boundaries. @@ -2875,13 +2918,16 @@ separator { list { background-color: $base_color; border-color: $borders_color; - border-radius: 2px; - row { - padding: 2px; + row { padding: 2px; } + + &.content:not(.conversation-listbox) { + border-radius: 2px; - &:first-child { border-radius: 2px 2px 0 0; } - &:last-child { border-radius: 0 0 2px 2px; } + > row { + &:first-child { border-radius: 2px 2px 0 0; } + &:last-child { border-radius: 0 0 2px 2px; } + } } } diff --git a/src/gtk/sass/apps/_misc.scss b/src/gtk/sass/apps/_misc.scss index 2fc67d60..ae175c67 100644 --- a/src/gtk/sass/apps/_misc.scss +++ b/src/gtk/sass/apps/_misc.scss @@ -28,8 +28,8 @@ .sidebar-icon { color: inherit; } } - // -NemoPlacesTreeView-disk-full-bg-color: $solid_borders_color; - // -NemoPlacesTreeView-disk-full-fg-color: darken($progress_color, 5%); + -NemoPlacesTreeView-disk-full-bg-color: $solid_borders_color; + -NemoPlacesTreeView-disk-full-fg-color: darken($progress_color, 5%); } }