From fe1e6c695be5a98780677ec23274d62a9bdb6f18 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 12 Jul 2023 11:18:35 -0500 Subject: [PATCH] adding a lot of guix things to better setup guix A lot of these changes are for Guix not Nix, however, nix still works on the laptop so I'm going to reset the changes on the desktop to this commit so that Nix might work there for Camp. --- .config/alacritty/alacritty.yml | 2 +- .config/gtk-2.0/gtkrc | 894 ++ .config/gtk-2.0/gtkrc.hidpi | 995 ++ .config/gtk-3.0/assets/all-assets.svg | 4456 +++++++++ .config/gtk-3.0/assets/all-assets.txt | 38 + .config/gtk-3.0/assets/change_dpi.sh | 4 + .../gtk-3.0/assets/checkbox-checked-dark.svg | 10 + .../checkbox-checked-insensitive-dark.svg | 9 + .../assets/checkbox-checked-insensitive.svg | 9 + .config/gtk-3.0/assets/checkbox-checked.svg | 9 + .../gtk-3.0/assets/checkbox-mixed-dark.svg | 9 + .../checkbox-mixed-insensitive-dark.svg | 9 + .../assets/checkbox-mixed-insensitive.svg | 9 + .config/gtk-3.0/assets/checkbox-mixed.svg | 9 + .../assets/checkbox-unchecked-dark.svg | 8 + .../checkbox-unchecked-insensitive-dark.svg | 8 + .../assets/checkbox-unchecked-insensitive.svg | 8 + .config/gtk-3.0/assets/checkbox-unchecked.svg | 8 + .../assets/grid-selection-checked-dark.svg | 9 + .../gtk-3.0/assets/grid-selection-checked.svg | 9 + .../assets/grid-selection-unchecked-dark.svg | 8 + .../assets/grid-selection-unchecked.svg | 8 + .../menuitem-checkbox-checked-hover.svg | 8 + .../menuitem-checkbox-checked-insensitive.svg | 8 + .../assets/menuitem-checkbox-checked.svg | 8 + .../assets/menuitem-checkbox-mixed-hover.svg | 8 + .../menuitem-checkbox-mixed-insensitive.svg | 8 + .../menuitem-checkbox-mixed-selected.svg | 8 + .../assets/menuitem-checkbox-mixed.svg | 8 + .../assets/menuitem-checkbox-unchecked.svg | 6 + .../assets/menuitem-radio-checked-hover.svg | 8 + .../menuitem-radio-checked-insensitive.svg | 8 + .../gtk-3.0/assets/menuitem-radio-checked.svg | 8 + .../assets/menuitem-radio-mixed-hover.svg | 8 + .../menuitem-radio-mixed-insensitive.svg | 8 + .../assets/menuitem-radio-mixed-selected.svg | 8 + .../gtk-3.0/assets/menuitem-radio-mixed.svg | 8 + .../assets/menuitem-radio-unchecked.svg | 6 + .../gtk-3.0/assets/pane-handle-vertical.svg | 49 + .config/gtk-3.0/assets/pane-handle.png | Bin 0 -> 150 bytes .config/gtk-3.0/assets/pane-handle.svg | 49 + .config/gtk-3.0/assets/pane-handle@2.png | Bin 0 -> 161 bytes .config/gtk-3.0/assets/radio-checked-dark.svg | 9 + .../assets/radio-checked-insensitive-dark.svg | 9 + .../assets/radio-checked-insensitive.svg | 9 + .config/gtk-3.0/assets/radio-checked.svg | 9 + .config/gtk-3.0/assets/radio-mixed-dark.svg | 9 + .../assets/radio-mixed-insensitive-dark.svg | 9 + .../assets/radio-mixed-insensitive.svg | 9 + .config/gtk-3.0/assets/radio-mixed.svg | 9 + .../assets/radio-selected-insensitive.svg | 9 + .config/gtk-3.0/assets/radio-selected.svg | 9 + .../gtk-3.0/assets/radio-unchecked-dark.svg | 8 + .../radio-unchecked-insensitive-dark.svg | 8 + .../assets/radio-unchecked-insensitive.svg | 8 + .config/gtk-3.0/assets/radio-unchecked.svg | 8 + .../gtk-3.0/assets/radio-unselected-dark.svg | 6 + .../radio-unselected-insensitive-dark.svg | 6 + .../assets/radio-unselected-insensitive.svg | 8 + .config/gtk-3.0/assets/radio-unselected.svg | 8 + .config/gtk-3.0/assets/sed.sh | 9 + .config/gtk-3.0/assets/unsed.sh | 11 + .config/gtk-3.0/dist/gtk-dark.css | 6356 ++++++++++++ .config/gtk-3.0/dist/gtk.css | 6356 ++++++++++++ .config/gtk-3.0/gtk-dark.css | 1 + .config/gtk-3.0/gtk.css | 1 + .config/gtk-3.0/gtk.gresource | Bin 0 -> 9218080 bytes .config/gtk-3.0/gtk.gresource.xml | 48 + .config/gtk-3.0/thumbnail.png | Bin 0 -> 1950 bytes .config/gtk-3.20/dist/gtk-dark.css | 8515 +++++++++++++++++ .config/gtk-3.20/dist/gtk.css | 8515 +++++++++++++++++ .config/gtk-3.20/gtk-dark.css | 1 + .config/gtk-3.20/gtk.css | 1 + .config/gtk-3.20/gtk.gresource | Bin 0 -> 5249592 bytes .config/gtk-3.20/gtk.gresource.xml | 35 + .config/imv/config | 4 +- .config/mpv/mpv.conf | 2 +- .config/tridactyl/tridactylrc | 4 +- .config/waybar/config | 2 +- .config/waybar/style.css | 2 +- guix/base.scm | 5 +- guix/home.nix | 44 +- guix/home.scm | 92 +- guix/pkgs/dolphin-xyz.scm | 40 + guix/pkgs/kdenlive.scm | 19 + guix/pkgs/patches/qt5ct-kde.patch | 186 + guix/pkgs/qt5ct-kde.scm | 21 + 87 files changed, 37132 insertions(+), 38 deletions(-) create mode 100644 .config/gtk-2.0/gtkrc create mode 100644 .config/gtk-2.0/gtkrc.hidpi create mode 100644 .config/gtk-3.0/assets/all-assets.svg create mode 100644 .config/gtk-3.0/assets/all-assets.txt create mode 100644 .config/gtk-3.0/assets/change_dpi.sh create mode 100644 .config/gtk-3.0/assets/checkbox-checked-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-checked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/checkbox-checked.svg create mode 100644 .config/gtk-3.0/assets/checkbox-mixed-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-mixed-insensitive.svg create mode 100644 .config/gtk-3.0/assets/checkbox-mixed.svg create mode 100644 .config/gtk-3.0/assets/checkbox-unchecked-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/checkbox-unchecked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/checkbox-unchecked.svg create mode 100644 .config/gtk-3.0/assets/grid-selection-checked-dark.svg create mode 100644 .config/gtk-3.0/assets/grid-selection-checked.svg create mode 100644 .config/gtk-3.0/assets/grid-selection-unchecked-dark.svg create mode 100644 .config/gtk-3.0/assets/grid-selection-unchecked.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-checked.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-mixed.svg create mode 100644 .config/gtk-3.0/assets/menuitem-checkbox-unchecked.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-checked-hover.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-checked.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-mixed-hover.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-mixed-selected.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-mixed.svg create mode 100644 .config/gtk-3.0/assets/menuitem-radio-unchecked.svg create mode 100644 .config/gtk-3.0/assets/pane-handle-vertical.svg create mode 100644 .config/gtk-3.0/assets/pane-handle.png create mode 100644 .config/gtk-3.0/assets/pane-handle.svg create mode 100644 .config/gtk-3.0/assets/pane-handle@2.png create mode 100644 .config/gtk-3.0/assets/radio-checked-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-checked-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-checked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/radio-checked.svg create mode 100644 .config/gtk-3.0/assets/radio-mixed-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-mixed-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-mixed-insensitive.svg create mode 100644 .config/gtk-3.0/assets/radio-mixed.svg create mode 100644 .config/gtk-3.0/assets/radio-selected-insensitive.svg create mode 100644 .config/gtk-3.0/assets/radio-selected.svg create mode 100644 .config/gtk-3.0/assets/radio-unchecked-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-unchecked-insensitive.svg create mode 100644 .config/gtk-3.0/assets/radio-unchecked.svg create mode 100644 .config/gtk-3.0/assets/radio-unselected-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-unselected-insensitive-dark.svg create mode 100644 .config/gtk-3.0/assets/radio-unselected-insensitive.svg create mode 100644 .config/gtk-3.0/assets/radio-unselected.svg create mode 100644 .config/gtk-3.0/assets/sed.sh create mode 100644 .config/gtk-3.0/assets/unsed.sh create mode 100644 .config/gtk-3.0/dist/gtk-dark.css create mode 100644 .config/gtk-3.0/dist/gtk.css create mode 100644 .config/gtk-3.0/gtk-dark.css create mode 100644 .config/gtk-3.0/gtk.css create mode 100644 .config/gtk-3.0/gtk.gresource create mode 100644 .config/gtk-3.0/gtk.gresource.xml create mode 100644 .config/gtk-3.0/thumbnail.png create mode 100644 .config/gtk-3.20/dist/gtk-dark.css create mode 100644 .config/gtk-3.20/dist/gtk.css create mode 100644 .config/gtk-3.20/gtk-dark.css create mode 100644 .config/gtk-3.20/gtk.css create mode 100644 .config/gtk-3.20/gtk.gresource create mode 100644 .config/gtk-3.20/gtk.gresource.xml create mode 100644 guix/pkgs/dolphin-xyz.scm create mode 100644 guix/pkgs/kdenlive.scm create mode 100644 guix/pkgs/patches/qt5ct-kde.patch create mode 100644 guix/pkgs/qt5ct-kde.scm diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fcfdbc7..a09399e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -357,7 +357,7 @@ colors: # - (Linux/BSD) user login shell # - (Windows) powershell shell: - program: fish + program: bash # args: # - --login diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc new file mode 100644 index 0000000..dd726c8 --- /dev/null +++ b/.config/gtk-2.0/gtkrc @@ -0,0 +1,894 @@ +# Oomox GTK Theme (Numix Fork) + +gtk-color-scheme = +"base_color:#282a36\nbg_color:#282a36\ntooltip_bg_color:#282a36\nselected_bg_color:#58d782\ntext_color:#d3dae3\nfg_color:#f1f1f0\ntooltip_fg_color:#f1f1f0\nselected_fg_color:#f1f1f0\nmenubar_bg_color:#282a36\nmenubar_fg_color:#f6f6f6\ntoolbar_bg_color:#282a36\ntoolbar_fg_color:#f1f1f0\nmenu_bg_color:#282a36\nmenu_fg_color:#f6f6f6\npanel_bg_color:#282a36\npanel_fg_color:#f1f1f0\nlink_color:#57C7FF\nbtn_bg_color:#3d434f\nbtn_fg_color:#f1f1f0\ntitlebar_bg_color:#282a36\ntitlebar_fg_color:#f6f6f6\nprimary_caret_color:#ffcc00\nsecondary_caret_color:#e6e6e6\naccent_bg_color:#5af78e\n" +# Default Style + +style "murrine-default" { + GtkArrow::arrow-scaling= 0.6 + + GtkWidget::cursor_color = @primary_caret_color + GtkWidget::secondary_cursor_color = @secondary_caret_color + GtkWidget::cursor_aspect_ratio = 0.04 + + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = { 0, 0, 0, 0 } + #GtkButton::inner-border = { 2, 2, 1, 1 } + GtkButton::focus-line-width = 1 + #GtkButton::focus-padding = -4 + + GtkButtonBox::child-min-height = 26 + + GtkCheckButton::indicator-size = 16 + + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkExpander::expander-size = 16 + + GtkImage::x-ayatana-indicator-dynamic = 1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::window-dragging = 1 + + GtkMenuItem::arrow-scaling= 0.5 + + GtkPaned::handle-size = 1 + + GtkProgressBar::min-horizontal-bar-height = 12 + GtkProgressBar::min-vertical-bar-width = 12 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 12 + GtkRange::stepper-size = 12 + GtkRange::stepper_spacing = 0 + GtkRange::trough-under-steppers = 1 + + GtkScale::slider-length = 16 + GtkScale::slider-width = 16 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::has-secondary-backward-stepper = 0 + GtkScrollbar::has-secondary-forward-stepper = 0 + GtkScrollbar::min-slider-length = 80 + GtkScrollbar::slider-width = 12 + GtkScrollbar::trough-border = 0 + + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkSeparatorMenuItem::horizontal-padding = 0 + + GtkToolbar::internal-padding = 0 + + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 0 + + GtkWidget::focus-line-width = 1 + # The following line prevents the Firefox tabs + # from jumping a few pixels when you create a new tab + GtkWidget::focus-padding = 0 + + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + + GtkWindow::resize-grip-height = 0 + GtkWindow::resize-grip-width = 0 + + WnckTasklist::fade-overlay-rect = 0 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified + GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + bg[INSENSITIVE] = @bg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @base_color) + base[SELECTED] = @selected_bg_color + base[ACTIVE] = @selected_bg_color + base[INSENSITIVE] = shade (0.85, @base_color) + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = mix (0.5, @base_color, @text_color) + + engine "murrine" { + animation = FALSE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = { 1.0, 1.0 } # gradient to draw on border + border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) } + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.8 # overal contrast with borders + focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow + glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight + glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides + glow_shade = 1.0 # amount of glow + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets + highlight_shade = 1.0 # amount of highlight + lightborder_shade = 1.0 # amount of inset light border + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = none, 1 = vertical striped + progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + roundness = 3 # roundness of widgets + scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + sliderstyle = 0 # 0 = none, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "murrine-wide" { + xthickness = 2 + ythickness = 2 +} + +style "murrine-wider" { + xthickness = 3 + ythickness = 3 +} + +style "murrine-thin" { + xthickness = 0 + ythickness = 0 +} + +# Notebook + +style "clearlooks-notebook-bg" { + bg[NORMAL] = @bg_color + bg[ACTIVE] = shade (0.80, @bg_color) +} + +style "clearlooks-notebook" = "clearlooks-notebook-bg" { + xthickness = 2 + ythickness = 2 + + engine "clearlooks" { + radius = 0.1 + } +} + +# Various Standard Widgets + +style "murrine-button" = "murrine-wider" { + bg[NORMAL] = @btn_bg_color + bg[PRELIGHT] = shade (1.10, @btn_bg_color) + bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color) + bg[ACTIVE] = shade (0.95, @btn_bg_color) + bg[INSENSITIVE] = shade (0.75, @btn_bg_color) + #xthickness = 4 + #ythickness = 4 + + engine "murrine" { + border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } + roundness = 3 + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + } +} + +style "murrine-buttonlabel" { + fg[NORMAL] = @btn_fg_color + fg[PRELIGHT] = @btn_fg_color + fg[SELECTED] = @btn_fg_color + fg[ACTIVE] = @btn_fg_color + fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) + + text[NORMAL] = @btn_fg_color + text[PRELIGHT] = @btn_fg_color + text[SELECTED] = @btn_fg_color + text[ACTIVE] = @btn_fg_color + text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) + + engine "murrine" { + } +} + +style "murrine-scrollbar" { + bg[NORMAL] = mix (0.21, @fg_color, @bg_color) + bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) + bg[ACTIVE] = @selected_bg_color + + engine "murrine" { + roundness = 0 + contrast = 0.0 + border_shades = { 0.9, 0.9 } + trough_shades = { 0.97, 0.97 } + trough_border_shades = { 1.0, 1.0 } + } +} + +style "murrine-overlay-scrollbar" { + bg[ACTIVE] = shade (0.8, @bg_color) + bg[INSENSITIVE] = shade (0.97, @bg_color) + + base[SELECTED] = shade (0.6, @bg_color) + base[INSENSITIVE] = shade (0.85, @bg_color) +} + +style "murrine-scale" = "murrine-thin" { + bg[NORMAL] = @btn_bg_color + bg[ACTIVE] = mix(0.2, @fg_color, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color) + + engine "murrine" { + roundness = 8 + #roundness = 3 + gradient_shades = { 1.08, 1.08, 1.08, 1.08 } + #border_shades = { 0.5, 0.5 } + border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } + #trough_shades = { 1.08, 1.08 } + trough_border_shades = { 0.8, 0.8 } + } +} + +style "murrine-progressbar" = "murrine-thin" { + bg[NORMAL] = @bg_color + bg[ACTIVE] = mix(0.08, @bg_color, @base_color) + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #roundness = 2 + roundness = 3 + border_shades = { 1.2, 1.2 } + trough_border_shades = { 0.8, 0.8 } + } +} + +style "murrine-treeview-header" = "murrine-button" { + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color) + engine "murrine" { + roundness = 0 + } +} + +style "murrine-treeview" { + engine "murrine" { + roundness = 0 + } +} + +style "murrine-frame" = "murrine-wide" { + bg[NORMAL] = mix(0.08, @fg_color, @bg_color) +} + +style "murrine-frame-title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "murrine-tooltips" { + xthickness = 5 + ythickness = 5 + + bg[NORMAL] = @tooltip_bg_color + bg[SELECTED] = @tooltip_bg_color + + fg[NORMAL] = @tooltip_fg_color + + engine "murrine" { + textstyle = 0 + roundness = 2 + rgba = FALSE + } +} + +style "murrine-spinbutton" = "murrine-button" { + engine "murrine" { + } +} + +style "clearlooks-radiocheck" = "murrine-default" { + bg[SELECTED] = @base_color + bg[PRELIGHT] = @bg_color + + text[NORMAL] = @accent_bg_color + text[PRELIGHT] = @accent_bg_color + + engine "clearlooks" { + radius = 4.0 + } +} + +style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" { + bg[PRELIGHT] = @bg_color +} + +style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" { + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) +} + +style "murrine-entry" = "murrine-wider" { + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[ACTIVE] = @text_color + text[INSENSITIVE] = mix (0.5, @base_color, @text_color) + engine "murrine" { + #border_shades = { 1.15, 1.15 } + border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) } + roundness = 3 + } +} + +style "metacity-frame" = "murrine-default" { + bg[SELECTED] = @selected_bg_color +} + +style "murrine-statusbar" { } +style "murrine-comboboxentry" = "murrine-entry" { } +style "murrine-hscale" = "murrine-scale" { } +style "murrine-vscale" = "murrine-scale" { } +style "murrine-hscrollbar" = "murrine-scrollbar" { } +style "murrine-vscrollbar" = "murrine-scrollbar" { } + +# Menus + +style "murrine-menu" = "murrine-thin" { + bg[NORMAL] = @menu_bg_color + bg[PRELIGHT] = @selected_bg_color + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = @menu_bg_color + bg[INSENSITIVE] = @menu_bg_color + + fg[NORMAL] = @menu_fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + text[NORMAL] = @menu_fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +style "murrine-menu-item" = "murrine-wider" { + bg[PRELIGHT] = @selected_bg_color + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = @selected_bg_color + + fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + engine "murrine" { + textstyle = 0 + border_shades = { 1.2, 1.2 } + } +} + +style "murrine-separator-menu-item" = "murrine-thin" { } + +style "murrine-menubar" { + bg[NORMAL] = @menubar_bg_color + bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[ACTIVE] = shade (0.9, @menubar_bg_color) + bg[INSENSITIVE] = @menubar_bg_color + + fg[NORMAL] = @menubar_fg_color + fg[PRELIGHT] = shade (1.08, @menubar_fg_color) + fg[SELECTED] = shade (1.08, @menubar_fg_color) + fg[ACTIVE] = @menubar_fg_color + fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +style "murrine-menubaritem" { + bg[NORMAL] = @menubar_bg_color + bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[ACTIVE] = shade (0.9, @menubar_bg_color) + bg[INSENSITIVE] = @menubar_bg_color + + fg[NORMAL] = @menubar_fg_color + fg[PRELIGHT] = shade (1.08, @menubar_fg_color) + fg[SELECTED] = shade (1.08, @menubar_fg_color) + fg[ACTIVE] = @menubar_fg_color + fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +# Toolbars + +style "murrine-toolbar" = "murrine-thin" { + bg[NORMAL] = @toolbar_bg_color + bg[PRELIGHT] = shade (1.02, @toolbar_bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.9, @toolbar_bg_color) + bg[INSENSITIVE] = @toolbar_bg_color + + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +style "murrine-toolbutton" = "murrine-button" { + bg[NORMAL] = shade (1.08, @toolbar_bg_color) + bg[PRELIGHT] = shade (1.10, @toolbar_bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, @toolbar_bg_color) + bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color) + + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +style "murrine-toolbutton-label" = "murrine-toolbutton" { + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +class "GtkToolbar" style "murrine-toolbar" +class "GtkHandleBox" style "murrine-toolbar" +widget_class "*Toolbar*.*Separator*" style "murrine-toolbar" + +# Panels + +style "murrine-panel" = "murrine-thin" { + xthickness = 2 + + bg[NORMAL] = @panel_bg_color + bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) + bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) + bg[ACTIVE] = shade (0.8, @panel_bg_color) + bg[INSENSITIVE] = @panel_bg_color + + fg[NORMAL] = @panel_fg_color + fg[PRELIGHT] = shade (1.08, @panel_fg_color) + fg[SELECTED] = shade (1.08, @panel_fg_color) + fg[ACTIVE] = @panel_fg_color + fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) + + base[NORMAL] = @panel_bg_color + base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) + base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) + base[ACTIVE] = shade (0.9, @panel_bg_color) + base[INSENSITIVE] = @panel_bg_color + + text[NORMAL] = @panel_fg_color + text[PRELIGHT] = shade (1.08, @panel_fg_color) + text[SELECTED] = shade (1.08, @panel_fg_color) + text[ACTIVE] = @panel_fg_color + text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) + + engine "murrine" { + roundness = 0 + contrast = 0.0 + } +} + +widget "*PanelWidget*" style "murrine-panel" +widget "*PanelApplet*" style "murrine-panel" +widget "*fast-user-switch*" style "murrine-panel" +widget "*CPUFreq*Applet*" style "murrine-panel" +widget "*indicator-applet*" style "murrine-panel" +class "PanelApp*" style "murrine-panel" +class "PanelToplevel*" style "murrine-panel" +widget_class "*PanelToplevel*" style "murrine-panel" +widget_class "*notif*" style "murrine-panel" +widget_class "*Notif*" style "murrine-panel" +widget_class "*Tray*" style "murrine-panel" +widget_class "*tray*" style "murrine-panel" +widget_class "*computertemp*" style "murrine-panel" +widget_class "*Applet*Tomboy*" style "murrine-panel" +widget_class "*Applet*Netstatus*" style "murrine-panel" +widget "*gdm-user-switch-menubar*" style "murrine-panel" + +# LXPanel (code based on Lubuntu-default theme's gtkrc file) +widget "*.tclock.*" style "murrine-panel" +widget "*.taskbar.*" style "murrine-panel" +widget_class "*GtkBgbox*" style "murrine-panel" + +style "bold-panel-item" { + font_name = "Bold" + + engine "murrine" { + roundness = 0 + } +} + +widget "*Panel*MenuBar*" style "bold-panel-item" +widget "*gimmie*" style "bold-panel-item" + +# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug +# class "*Panel*" style "murrine-panel" # Disabled to fix bug + +# XFCE Styles + +style "workspace-switcher" = "murrine-panel" { + bg[ACTIVE] = @selected_bg_color + bg[SELECTED] = @selected_bg_color +} + +style "xfce-header" { + bg[NORMAL] = shade (0.9, @bg_color) + base[NORMAL] = shade (1.18, @bg_color) +} + +style "xfdesktop-windowlist" { + bg[NORMAL] = @base_color + fg[INSENSITIVE] = shade (0.95, @base_color) + text[INSENSITIVE] = shade (0.95, @base_color) +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 60 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = @fg_color + XfdesktopIconView::selected-shadow-color = @fg_color + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @bg_color + fg[ACTIVE] = @bg_color + +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @menu_bg_color + bg[SELECTED] = @menu_bg_color + + fg[NORMAL] = @menu_fg_color + + engine "murrine" { + contrast = 0.0 + border_shades = { 0.9, 0.9 } + } +} + +style "xfwm-tabwin-button" { + font_name = "bold" + + bg[SELECTED] = @selected_bg_color +} + +style "xfsm-logout" { + bg[NORMAL] = @menu_bg_color + bg[ACTIVE] = @menu_bg_color + bg[PRELIGHT] = shade (1.1, @menu_bg_color) + bg[SELECTED] = shade (0.5, @menu_bg_color) + bg[INSENSITIVE] = shade (1.3, @menu_bg_color) + + fg[NORMAL] = @menu_fg_color + fg[PRELIGHT] = @menu_fg_color + + text[NORMAL] = @menu_fg_color + + engine "murrine" { + } +} + +style "xfsm-logout-button" { + bg[NORMAL] = shade (1.2, @menu_bg_color) + bg[PRELIGHT] = shade (1.4, @menu_bg_color) + + engine "murrine" { + } +} + +widget "*Pager*" style "workspace-switcher" + +widget "*Xfce*Panel*" style "murrine-panel" +class "*Xfce*Panel*" style "murrine-panel" + +# Thunar Styles + +style "sidepane" { + base[NORMAL] = @bg_color + base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) + bg[NORMAL] = @bg_color + text[NORMAL] = mix (0.9, @fg_color, @bg_color) +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*ThunarLocationEntry*" style "murrine-entry" + +style "whiskermenu" { + bg[NORMAL] = @menu_bg_color + bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[PRELIGHT] = @selected_bg_color + + fg[NORMAL] = @menu_fg_color + fg[ACTIVE] = @menu_fg_color + fg[PRELIGHT] = @menu_fg_color +} + +style "whiskermenu-scrollbar" = "murrine-scrollbar" { + bg[NORMAL] = mix (0.21, @fg_color, @bg_color) + bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) + bg[ACTIVE] = @selected_bg_color + + engine "murrine" { + trough_shades = { 4.97, 4.97 } + trough_border_shades = { 5.0, 5.0 } + } +} + +widget "whiskermenu-window*" style "whiskermenu" +widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar" + +# Gtk2 Open-File Dialog + +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" + +# Google Chrome/Chromium Styles (requires 9.0.597 or newer) + +style "chromium-toolbar-button" { + engine "murrine" { + roundness = 2 + textstyle = 0 + } +} + +style "chrome-gtk-frame" { + ChromeGtkFrame::frame-color = @titlebar_bg_color + ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color + + ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::incognito-frame-gradient-size = 0 + ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color + + ChromeGtkFrame::scrollbar-trough-color = @bg_color + ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color) +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium-toolbar-button" + +# General Styles + +class "GtkWidget" style "murrine-default" + +class "GtkFrame" style "murrine-frame" +class "MetaFrames" style "metacity-frame" +class "GtkWindow" style "metacity-frame" + +class "GtkSeparator" style "murrine-wide" +class "GtkCalendar" style "murrine-wide" + +class "GtkSpinButton" style "murrine-spinbutton" + +class "GtkScale" style "murrine-scale" +class "GtkVScale" style "murrine-vscale" +class "GtkHScale" style "murrine-hscale" +class "GtkScrollbar" style "murrine-scrollbar" +class "GtkVScrollbar" style "murrine-vscrollbar" +class "GtkHScrollbar" style "murrine-hscrollbar" + +class "GtkEntry" style "murrine-entry" + +widget_class "*" style "clearlooks-notebook" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" + +widget_class "*" style "murrine-button" +widget_class "**" style "murrine-statusbar" +widget_class "*" style "murrine-progressbar" +widget_class "*" style "murrine-progressbar" + +widget_class "**" style "murrine-comboboxentry" +widget_class "**" style "murrine-comboboxentry" + +widget_class "**" style "murrine-menu" +widget_class "**" style "murrine-menu-item" +widget_class "**" style "murrine-separator-menu-item" +widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item" +widget_class "**" style "murrine-menubar" +widget_class "***" style "murrine-menubaritem" + +widget_class "*GtkToolButton*" style "murrine-toolbutton" +widget_class "*GtkToggleToolButton*" style "murrine-toolbutton" +widget_class "*GtkMenuToolButton*" style "murrine-toolbutton" +widget_class "*GtkToolbar*Button" style "murrine-toolbutton" + +widget_class "*.." style "murrine-frame-title" + +widget_class "*.*" style "murrine-treeview" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" + +widget_class "*." style "clearlooks-radiocheck" +widget_class "*.*." style "clearlooks-base-radiocheck" +widget_class "*" style "clearlooks-base-radiocheck" + +widget "gtk-tooltip*" style "murrine-tooltips" + +widget_class "**" style "murrine-overlay-scrollbar" + +# Workarounds and Non-Standard Styling + +style "text-is-fg-color-workaround" { + text[NORMAL] = @text_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) +} + +widget_class "*.." style "text-is-fg-color-workaround" + +style "fg-is-text-color-workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@fg_color) +} + +widget_class "**" style "fg-is-text-color-workaround" +widget_class "*" style "fg-is-text-color-workaround" +widget_class "*" style "fg-is-text-color-workaround" + +style "murrine-evo-new-button-workaround" { + engine "murrine" { + toolbarstyle = 0 + } +} + +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" + +style "inkscape-toolbar-fix" { + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + highlight_shade = 1.0 + } +} + +#widget "*GtkHandleBox*" style "inkscape-toolbar-fix" +#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix" +#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" + +# Performance Fixes + +style "performance-fix" { + engine "murrine" { + textstyle = 0 + } +} + +widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape +widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp +widget_class "*GimpToolbox*" style "performance-fix" +widget_class "*GimpMenuDock*" style "performance-fix" +widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice +widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) + +widget_class "*XfceHeading*" style "xfce-header" +widget_class "*XfceDesktop*" style "xfdesktop-windowlist" +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" +widget_class "*XfsmLogoutDialog*" style "xfsm-logout" +widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button" + +# button fg workarounds: +widget_class "*.." style "murrine-buttonlabel" +widget_class "***" style:highest "murrine-buttonlabel" +widget_class "***" style:highest "clearlooks-radiocheck-label" +widget_class "**" style "murrine-buttonlabel" +widget_class "***" style "murrine-buttonlabel" +widget_class "***" style:highest "murrine-entry" +widget_class "****" style:highest "murrine-toolbutton-label" diff --git a/.config/gtk-2.0/gtkrc.hidpi b/.config/gtk-2.0/gtkrc.hidpi new file mode 100644 index 0000000..9080c5c --- /dev/null +++ b/.config/gtk-2.0/gtkrc.hidpi @@ -0,0 +1,995 @@ +# Oomox GTK Theme (Numix Fork) + +gtk-color-scheme = +"base_color:#282a36\nbg_color:#282a36\ntooltip_bg_color:#282a36\nselected_bg_color:#58d782\ntext_color:#d3dae3\nfg_color:#f1f1f0\ntooltip_fg_color:#f1f1f0\nselected_fg_color:#f1f1f0\nmenubar_bg_color:#282a36\nmenubar_fg_color:#f6f6f6\ntoolbar_bg_color:#282a36\ntoolbar_fg_color:#f1f1f0\nmenu_bg_color:#282a36\nmenu_fg_color:#f6f6f6\npanel_bg_color:#282a36\npanel_fg_color:#f1f1f0\nlink_color:#57C7FF\nbtn_bg_color:#3d434f\nbtn_fg_color:#f1f1f0\ntitlebar_bg_color:#282a36\ntitlebar_fg_color:#f6f6f6\nprimary_caret_color:#ffcc00\nsecondary_caret_color:#e6e6e6\naccent_bg_color:#5af78e\n" +# Default Style + +style "murrine-default" { + GtkArrow::arrow-scaling= 1.0 + + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + + #GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::inner-border = { 0, 0, 1, 0 } + GtkButton::focus-line-width = 2 + #GtkButton::focus-padding = 4 + GtkButton::focus-padding = 2 + #GtkButton::interior-focus = 1 + + GtkEntry::inner-border = { 4, 4, 5, 4 } + GtkComboBox::inner-border = { 4, 4, 6, 5 } + GtkComboBoxText::inner-border = { 4, 4, 6, 5 } + + #GtkButtonBox::child-min-height = 52 + + GtkCheckButton::indicator-size = 30 + + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkExpander::expander-size = 30 + + GtkImage::x-ayatana-indicator-dynamic = 1 + + GtkMenu::horizontal-padding = 2 + GtkMenu::vertical-padding = 2 + + GtkMenuBar::internal-padding = 1 + GtkMenuBar::window-dragging = 1 + + GtkMenuItem::arrow-scaling= 0.5 + + GtkPaned::handle-size = 1 + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 24 + GtkRange::stepper-size = 24 + GtkRange::stepper_spacing = 0 + GtkRange::trough-under-steppers = 1 + + GtkScale::slider-length = 30 + GtkScale::slider-width = 30 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::has-secondary-backward-stepper = 0 + GtkScrollbar::has-secondary-forward-stepper = 0 + GtkScrollbar::min-slider-length = 160 + GtkScrollbar::slider-width = 24 + GtkScrollbar::trough-border = 0 + + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkSeparatorMenuItem::horizontal-padding = 0 + + GtkToolbar::internal-padding = 0 + + GtkTreeView::expander-size = 22 + GtkTreeView::vertical-separator = 0 + + GtkWidget::focus-line-width = 2 + # The following line prevents the Firefox tabs + # from jumping a few pixels when you create a new tab + GtkWidget::focus-padding = 0 + + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 2 + GtkWidget::separator-height = 2 + + GtkWindow::resize-grip-height = 2 + GtkWindow::resize-grip-width = 2 + + WnckTasklist::fade-overlay-rect = 0 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified + GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified + + xthickness = 2 + ythickness = 2 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + bg[INSENSITIVE] = @bg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @base_color) + base[SELECTED] = @selected_bg_color + base[ACTIVE] = @selected_bg_color + base[INSENSITIVE] = shade (0.85, @base_color) + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = mix (0.5, @base_color, @text_color) + + engine "murrine" { + animation = FALSE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = { 1.0, 1.0 } # gradient to draw on border + border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) } + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.8 # overal contrast with borders + focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow + glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight + glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides + glow_shade = 1.0 # amount of glow + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets + highlight_shade = 1.0 # amount of highlight + lightborder_shade = 1.0 # amount of inset light border + lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = none, 1 = vertical striped + progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + roundness = 6# roundness of widgets + scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + sliderstyle = 0 # 0 = none, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + } +} + +style "murrine-wide" { + xthickness = 6 + ythickness = 6 +} + +style "murrine-wider" { + xthickness = 10 + ythickness = 10 +} + +style "murrine-thin" { + xthickness = 1 + ythickness = 1 +} + +# Notebook + +style "clearlooks-notebook-bg" { + bg[NORMAL] = @bg_color + bg[ACTIVE] = shade (0.80, @bg_color) +} + +style "clearlooks-notebook" = "clearlooks-notebook-bg" { + xthickness = 8 + ythickness = 4 + + engine "clearlooks" { + radius = 0.1 + } +} + +# Various Standard Widgets + +style "murrine-button" = "murrine-wider" { + bg[NORMAL] = @btn_bg_color + bg[PRELIGHT] = shade (1.04, @btn_bg_color) + bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color) + bg[ACTIVE] = shade (0.95, @btn_bg_color) + bg[INSENSITIVE] = shade (0.75, @btn_bg_color) + xthickness = 10 + ythickness = 10 + #xthickness = 5 + #ythickness = 5 + + engine "murrine" { + border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } + roundness = 6 + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + } +} + +style "murrine-buttonlabel" { + fg[NORMAL] = @btn_fg_color + fg[PRELIGHT] = @btn_fg_color + fg[SELECTED] = @btn_fg_color + fg[ACTIVE] = @btn_fg_color + fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) + + text[NORMAL] = @btn_fg_color + text[PRELIGHT] = @btn_fg_color + text[SELECTED] = @btn_fg_color + text[ACTIVE] = @btn_fg_color + text[INSENSITIVE] = @btn_fg_color + text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) + + engine "murrine" { + } +} + +style "murrine-comboboxtext" = "murrine-buttonlabel" { + xthickness = 10 + ythickness = 10 +} + +style "murrine-togglebutton" = "murrine-buttonlabel" { + xthickness = 10 + ythickness = 10 +} + +style "murrine-radiocheck" = "murrine-togglebutton" { + text[NORMAL] = @accent_bg_color + text[PRELIGHT] = @accent_bg_color +} + +style "murrine-scrollbar" { + bg[NORMAL] = mix (0.21, @fg_color, @bg_color) + bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) + bg[ACTIVE] = @selected_bg_color + + engine "murrine" { + roundness = 6 + contrast = 0.0 + border_shades = { 0.9, 0.9 } + trough_shades = { 0.97, 0.97 } + trough_border_shades = { 1.0, 1.0 } + } +} + +style "murrine-overlay-scrollbar" { + bg[ACTIVE] = shade (0.8, @bg_color) + bg[INSENSITIVE] = shade (0.97, @bg_color) + + base[SELECTED] = shade (0.6, @bg_color) + base[INSENSITIVE] = shade (0.85, @bg_color) +} + +style "murrine-scale" = "murrine-thin" { + bg[NORMAL] = @btn_bg_color + bg[ACTIVE] = mix(0.2, @fg_color, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color) + + engine "murrine" { + roundness = 25 + #roundness = 6 + gradient_shades = { 1.08, 1.08, 1.08, 1.08 } + #border_shades = { 0.5, 0.5 } + border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } + #trough_shades = { 1.08, 1.08 } + trough_border_shades = { 0.8, 0.8 } + } +} + +style "murrine-progressbar" = "murrine-thin" { + bg[NORMAL] = @bg_color + bg[ACTIVE] = mix(0.08, @bg_color, @base_color) + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + roundness = 6 + border_shades = { 1.2, 1.2 } + trough_border_shades = { 0.8, 0.8 } + } +} + +style "murrine-treeview-header" = "murrine-button" { + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color) + engine "murrine" { + roundness = 0 + } +} + +style "murrine-treeview" { + engine "murrine" { + roundness = 0 + } +} + +style "murrine-frame" = "murrine-wide" { + bg[NORMAL] = mix(0.08, @fg_color, @bg_color) +} + +style "murrine-frame-title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "murrine-tooltips" { + xthickness = 10 + ythickness = 10 + + bg[NORMAL] = @tooltip_bg_color + bg[SELECTED] = @tooltip_bg_color + + fg[NORMAL] = @tooltip_fg_color + + engine "murrine" { + textstyle = 0 + roundness = 6 + rgba = FALSE + } +} + +style "murrine-spinbutton" = "murrine-button" { + xthickness = 10 + ythickness = 10 + engine "murrine" { + } +} + +style "clearlooks-radiocheck" = "murrine-default" { + bg[SELECTED] = @base_color + bg[PRELIGHT] = @bg_color + + text[NORMAL] = @accent_bg_color + text[PRELIGHT] = @accent_bg_color + + engine "clearlooks" { + radius = 6.0 + } +} + +style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" { + bg[PRELIGHT] = @bg_color +} + +style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" { + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) +} + +style "murrine-entry" = "murrine-wider" { + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[ACTIVE] = @text_color + text[INSENSITIVE] = mix (0.5, @base_color, @text_color) + + xthickness = 10 + ythickness = 10 + engine "murrine" { + #border_shades = { 1.15, 1.15 } + border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) } + roundness = 6 + } +} + +style "metacity-frame" = "murrine-default" { + bg[SELECTED] = @selected_bg_color +} + +style "murrine-statusbar" { } +style "murrine-comboboxentry" = "murrine-entry" { } +style "murrine-hscale" = "murrine-scale" { } +style "murrine-vscale" = "murrine-scale" { } +style "murrine-hscrollbar" = "murrine-scrollbar" { } +style "murrine-vscrollbar" = "murrine-scrollbar" { } + +# Menus + +style "murrine-menu" = "murrine-thin" { + bg[NORMAL] = @menu_bg_color + bg[PRELIGHT] = @selected_bg_color + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = @menu_bg_color + bg[INSENSITIVE] = @menu_bg_color + + fg[NORMAL] = @menu_fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + text[NORMAL] = @menu_fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +style "murrine-menu-item" = "murrine-wider" { + bg[PRELIGHT] = @selected_bg_color + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = @selected_bg_color + + fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) + + engine "murrine" { + textstyle = 0 + border_shades = { 1.2, 1.2 } + } +} + +style "murrine-separator-menu-item" = "murrine-thin" { } + +style "murrine-menubar" { + bg[NORMAL] = @menubar_bg_color + bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[ACTIVE] = shade (0.9, @menubar_bg_color) + bg[INSENSITIVE] = @menubar_bg_color + + fg[NORMAL] = @menubar_fg_color + fg[PRELIGHT] = shade (1.08, @menubar_fg_color) + fg[SELECTED] = shade (1.08, @menubar_fg_color) + fg[ACTIVE] = @menubar_fg_color + fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +style "murrine-menubaritem" { + bg[NORMAL] = @menubar_bg_color + bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[ACTIVE] = shade (0.9, @menubar_bg_color) + bg[INSENSITIVE] = @menubar_bg_color + + fg[NORMAL] = @menubar_fg_color + fg[PRELIGHT] = shade (1.08, @menubar_fg_color) + fg[SELECTED] = shade (1.08, @menubar_fg_color) + fg[ACTIVE] = @menubar_fg_color + fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) + + engine "murrine" { + roundness = 0 + } +} + +# Toolbars + +style "murrine-toolbar" = "murrine-thin" { + bg[NORMAL] = @toolbar_bg_color + bg[PRELIGHT] = shade (1.02, @toolbar_bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.9, @toolbar_bg_color) + bg[INSENSITIVE] = @toolbar_bg_color + + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +style "murrine-toolbutton" = "murrine-button" { + bg[NORMAL] = shade (1.08, @toolbar_bg_color) + bg[PRELIGHT] = shade (1.10, @toolbar_bg_color) + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, @toolbar_bg_color) + bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color) + + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +style "murrine-toolbutton-label" = "murrine-toolbutton" { + fg[NORMAL] = @toolbar_fg_color + fg[PRELIGHT] = @toolbar_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @toolbar_fg_color + fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) + + engine "murrine" { + } +} + +class "GtkToolbar" style "murrine-toolbar" +class "GtkHandleBox" style "murrine-toolbar" +widget_class "*Toolbar*.*Separator*" style "murrine-toolbar" + +# Panels + +style "murrine-panel" = "murrine-thin" { + xthickness = 2 + + bg[NORMAL] = @panel_bg_color + bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) + bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) + bg[ACTIVE] = shade (0.8, @panel_bg_color) + bg[INSENSITIVE] = @panel_bg_color + + fg[NORMAL] = @panel_fg_color + fg[PRELIGHT] = shade (1.08, @panel_fg_color) + fg[SELECTED] = shade (1.08, @panel_fg_color) + fg[ACTIVE] = @panel_fg_color + fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) + + base[NORMAL] = @panel_bg_color + base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) + base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) + base[ACTIVE] = shade (0.9, @panel_bg_color) + base[INSENSITIVE] = @panel_bg_color + + text[NORMAL] = @panel_fg_color + text[PRELIGHT] = shade (1.08, @panel_fg_color) + text[SELECTED] = shade (1.08, @panel_fg_color) + text[ACTIVE] = @panel_fg_color + text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) + + engine "murrine" { + roundness = 0 + contrast = 0.0 + } +} + +widget "*PanelWidget*" style "murrine-panel" +widget "*PanelApplet*" style "murrine-panel" +widget "*fast-user-switch*" style "murrine-panel" +widget "*CPUFreq*Applet*" style "murrine-panel" +widget "*indicator-applet*" style "murrine-panel" +class "PanelApp*" style "murrine-panel" +class "PanelToplevel*" style "murrine-panel" +widget_class "*PanelToplevel*" style "murrine-panel" +widget_class "*notif*" style "murrine-panel" +widget_class "*Notif*" style "murrine-panel" +widget_class "*Tray*" style "murrine-panel" +widget_class "*tray*" style "murrine-panel" +widget_class "*computertemp*" style "murrine-panel" +widget_class "*Applet*Tomboy*" style "murrine-panel" +widget_class "*Applet*Netstatus*" style "murrine-panel" +widget "*gdm-user-switch-menubar*" style "murrine-panel" + +# LXPanel (code based on Lubuntu-default theme's gtkrc file) +widget "*.tclock.*" style "murrine-panel" +widget "*.taskbar.*" style "murrine-panel" +widget_class "*GtkBgbox*" style "murrine-panel" + +style "bold-panel-item" { + font_name = "Bold" + + engine "murrine" { + roundness = 0 + } +} + +widget "*Panel*MenuBar*" style "bold-panel-item" +widget "*gimmie*" style "bold-panel-item" + +# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug +# class "*Panel*" style "murrine-panel" # Disabled to fix bug + +# XFCE Styles + +style "workspace-switcher" = "murrine-panel" { + bg[ACTIVE] = @selected_bg_color + bg[SELECTED] = @selected_bg_color +} + +style "xfce-header" { + bg[NORMAL] = shade (0.9, @bg_color) + base[NORMAL] = shade (1.18, @bg_color) +} + +style "xfdesktop-windowlist" { + bg[NORMAL] = @base_color + fg[INSENSITIVE] = shade (0.95, @base_color) + text[INSENSITIVE] = shade (0.95, @base_color) +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 60 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = @fg_color + XfdesktopIconView::selected-shadow-color = @fg_color + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @bg_color + fg[ACTIVE] = @bg_color + +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @menu_bg_color + bg[SELECTED] = @menu_bg_color + + fg[NORMAL] = @menu_fg_color + + engine "murrine" { + contrast = 0.0 + border_shades = { 0.9, 0.9 } + } +} + +style "xfwm-tabwin-button" { + font_name = "bold" + + bg[SELECTED] = @selected_bg_color +} + +style "xfsm-logout" { + bg[NORMAL] = @menu_bg_color + bg[ACTIVE] = @menu_bg_color + bg[PRELIGHT] = shade (1.1, @menu_bg_color) + bg[SELECTED] = shade (0.5, @menu_bg_color) + bg[INSENSITIVE] = shade (1.3, @menu_bg_color) + + fg[NORMAL] = @menu_fg_color + fg[PRELIGHT] = @menu_fg_color + + text[NORMAL] = @menu_fg_color + + engine "murrine" { + } +} + +style "xfsm-logout-button" { + bg[NORMAL] = shade (1.2, @menu_bg_color) + bg[PRELIGHT] = shade (1.4, @menu_bg_color) + + engine "murrine" { + } +} + +widget "*Pager*" style "workspace-switcher" + +widget "*Xfce*Panel*" style "murrine-panel" +class "*Xfce*Panel*" style "murrine-panel" + +# Thunar Styles + +style "sidepane" { + base[NORMAL] = @bg_color + base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) + bg[NORMAL] = @bg_color + text[NORMAL] = mix (0.9, @fg_color, @bg_color) +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*ThunarLocationEntry*" style "murrine-entry" + +style "whiskermenu" { + bg[NORMAL] = @menu_bg_color + bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color) + bg[PRELIGHT] = @selected_bg_color + + fg[NORMAL] = @menu_fg_color + fg[ACTIVE] = @menu_fg_color + fg[PRELIGHT] = @menu_fg_color +} + +style "whiskermenu-scrollbar" = "murrine-scrollbar" { + bg[NORMAL] = mix (0.21, @fg_color, @bg_color) + bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) + bg[ACTIVE] = @selected_bg_color + + engine "murrine" { + trough_shades = { 4.97, 4.97 } + trough_border_shades = { 5.0, 5.0 } + } +} + +widget "whiskermenu-window*" style "whiskermenu" +widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar" + +# Gtk2 Open-File Dialog + +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" + +# Google Chrome/Chromium Styles (requires 9.0.597 or newer) + +style "chromium-toolbar-button" { + engine "murrine" { + roundness = 6 + textstyle = 0 + } +} + +style "chrome-gtk-frame" { + ChromeGtkFrame::frame-color = @titlebar_bg_color + ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color + + ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::incognito-frame-gradient-size = 0 + ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color + + ChromeGtkFrame::scrollbar-trough-color = @bg_color + ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color) +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium-toolbar-button" + +# General Styles + +class "GtkWidget" style "murrine-default" + +class "GtkFrame" style "murrine-frame" +class "MetaFrames" style "metacity-frame" +class "GtkWindow" style "metacity-frame" + +class "GtkSeparator" style "murrine-wide" +class "GtkCalendar" style "murrine-wide" + +class "GtkSpinButton" style "murrine-spinbutton" + +class "GtkScale" style "murrine-scale" +class "GtkVScale" style "murrine-vscale" +class "GtkHScale" style "murrine-hscale" +class "GtkScrollbar" style "murrine-scrollbar" +class "GtkVScrollbar" style "murrine-vscrollbar" +class "GtkHScrollbar" style "murrine-hscrollbar" + +class "GtkEntry" style "murrine-entry" + +widget_class "*" style "clearlooks-notebook" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "**" style "clearlooks-notebook-bg" +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" + +widget_class "*" style "murrine-button" +widget_class "**" style "murrine-statusbar" +widget_class "*" style "murrine-progressbar" +widget_class "*" style "murrine-progressbar" + +widget_class "**" style "murrine-comboboxentry" +widget_class "**" style "murrine-comboboxentry" + +widget_class "**" style "murrine-menu" +widget_class "**" style "murrine-menu-item" +widget_class "**" style "murrine-separator-menu-item" +widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item" +widget_class "**" style "murrine-menubar" +widget_class "***" style "murrine-menubaritem" + +widget_class "*GtkToolButton*" style "murrine-toolbutton" +widget_class "*GtkToggleToolButton*" style "murrine-toolbutton" +widget_class "*GtkMenuToolButton*" style "murrine-toolbutton" +widget_class "*GtkToolbar*Button" style "murrine-toolbutton" + +widget_class "*.." style "murrine-frame-title" + +widget_class "*.*" style "murrine-treeview" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" + +widget_class "*." style "clearlooks-radiocheck" +widget_class "*.*." style "clearlooks-base-radiocheck" +widget_class "*" style "clearlooks-base-radiocheck" + +widget "gtk-tooltip*" style "murrine-tooltips" + +widget_class "**" style "murrine-overlay-scrollbar" + +# Workarounds and Non-Standard Styling + +style "text-is-fg-color-workaround" { + text[NORMAL] = @text_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) +} + +widget_class "*.." style "text-is-fg-color-workaround" + +style "fg-is-text-color-workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@fg_color) +} + +widget_class "**" style "fg-is-text-color-workaround" +widget_class "*" style "fg-is-text-color-workaround" +widget_class "*" style "fg-is-text-color-workaround" + +style "murrine-evo-new-button-workaround" { + engine "murrine" { + toolbarstyle = 0 + } +} + +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" + +style "inkscape-toolbar-fix" { + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + highlight_shade = 1.0 + } +} + +#widget "*GtkHandleBox*" style "inkscape-toolbar-fix" +#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix" +#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" +widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" + + + + +style "gimp-default-style" { +# Uncommenting this line allows to set a different (smaller) font for GIMP. +# +# font_name = "sans 8" +# Enabling the following line for some reason breaks toolbox resize +# increment calculation. You can enable it to get an even smaller GUI +# but need to restart GIMP after the theme change. +# +# GtkWidget::focus-padding = 0 + GtkOptionMenu::indicator-size = { 15, 25 } + GtkOptionMenu::indicator-spacing = { 10, 8, 4, 4 } + GtkPaned::handle-size = 5 + GimpDockWindow::default-height = 600 + GimpDock::font-scale = 1.0 + GimpMenuDock::minimal-width = 400 + GimpToolPalette::tool-icon-size = large-toolbar + GimpToolPalette::button-relief = none + GimpDockbook::tab-border = 0 + GimpDockbook::tab-icon-size = button + GimpColorNotebook::tab-border = 0 + GimpColorNotebook::tab-icon-size = button + GimpDeviceEditor::handle-size = 30 + GimpDockable::content-border = 1 + GimpEditor::content-spacing = 1 + GimpEditor::button-spacing = 1 + GimpEditor::button-icon-size = button + GimpDataEditor::minimal-height = 150 + GimpFrame::label-spacing = 5 + GtkDialog::content-area-border = 2 + GtkDialog::button-spacing = 20 + GtkDialog::action-area-border = 25 + GimpUnitComboBox::appears-as-list = 0 +} + +class "GtkWidget" style "gimp-default-style" +style "gimp-tool-dialog-style" = "gimp-default-style" +{ + GtkDialog::action-area-border = 6 +} +class "GimpToolDialog" style "gimp-tool-dialog-style" +style "gimp-grid-view-style" = "gimp-default-style" +{ + bg[NORMAL] = { 1.0, 1.0, 1.0 } +} +widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style" +style "gimp-dockable-style" = "gimp-default-style" +{ + GimpFrame::label-bold = 0 + GtkButton::focus-line_width = 1 + GtkButton::focus-padding = 0 +} +widget "*GimpDockable.*" style "gimp-dockable-style" +style "gimp-display-style" = "gimp-default-style" +{ + GimpRuler::font-scale = 1.0 + GimpUnitComboBox::label-scale = 1.0 + GimpScaleComboBox::label-scale = 1.0 + GtkComboBox::arrow-size = 20 + GtkButton::inner-border = { 0, 0, 0, 0 } + GtkButton::focus-line-width = 0 + GtkButton::focus-padding = 0 +} +widget "*GimpDisplayShell.*" style "gimp-display-style" +style "gimp-overlay-style" = "gimp-display-style" +{ + GtkButton::focus-line_width = 2 +} +widget_class "**" style "gimp-overlay-style" + + + + +# Performance Fixes + +style "performance-fix" { + engine "murrine" { + textstyle = 0 + } +} + +widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape +widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp +widget_class "*GimpToolbox*" style "performance-fix" +widget_class "*GimpMenuDock*" style "performance-fix" +widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice +widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) + +widget_class "*XfceHeading*" style "xfce-header" +widget_class "*XfceDesktop*" style "xfdesktop-windowlist" +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" +widget_class "*XfsmLogoutDialog*" style "xfsm-logout" +widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button" + + +# button fg workarounds: +widget_class "*.." style "murrine-buttonlabel" +widget_class "***" style:highest "murrine-buttonlabel" +widget_class "***" style:highest "clearlooks-radiocheck-label" +widget_class "**" style "murrine-comboboxtext" +widget_class "**" style "murrine-togglebutton" +widget_class "*." style "murrine-radiocheck" +widget_class "***" style:highest "murrine-entry" +widget_class "****" style:highest "murrine-toolbutton-label" diff --git a/.config/gtk-3.0/assets/all-assets.svg b/.config/gtk-3.0/assets/all-assets.svg new file mode 100644 index 0000000..6b2b9d7 --- /dev/null +++ b/.config/gtk-3.0/assets/all-assets.svg @@ -0,0 +1,4456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/gtk-3.0/assets/all-assets.txt b/.config/gtk-3.0/assets/all-assets.txt new file mode 100644 index 0000000..6e738e3 --- /dev/null +++ b/.config/gtk-3.0/assets/all-assets.txt @@ -0,0 +1,38 @@ +checkbox-checked-dark +checkbox-checked-insensitive-dark +checkbox-checked-insensitive +checkbox-checked +checkbox-mixed-dark +checkbox-mixed-insensitive-dark +checkbox-mixed-insensitive +checkbox-mixed +checkbox-unchecked-dark +checkbox-unchecked-insensitive-dark +checkbox-unchecked-insensitive +checkbox-unchecked +grid-selection-checked-dark +grid-selection-checked +grid-selection-unchecked-dark +grid-selection-unchecked +menuitem-checkbox-checked-hover +menuitem-checkbox-checked-insensitive +menuitem-checkbox-checked +menuitem-checkbox-mixed-hover +menuitem-checkbox-mixed-insensitive +menuitem-checkbox-mixed +menuitem-radio-checked-hover +menuitem-radio-checked-insensitive +menuitem-radio-checked +pane-handle +radio-checked-dark +radio-checked-insensitive-dark +radio-checked-insensitive +radio-checked +radio-mixed-dark +radio-mixed-insensitive-dark +radio-mixed-insensitive +radio-mixed +radio-unchecked-dark +radio-unchecked-insensitive-dark +radio-unchecked-insensitive +radio-unchecked diff --git a/.config/gtk-3.0/assets/change_dpi.sh b/.config/gtk-3.0/assets/change_dpi.sh new file mode 100644 index 0000000..0c03497 --- /dev/null +++ b/.config/gtk-3.0/assets/change_dpi.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +for f in "$@"; do + rsvg-convert -d 300 -p 300 -f svg "$f" -o "${f}.bak" ; mv "${f}.bak" "$f" +done diff --git a/.config/gtk-3.0/assets/checkbox-checked-dark.svg b/.config/gtk-3.0/assets/checkbox-checked-dark.svg new file mode 100644 index 0000000..9d7e0fe --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-checked-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg b/.config/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg new file mode 100644 index 0000000..be3050a --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-checked-insensitive.svg b/.config/gtk-3.0/assets/checkbox-checked-insensitive.svg new file mode 100644 index 0000000..be3050a --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-checked-insensitive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-checked.svg b/.config/gtk-3.0/assets/checkbox-checked.svg new file mode 100644 index 0000000..1c61711 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-checked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-mixed-dark.svg b/.config/gtk-3.0/assets/checkbox-mixed-dark.svg new file mode 100644 index 0000000..b22268b --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-mixed-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg b/.config/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg new file mode 100644 index 0000000..8016b37 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-mixed-insensitive.svg b/.config/gtk-3.0/assets/checkbox-mixed-insensitive.svg new file mode 100644 index 0000000..8016b37 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-mixed-insensitive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-mixed.svg b/.config/gtk-3.0/assets/checkbox-mixed.svg new file mode 100644 index 0000000..b22268b --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-mixed.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-unchecked-dark.svg b/.config/gtk-3.0/assets/checkbox-unchecked-dark.svg new file mode 100644 index 0000000..1732c71 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-unchecked-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg b/.config/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg new file mode 100644 index 0000000..f167ee4 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/.config/gtk-3.0/assets/checkbox-unchecked-insensitive.svg new file mode 100644 index 0000000..f167ee4 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-unchecked-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/checkbox-unchecked.svg b/.config/gtk-3.0/assets/checkbox-unchecked.svg new file mode 100644 index 0000000..1732c71 --- /dev/null +++ b/.config/gtk-3.0/assets/checkbox-unchecked.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/grid-selection-checked-dark.svg b/.config/gtk-3.0/assets/grid-selection-checked-dark.svg new file mode 100644 index 0000000..c0077b0 --- /dev/null +++ b/.config/gtk-3.0/assets/grid-selection-checked-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/grid-selection-checked.svg b/.config/gtk-3.0/assets/grid-selection-checked.svg new file mode 100644 index 0000000..c0077b0 --- /dev/null +++ b/.config/gtk-3.0/assets/grid-selection-checked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/grid-selection-unchecked-dark.svg b/.config/gtk-3.0/assets/grid-selection-unchecked-dark.svg new file mode 100644 index 0000000..93faba7 --- /dev/null +++ b/.config/gtk-3.0/assets/grid-selection-unchecked-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/grid-selection-unchecked.svg b/.config/gtk-3.0/assets/grid-selection-unchecked.svg new file mode 100644 index 0000000..93faba7 --- /dev/null +++ b/.config/gtk-3.0/assets/grid-selection-unchecked.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg b/.config/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg new file mode 100644 index 0000000..989c642 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg b/.config/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg new file mode 100644 index 0000000..5df6a75 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-checked.svg b/.config/gtk-3.0/assets/menuitem-checkbox-checked.svg new file mode 100644 index 0000000..d3a6f84 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-checked.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg new file mode 100644 index 0000000..57f4d81 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg new file mode 100644 index 0000000..ade62dc --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg new file mode 100644 index 0000000..ae6c4c8 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-mixed.svg b/.config/gtk-3.0/assets/menuitem-checkbox-mixed.svg new file mode 100644 index 0000000..dc0dacf --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-mixed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-checkbox-unchecked.svg b/.config/gtk-3.0/assets/menuitem-checkbox-unchecked.svg new file mode 100644 index 0000000..81a1aff --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-checkbox-unchecked.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-checked-hover.svg b/.config/gtk-3.0/assets/menuitem-radio-checked-hover.svg new file mode 100644 index 0000000..df4c76b --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-checked-hover.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg b/.config/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg new file mode 100644 index 0000000..550b479 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-checked.svg b/.config/gtk-3.0/assets/menuitem-radio-checked.svg new file mode 100644 index 0000000..d2122ef --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-checked.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-mixed-hover.svg b/.config/gtk-3.0/assets/menuitem-radio-mixed-hover.svg new file mode 100644 index 0000000..462ad35 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-mixed-hover.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg b/.config/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg new file mode 100644 index 0000000..c98b700 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-mixed-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-mixed-selected.svg b/.config/gtk-3.0/assets/menuitem-radio-mixed-selected.svg new file mode 100644 index 0000000..a4720a0 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-mixed-selected.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-mixed.svg b/.config/gtk-3.0/assets/menuitem-radio-mixed.svg new file mode 100644 index 0000000..484cd7c --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-mixed.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/menuitem-radio-unchecked.svg b/.config/gtk-3.0/assets/menuitem-radio-unchecked.svg new file mode 100644 index 0000000..24cf819 --- /dev/null +++ b/.config/gtk-3.0/assets/menuitem-radio-unchecked.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.config/gtk-3.0/assets/pane-handle-vertical.svg b/.config/gtk-3.0/assets/pane-handle-vertical.svg new file mode 100644 index 0000000..2717c20 --- /dev/null +++ b/.config/gtk-3.0/assets/pane-handle-vertical.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/gtk-3.0/assets/pane-handle.png b/.config/gtk-3.0/assets/pane-handle.png new file mode 100644 index 0000000000000000000000000000000000000000..e67a9dc523a81c476603ecaeb1398385e9529148 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^EI`c3!3HEn^LrP71d5$JLpXq-h9ji|Bw64QSqxNv z9fTR3G-g)-1tm*dBT9nv(@M${i&7cN%ggmL^RkPR6AM!H@{7`Ezq647DiZc|aSY*@ lnVgc4V34+e$KcW-9tI;uhPe)jZB;;N22WQ%mvv4FO#oNoB~$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/gtk-3.0/assets/pane-handle@2.png b/.config/gtk-3.0/assets/pane-handle@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2cd077af89f942974b3d387dd8f223c27e7f3e GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^96&6@!3HGLoaUDSDVAa<&kznEsNqQI0P;BtJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ea-J@Z zAsQ2tQxXyk(he}s_~6MWf8d0H6dw=I6%KZW^M4o?ulo|L2vo`7>FVdQ&MBb@02%oz AHvj+t literal 0 HcmV?d00001 diff --git a/.config/gtk-3.0/assets/radio-checked-dark.svg b/.config/gtk-3.0/assets/radio-checked-dark.svg new file mode 100644 index 0000000..c51e0b8 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-checked-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-checked-insensitive-dark.svg b/.config/gtk-3.0/assets/radio-checked-insensitive-dark.svg new file mode 100644 index 0000000..dee629a --- /dev/null +++ b/.config/gtk-3.0/assets/radio-checked-insensitive-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-checked-insensitive.svg b/.config/gtk-3.0/assets/radio-checked-insensitive.svg new file mode 100644 index 0000000..dee629a --- /dev/null +++ b/.config/gtk-3.0/assets/radio-checked-insensitive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-checked.svg b/.config/gtk-3.0/assets/radio-checked.svg new file mode 100644 index 0000000..c51e0b8 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-checked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-mixed-dark.svg b/.config/gtk-3.0/assets/radio-mixed-dark.svg new file mode 100644 index 0000000..03658db --- /dev/null +++ b/.config/gtk-3.0/assets/radio-mixed-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-mixed-insensitive-dark.svg b/.config/gtk-3.0/assets/radio-mixed-insensitive-dark.svg new file mode 100644 index 0000000..e040aee --- /dev/null +++ b/.config/gtk-3.0/assets/radio-mixed-insensitive-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-mixed-insensitive.svg b/.config/gtk-3.0/assets/radio-mixed-insensitive.svg new file mode 100644 index 0000000..e040aee --- /dev/null +++ b/.config/gtk-3.0/assets/radio-mixed-insensitive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-mixed.svg b/.config/gtk-3.0/assets/radio-mixed.svg new file mode 100644 index 0000000..03658db --- /dev/null +++ b/.config/gtk-3.0/assets/radio-mixed.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-selected-insensitive.svg b/.config/gtk-3.0/assets/radio-selected-insensitive.svg new file mode 100644 index 0000000..dee629a --- /dev/null +++ b/.config/gtk-3.0/assets/radio-selected-insensitive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-selected.svg b/.config/gtk-3.0/assets/radio-selected.svg new file mode 100644 index 0000000..c51e0b8 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-selected.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unchecked-dark.svg b/.config/gtk-3.0/assets/radio-unchecked-dark.svg new file mode 100644 index 0000000..04318b7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unchecked-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg b/.config/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg new file mode 100644 index 0000000..09f0dd7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unchecked-insensitive.svg b/.config/gtk-3.0/assets/radio-unchecked-insensitive.svg new file mode 100644 index 0000000..09f0dd7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unchecked-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unchecked.svg b/.config/gtk-3.0/assets/radio-unchecked.svg new file mode 100644 index 0000000..04318b7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unchecked.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unselected-dark.svg b/.config/gtk-3.0/assets/radio-unselected-dark.svg new file mode 100644 index 0000000..214ed94 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unselected-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unselected-insensitive-dark.svg b/.config/gtk-3.0/assets/radio-unselected-insensitive-dark.svg new file mode 100644 index 0000000..0fdfaf4 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unselected-insensitive-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unselected-insensitive.svg b/.config/gtk-3.0/assets/radio-unselected-insensitive.svg new file mode 100644 index 0000000..09f0dd7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unselected-insensitive.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/radio-unselected.svg b/.config/gtk-3.0/assets/radio-unselected.svg new file mode 100644 index 0000000..04318b7 --- /dev/null +++ b/.config/gtk-3.0/assets/radio-unselected.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.config/gtk-3.0/assets/sed.sh b/.config/gtk-3.0/assets/sed.sh new file mode 100644 index 0000000..6f0a868 --- /dev/null +++ b/.config/gtk-3.0/assets/sed.sh @@ -0,0 +1,9 @@ +#!/bin/sh +sed -i \ + -e 's/#282a36/rgb(0%,0%,0%)/g' \ + -e 's/#f1f1f0/rgb(100%,100%,100%)/g' \ + -e 's/#282a36/rgb(50%,0%,0%)/g' \ + -e 's/#5af78e/rgb(0%,50%,0%)/g' \ + -e 's/#282a36/rgb(50%,0%,50%)/g' \ + -e 's/#d3dae3/rgb(0%,0%,50%)/g' \ + "$@" diff --git a/.config/gtk-3.0/assets/unsed.sh b/.config/gtk-3.0/assets/unsed.sh new file mode 100644 index 0000000..01deae6 --- /dev/null +++ b/.config/gtk-3.0/assets/unsed.sh @@ -0,0 +1,11 @@ +#!/bin/sh +sed -i \ + -e 's/rgb(0%,0%,0%)/#282a36/g' \ + -e 's/rgb(100%,100%,100%)/#f1f1f0/g' \ + -e 's/rgb(50%,0%,0%)/#282a36/g' \ + -e 's/rgb(0%,50%,0%)/#5af78e/g' \ + -e 's/rgb(0%,50.196078%,0%)/#5af78e/g' \ + -e 's/rgb(50%,0%,50%)/#282a36/g' \ + -e 's/rgb(50.196078%,0%,50.196078%)/#282a36/g' \ + -e 's/rgb(0%,0%,50%)/#d3dae3/g' \ + "$@" diff --git a/.config/gtk-3.0/dist/gtk-dark.css b/.config/gtk-3.0/dist/gtk-dark.css new file mode 100644 index 0000000..9443ac0 --- /dev/null +++ b/.config/gtk-3.0/dist/gtk-dark.css @@ -0,0 +1,6356 @@ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/* dark color scheme */ +@define-color dark_bg_color #282a36; +@define-color dark_fg_color #f6f6f6; +/* colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_bg_color #282a36; +@define-color theme_fg_color #f1f1f0; +@define-color theme_base_color #282a36; +@define-color theme_text_color #d3dae3; +@define-color theme_selected_bg_color #58d782; +@define-color theme_selected_fg_color #f1f1f0; +@define-color theme_tooltip_bg_color #282a36; +@define-color theme_tooltip_fg_color #f1f1f0; +/* shadow effects */ +@define-color light_shadow #292b37; +@define-color dark_shadow #32322e; +/* misc colors used by gtk+ */ +@define-color info_fg_color #282c34; +@define-color info_bg_color #85d6ff; +@define-color warning_fg_color #282c34; +@define-color warning_bg_color #fbffcb; +@define-color question_fg_color #282c34; +@define-color question_bg_color #85d6ff; +@define-color error_fg_color #282c34; +@define-color error_bg_color #fc4a6d; +@define-color link_color #57C7FF; +@define-color success_color #71f59c; +@define-color warning_color #fbffcb; +@define-color error_color #fc4a6d; +/* widget colors */ +@define-color titlebar_bg_focused @dark_bg_color; +@define-color titlebar_bg_unfocused @theme_bg_color; +@define-color titlebar_fg_focused @dark_fg_color; +@define-color titlebar_fg_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color menubar_bg_color @dark_bg_color; +@define-color menubar_fg_color @dark_fg_color; +@define-color toolbar_bg_color @theme_bg_color; +@define-color toolbar_fg_color @theme_fg_color; +@define-color menu_bg_color @dark_bg_color; +@define-color menu_fg_color @dark_fg_color; +@define-color panel_bg_color @dark_bg_color; +@define-color panel_fg_color @dark_fg_color; +/* osd */ +@define-color osd_base #282a36; +@define-color osd_bg rgba(40, 42, 54, 0.8); +@define-color osd_fg #f6f6f6; +/* lightdm greeter colors */ +@define-color lightdm_bg_color #282a36; +@define-color lightdm_fg_color #f6f6f6; +/* window manager colors */ +@define-color wm_bg_focused #282a36; +@define-color wm_bg_unfocused #282a36; +@define-color wm_border_focused #5af78e; +@define-color wm_border_unfocused #282a36; +@define-color wm_title_focused #f6f6f6; +@define-color wm_title_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_focused #f6f6f6; +@define-color wm_icons_focused_prelight #58d782; +@define-color wm_icons_focused_pressed #2fc460; +@define-color wm_icons_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_unfocused_prelight #58d782; +@define-color wm_icons_unfocused_pressed #2fc460; +/************** + ! GTK settings +***************/ +* { + -GtkArrow-arrow-scaling: .5; + -GtkExpander-expander-size: 8; + -GtkStatusbar-shadow-type: none; + -GtkToolItemGroup-expander-size: 8; + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + -WnckTasklist-fade-overlay-rect: 0; + -GtkWidget-cursor-color: #ffcc00; + -GtkWidget-secondary-cursor-color: #e6e6e6; + -GtkWidget-cursor-aspect-ratio: 0.04; + outline-color: rgba(88, 215, 130, 0.5); + outline-style: dashed; + outline-width: 1px; + outline-offset: -1px; + outline-radius: 3px; } + +/************* + ! Base states + *************/ +GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected { + background-color: #58d782; + color: #f1f1f0; } + +* { + /* hyperlinks */ + -GtkHTML-link-color: #57C7FF; + -GtkIMHtml-hyperlink-color: #57C7FF; + -GtkWidget-link-color: #57C7FF; + -GtkWidget-visited-link-color: #57C7FF; } + *:insensitive, *:insensitive:insensitive { + color: mix(#f1f1f0,#282a36,0.5); } + *:insensitive { + -gtk-image-effect: dim; } + *:hover { + -gtk-image-effect: highlight; } + *:link, *:visited { + color: #57C7FF; } + +.background { + background-color: #282a36; + color: #f1f1f0; } + .background:backdrop { + text-shadow: none; + icon-shadow: none; } + .background.csd { + background-color: #282a36; } + +.gtkstyle-fallback { + background-color: rgba(40, 42, 54, 0.5); + color: #f1f1f0; } + .gtkstyle-fallback:hover { + background-color: #2c2e3b; + color: #f1f1f0; } + .gtkstyle-fallback:active { + background-color: #242631; + color: #f1f1f0; } + .gtkstyle-fallback:insensitive { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); } + +GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive { + background-color: transparent; } + +GtkLabel.separator { + color: #f1f1f0; } + +GtkLabel:insensitive { + color: mix(#f1f1f0,#282a36,0.5); } + +/********* + ! Buttons +**********/ +NemoPathbarButton, column-header, .osd.button, .osd .button, +#XfceNotifyWindow.button, +#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: 150ms ease; + outline-color: transparent; + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; } + NemoPathbarButton:focus, column-header:focus, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, .button:focus, NemoPathbarButton:hover, column-header:hover, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, .button:hover, NemoPathbarButton:active, column-header:active, + #XfceNotifyWindow.button:active, + #XfceNotifyWindow .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, .button:active { + transition: none; } + +.linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .linked > GtkComboBox > .button:dir(ltr), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(ltr), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(ltr) { + border-radius: 0; + border-left-style: none; + border-right-style: solid; } + .linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: solid; } + +.linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .linked > GtkComboBox:first-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:first-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:first-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:first-child, .button.linked:first-child, .selection-mode.header-bar .linked.button.suggested-action:first-child, .selection-mode.toolbar .linked.button.suggested-action:first-child, .linked .button:first-child, .linked .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .linked .button.suggested-action:first-child, .linked .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .linked .button.suggested-action:first-child { + border-width: 1px; + border-radius: 3px; + border-left-style: solid; + border-right-style: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .linked > GtkComboBox:first-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):first-child, GtkComboBox.combobox-entry .button:dir(rtl):first-child, .button.linked:dir(rtl):first-child, .linked .button:dir(rtl):first-child { + border-left-style: none; + border-right-style: solid; } + +.linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .linked > GtkComboBox:last-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:last-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:last-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:last-child, .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child { + border-width: 1px; + border-radius: 3px; + border-left-style: none; + border-right-style: solid; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .linked > GtkComboBox:last-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):last-child, GtkComboBox.combobox-entry .button:dir(rtl):last-child, .button.linked:dir(rtl):last-child, .linked .button:dir(rtl):last-child { + border-left-style: solid; + border-right-style: none; } + +.linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .linked > GtkComboBox:only-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:only-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:only-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:only-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child { + border-width: 1px; + border-style: solid; + border-radius: 3px; } + +.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .toolbar .button.linked, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .selection-mode.toolbar .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action, .button.linked, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action { + border-width: 1px; + border-style: solid; + border-radius: 0; + border-right-style: none; + border-left-style: none; } + +* { + -GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 1; + -GtkButton-interior-focus: true; + -GtkButtonBox-child-min-height: 24; + -GtkButtonBox-child-internal-pad-y: 1; + -GtkToolButton-icon-spacing: 6; } + +.notebook tab .button, .notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .notebook tab .button.suggested-action, .notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .notebook tab .button.suggested-action, .error .button.close, .error .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .error .close.button.suggested-action, .error .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .error .close.button.suggested-action, .question .button.close, .question .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .question .close.button.suggested-action, .question .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .question .close.button.suggested-action, .warning .button.close, .warning .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .warning .close.button.suggested-action, .warning .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .warning .close.button.suggested-action, .info .button.close, .info .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .info .close.button.suggested-action, .info .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .info .close.button.suggested-action { + border: 1px solid transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover { + border: 1px solid rgba(100, 100, 93, 0.3); + background-color: rgba(41, 43, 56, 0.2); + background-image: none; + box-shadow: none; } + .notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked { + border: 1px solid rgba(100, 100, 93, 0.3); + background-color: rgba(100, 100, 93, 0.1); + background-image: none; + box-shadow: none; } + +.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + background-color: #3d434f; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { + border-color: rgba(61, 67, 79, 0); + color: #f1f1f0; + background-color: rgba(61, 67, 79, 0); + background-image: none; + box-shadow: none; } + .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover { + background-color: #404653; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .button:hover:insensitive, .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.toolbar .button.suggested-action:hover:insensitive, .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus { + background-color: #404653; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover { + background-color: #434a57; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .button:focus:hover:hover, .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button.flat:checked, .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive, .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .button:active:checked:insensitive, .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover { + color: #f1f1f0; } + .button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive { + background-color: alpha(mix(#3d434f,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#3d434f,#f1f1f0,0.6); + box-shadow: none; } + .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive { + color: mix(#3d434f,#f1f1f0,0.6); } + .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(61, 67, 79, 0.9); } + .button.separator:insensitive, .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.toolbar .separator.button.suggested-action:insensitive, .button .separator:insensitive, .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.toolbar .button.suggested-action .separator:insensitive { + color: rgba(61, 67, 79, 0.85); } + .button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .button.default:active:insensitive, .button.default:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action { + border-color: rgba(88, 215, 130, 0); + color: #f1f1f0; + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .button.default:hover:insensitive, .button.default.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .button.default:focus:hover, .button.default.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .button.default:focus:hover:hover, .button.default.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover { + color: #f1f1f0; } + .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive { + color: mix(#58d782,#f1f1f0,0.6); } + .button.default:active:insensitive, .button.default:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + .button.default.separator:insensitive, .button.default .separator:insensitive { + color: rgba(88, 215, 130, 0.85); } + .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive { + box-shadow: inset -1px 0 #31363f; } + .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action { + color: mix(#d3dae3,#282a36,0.4); + padding: 3px 6px; + border: 0; + border-radius: 0; + border-style: none; + background-color: transparent; + background-image: none; + box-shadow: inset 1px 0 #242631; } + .spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive { + color: mix(#d3dae3,#282a36,0.7); + box-shadow: inset 1px 0 #22242e; } + .spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover { + color: #d3dae3; } + .spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child { + border-radius: 3px 0 0 3px; + box-shadow: none; } + .spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child { + border-radius: 0 3px 3px 0; } + .spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) { + box-shadow: inset -1px 0 #242631; } + .spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action { + border: 1px solid #20222b; + border-radius: 3px; + background-color: #2b2d3a; + background-image: none; + color: #f1f1f0; + box-shadow: none; } + .spinbutton.vertical .button:hover { + border-color: #1c1d26; + background-color: #2c2e3b; + background-image: none; } + .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked { + border-color: #20222b; + background-color: #262833; + background-image: none; } + .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover { + border-color: #1c1d26; } + .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus { + border-color: #1c1d26; } + .spinbutton.vertical .button:insensitive { + border-color: #22242e; + background-color: #242631; + background-image: none; } + .spinbutton.vertical .button:first-child { + border-width: 1px; + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .spinbutton.vertical .button:last-child { + border-width: 1px; + border-top-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .button .spinbutton.vertical.entry { + border-width: 1px; + border-style: solid; + border-radius: 0; } + +/****************** +! ComboBoxes * +*******************/ +GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action { + padding: 1px 4px; + -GtkComboBox-arrow-scaling: .5; + -GtkComboBox-shadow-type: none; } + +GtkComboBox .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; + border-style: none; } + +.linked > GtkComboBox menu menuitem { + padding: 3px 5px; } + +/********* + ! Entry * +**********/ +.entry.linked, .linked .entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .entry.linked:first-child, .linked .entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .entry.linked:last-child, .linked .entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .entry.linked:only-child, .linked .entry:only-child { + border-width: 1px; + border-radius: 3px; } + +GtkPopover .entry, .menuitem .entry, .entry { + padding: 2px 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 150ms ease; + box-shadow: inset 1px 1px rgba(50, 50, 46, 0.06), inset -1px 0 rgba(50, 50, 46, 0.06); } + .entry:focus, .entry:hover, .entry:active { + transition: none; } + .entry:selected { + background-color: #58d782; + color: #f1f1f0; } + .entry:insensitive { + box-shadow: none; } + .progressbar.entry { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + .image.left.entry { + padding-right: 3px; } + +.entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #d3dae3; } + .entry:focus, .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus { + border-color: #1c1d26; } + .entry:insensitive { + border-color: #22242e; } + .entry:active:insensitive, .entry:checked:insensitive { + border-color: #20222b; } + .entry:focus, .entry:active { + border-color: #58d782; } + .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +.toolbar { + background-color: #282a36; + background-image: none; + border-color: #20222b; + padding: 6px; + color: #f1f1f0; + padding: 2px; + border-style: none; } + .toolbar:focus, .toolbar:hover { + border-color: mix(#58d782,#282a36,0.3); } + .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus { + border-color: #1c1d26; } + .toolbar:insensitive { + border-color: #22242e; } + .toolbar:active:insensitive, .toolbar:checked:insensitive { + border-color: #20222b; } + .toolbar:insensitive { + background-color: #242631; + background-image: none; + color: mix(#f1f1f0,#282a36,0.5); } + .toolbar .title { + font: bold; + padding: 0 6px; } + .toolbar .subtitle { + font: smaller; + padding: 0 6px; } + .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover { + color: #f1f1f0; } + .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + padding: 2px; } + .toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action { + padding: 3px; } + .toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action { + padding: 4px 2px 4px 3px; } + .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive { + color: #242631; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .toolbar .menubar { + -GtkToolbar-button-relief: normal; } + .toolbar.inline-toolbar { + background-image: none; + background-color: transparent; } + .toolbar GtkToolButton:insensitive GtkButton:insensitive, + .toolbar GtkToolButton:insensitive GtkButton:insensitive.button, + .toolbar GtkToolButton:insensitive .selection-mode.header-bar .button.suggested-action:insensitive, + .selection-mode.header-bar .toolbar GtkToolButton:insensitive .button.suggested-action:insensitive, + .selection-mode.toolbar GtkToolButton:insensitive .button.suggested-action:insensitive, + .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button, + .toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action, + .selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action, + .selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action { + background-color: #282a36; } + +.header-bar { + background-color: #282a36; + background-image: none; + border-color: #20222b; + padding: 6px; + color: #f6f6f6; + border-width: 0 0 1px; + border-style: solid; } + .header-bar:focus, .header-bar:hover { + border-color: mix(#58d782,#282a36,0.3); } + .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus { + border-color: #1c1d26; } + .header-bar:insensitive { + border-color: #22242e; } + .header-bar:active:insensitive, .header-bar:checked:insensitive { + border-color: #20222b; } + .header-bar:insensitive { + background-color: #242631; + background-image: none; + color: mix(#f6f6f6,#282a36,0.5); } + .header-bar .title { + font: bold; + padding: 0 6px; } + .header-bar .subtitle { + font: smaller; + padding: 0 6px; } + .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover { + color: #f1f1f0; } + .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + padding: 2px; } + .header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action { + padding: 3px; } + .header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action { + padding: 4px 2px 4px 3px; } + .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive { + color: #242631; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .header-bar .menubar { + -GtkToolbar-button-relief: normal; } + .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + color: #d3dae3; } + +.titlebar { + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + color: #f6f6f6; } + .titlebar:backdrop { + background-color: #282a36; + background-image: none; + color: mix(#f1f1f0,#282a36,0.4); + text-shadow: none; } + .titlebar.default-decoration { + border: 0; + box-shadow: none; } + .tiled .titlebar, .maximized .titlebar { + border-radius: 0; } + .titlebar .title { + font: bold; } + .titlebar .titlebutton { + padding: 3px; + border: 0; + background-image: none; + background-color: transparent; + color: #f6f6f6; + box-shadow: none; } + .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus { + background-image: none; + background-color: transparent; + color: #58d782; + box-shadow: none; } + .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover { + background-image: none; + background-color: transparent; + color: #40d170; + box-shadow: none; } + .titlebar .titlebutton:backdrop { + background: none; + color: mix(#f1f1f0,#282a36,0.4); + icon-shadow: none; } + +/************** + ! Action-bar * +***************/ +.action-bar { + background-color: #282a36; + background-image: none; + padding: 3px; + border-width: 1px 0 0; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + .action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action { + padding: 2px; } + .action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action { + padding: 4px; } + .action-bar .title { + font: bold; + padding: 0 6px; } + .action-bar .subtitle { + font: smaller; + padding: 0 6px; } + +/*************** + ! Search bars * +****************/ +.search-bar { + background-color: #272935; + background-image: none; + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + .search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action { + padding: 3px; } + +/****************** + ! Action buttons * +*******************/ +.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button { + background-color: #71f59c; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button { + border-color: rgba(113, 245, 156, 0); + color: #f1f1f0; + background-color: rgba(113, 245, 156, 0); + background-image: none; + box-shadow: none; } + .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover { + background-color: #82f6a8; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus { + background-color: #82f6a8; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover { + background-color: #92f7b3; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover { + color: #f1f1f0; } + .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive { + background-color: alpha(mix(#71f59c,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#71f59c,#f1f1f0,0.6); + box-shadow: none; } + .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive { + color: mix(#71f59c,#f1f1f0,0.6); } + .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator { + border: 1px solid currentColor; + color: rgba(113, 245, 156, 0.9); } + .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive { + color: rgba(113, 245, 156, 0.85); } + +.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action { + border-color: rgba(252, 74, 109, 0); + color: #f1f1f0; + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover { + color: #f1f1f0; } + .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive { + background-color: alpha(mix(#fc4a6d,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fc4a6d,#f1f1f0,0.6); + box-shadow: none; } + .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive { + color: mix(#fc4a6d,#f1f1f0,0.6); } + .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive { + color: rgba(252, 74, 109, 0.85); } + +/****************** +* selection mode * +******************/ +.selection-mode.header-bar, .selection-mode.toolbar { + background-color: #58d782; + background-image: none; + border-color: #2fc460; + padding: 6px; + color: #f1f1f0; } + .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover { + border-color: mix(#58d782,#58d782,0.3); } + .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus { + border-color: #29ab54; } + .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { + border-color: #33ce67; } + .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive { + border-color: #2fc460; } + .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { + background-color: #40d170; + background-image: none; + color: mix(#f1f1f0,#58d782,0.5); } + .selection-mode.header-bar .title, .selection-mode.toolbar .title { + font: bold; + padding: 0 6px; } + .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle { + font: smaller; + padding: 0 6px; } + .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { + color: #f1f1f0; } + .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + padding: 2px; } + .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button { + padding: 3px; } + .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button { + padding: 4px 2px 4px 3px; } + .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive { + color: #40d170; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar { + -GtkToolbar-button-relief: normal; } + .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { + border-color: rgba(88, 215, 130, 0); + color: #f1f1f0; + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { + color: #f1f1f0; } + .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#58d782,#f1f1f0,0.6); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { + color: rgba(88, 215, 130, 0.85); } + .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button { + border: 0; + background-color: transparent; + background-image: none; + color: #2fc460; } + .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { + color: #29ab54; } + .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { + color: #2cb75a; } + .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label { + color: #29ab54; } + +.selection-mode.toolbar { + padding: 3px; } + +/********** + ! Calendar +***********/ +GtkCalendar { + padding: 1px 3px; + outline-offset: -1px; } + GtkCalendar:inconsistent { + color: mix(#f1f1f0,#282a36,0.5); } + GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { + background-color: transparent; + background-image: none; + border-width: 0; + border-radius: 0; } + GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { + color: #292b38; + border-width: 0; + box-shadow: none; } + GtkCalendar.highlight { + color: #58d782; } + +/* gnome-calendar */ +.calendar-view { + background-color: #282a36; + color: #d3dae3; } + +/*************** + ! Color chooser +****************/ +GtkColorSwatch, GtkColorSwatch:selected { + border: 1px solid rgba(100, 100, 93, 0.1); + border-radius: 3px; + background-color: transparent; + background-clip: border-box; } + GtkColorSwatch:hover, GtkColorSwatch:selected:hover { + border-color: rgba(100, 100, 93, 0.3); } + +GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover { + background-image: none; } + +GtkColorSwatch.left, GtkColorSwatch:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +GtkColorSwatch.right, GtkColorSwatch:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorSwatch:only-child { + border-radius: 3px; } + +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover { + background-image: none; + border-color: rgba(100, 100, 93, 0.3); } + +GtkColorChooserWidget #add-color-button { + background-clip: padding-box; + border-color: rgba(100, 100, 93, 0.1); + background-color: #262833; + color: #f1f1f0; } + GtkColorChooserWidget #add-color-button:hover { + border-color: rgba(100, 100, 93, 0.3); + background-color: #242631; + color: #f1f1f0; } + +.color-active-badge, .color-active-badge:selected { + border-width: 2px; + border-style: solid; + background-color: transparent; } + +.color-active-badge.color-light, .color-active-badge.color-light:hover { + border-color: rgba(100, 100, 93, 0.3); + color: rgba(100, 100, 93, 0.3); } + +.color-active-badge.color-dark, .color-active-badge.color-dark:hover { + border-color: rgba(41, 43, 56, 0.3); + color: rgba(41, 43, 56, 0.3); } + +GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action { + padding: 3px; } + +/*********************** +! Font and file choosers +************************/ +GtkFontButton .separator, GtkFileChooserButton .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; } + +GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child { + color: alpha(currentColor,0.7); } + +GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child { + color: alpha(currentColor,0.7); } + +GtkFileChooser { + /* for fallback when header bar not used */ } + GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover { + border-width: 0 1px 0 0; + border-style: solid; + border-color: currentColor; + background-color: #282a36; + color: #242631; } + GtkFileChooser .dialog-action-box { + border-width: 1px 0 0; + border-style: solid; + border-color: #1c1d26; } + +/****************** + ! Grid and flowbox +*******************/ +.list { + background-color: #272934; + color: #f1f1f0; } + .list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action { + border: 0; + border-radius: 0; + padding: 3px; + background-image: none; + background-color: rgba(40, 42, 54, 0); + box-shadow: none; } + .list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover { + background-image: none; + background-color: #292b37; } + .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.grid-child, GtkFlowBox .grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected, GtkFlowBox .grid-child:selected { + outline-offset: -2px; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Infobar +**********/ +GtkInfoBar { + border: 0; } + +.info { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + color: #282c34; } + .info .button, .info .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .info .button.suggested-action, .info .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .info .button.suggested-action { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .info .button:insensitive, .info .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .info .button.suggested-action:insensitive, .info .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .info .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .info .button:active:insensitive, .info .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .info .button.flat, .info .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .info .flat.button.suggested-action, .info .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .info .flat.button.suggested-action { + border-color: rgba(133, 214, 255, 0); + color: #282c34; + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .info .button:hover:insensitive, .info .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .info .button:focus:hover, .info .button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .info .button:focus:hover:hover, .info .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button.flat:checked, .info .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .info .button:checked:active, .info .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .info .button.suggested-action:checked:active, .info .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .info .button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active, .info .button:checked:active:hover, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover, .info .button:checked:active:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:focus, .info .button:checked:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover:focus, .info .button:checked:checked, .info .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .info .button.suggested-action:checked:checked, .info .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .info .button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked, .info .button:checked:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover, .info .button:checked:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover:focus, .info .button:active:active, .info .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .info .button.suggested-action:active:active, .info .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .info .button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active, .info .button:active:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover, .info .button:active:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:focus, .info .button:active:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover:focus, .info .button:active:checked, .info .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .info .button.suggested-action:active:checked, .info .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .info .button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked, .info .button:active:checked:hover, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover, .info .button:active:checked:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:focus, .info .button:active:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover:focus, .info .button.flat:checked:active, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active, .info .button.flat:checked:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover, .info .button.flat:checked:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover:focus, .info .button.flat:checked:checked, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked, .info .button.flat:checked:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .button.flat:active:active, .info .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .info .flat.button.suggested-action:active:active, .info .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .info .flat.button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active, .info .button.flat:active:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover, .info .button.flat:active:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:focus, .info .button.flat:active:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover:focus, .info .button.flat:active:checked, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked, .info .button.flat:active:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover, .info .button.flat:active:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:focus, .info .button.flat:active:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .info .button:active:checked:insensitive, .info .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover { + color: #282c34; } + .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive { + color: mix(#85d6ff,#282c34,0.6); } + .info .button:active:insensitive, .info .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + .info .button.separator:insensitive, .info .button .separator:insensitive { + color: rgba(133, 214, 255, 0.85); } + +.warning { + background-color: #fbffcb; + background-image: none; + border: 1px solid #f4ff6f; + color: #282c34; } + .warning .button, .warning .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .warning .button.suggested-action, .warning .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .warning .button.suggested-action { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .warning .button:insensitive, .warning .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .warning .button.suggested-action:insensitive, .warning .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .warning .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .warning .button:active:insensitive, .warning .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .warning .button.flat, .warning .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .warning .flat.button.suggested-action, .warning .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .warning .flat.button.suggested-action { + border-color: rgba(251, 255, 203, 0); + color: #282c34; + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .warning .button:focus:hover, .warning .button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button.flat:checked, .warning .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .warning .button:checked:active, .warning .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .warning .button.suggested-action:checked:active, .warning .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .warning .button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active, .warning .button:checked:active:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover, .warning .button:checked:active:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover:focus, .warning .button:checked:checked, .warning .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .warning .button.suggested-action:checked:checked, .warning .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .warning .button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked, .warning .button:checked:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover:focus, .warning .button:active:active, .warning .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .warning .button.suggested-action:active:active, .warning .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .warning .button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active, .warning .button:active:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover, .warning .button:active:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:focus, .warning .button:active:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover:focus, .warning .button:active:checked, .warning .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .warning .button.suggested-action:active:checked, .warning .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .warning .button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked, .warning .button:active:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover, .warning .button:active:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active, .warning .button.flat:checked:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked, .warning .button.flat:checked:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active, .warning .button.flat:active:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover, .warning .button.flat:active:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .button.flat:active:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked, .warning .button.flat:active:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:focus, .warning .button.flat:active:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .warning .button:active:checked:insensitive, .warning .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover { + color: #282c34; } + .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive { + color: mix(#fbffcb,#282c34,0.6); } + .warning .button:active:insensitive, .warning .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + .warning .button.separator:insensitive, .warning .button .separator:insensitive { + color: rgba(251, 255, 203, 0.85); } + +.question { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + color: #282c34; } + .question .button, .question .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .question .button.suggested-action, .question .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .question .button.suggested-action { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .question .button:insensitive, .question .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .question .button.suggested-action:insensitive, .question .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .question .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .question .button:active:insensitive, .question .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .question .button.flat, .question .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .question .flat.button.suggested-action, .question .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .question .flat.button.suggested-action { + border-color: rgba(133, 214, 255, 0); + color: #282c34; + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .question .button:hover:insensitive, .question .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .question .button:focus:hover, .question .button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .question .button:focus:hover:hover, .question .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button.flat:checked, .question .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .question .button:checked:active, .question .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .question .button.suggested-action:checked:active, .question .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .question .button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active, .question .button:checked:active:hover, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover, .question .button:checked:active:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:focus, .question .button:checked:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover:focus, .question .button:checked:checked, .question .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .question .button.suggested-action:checked:checked, .question .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .question .button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked, .question .button:checked:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover, .question .button:checked:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover:focus, .question .button:active:active, .question .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .question .button.suggested-action:active:active, .question .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .question .button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active, .question .button:active:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover, .question .button:active:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:focus, .question .button:active:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover:focus, .question .button:active:checked, .question .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .question .button.suggested-action:active:checked, .question .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .question .button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked, .question .button:active:checked:hover, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover, .question .button:active:checked:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:focus, .question .button:active:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover:focus, .question .button.flat:checked:active, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active, .question .button.flat:checked:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover, .question .button.flat:checked:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover:focus, .question .button.flat:checked:checked, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked, .question .button.flat:checked:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .button.flat:active:active, .question .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .question .flat.button.suggested-action:active:active, .question .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .question .flat.button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active, .question .button.flat:active:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover, .question .button.flat:active:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:focus, .question .button.flat:active:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover:focus, .question .button.flat:active:checked, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked, .question .button.flat:active:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover, .question .button.flat:active:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:focus, .question .button.flat:active:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .question .button:active:checked:insensitive, .question .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover { + color: #282c34; } + .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive { + color: mix(#85d6ff,#282c34,0.6); } + .question .button:active:insensitive, .question .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + .question .button.separator:insensitive, .question .button .separator:insensitive { + color: rgba(133, 214, 255, 0.85); } + +.error { + background-color: #fc4a6d; + background-image: none; + border: 1px solid #fb0a39; + color: #282c34; } + .error .button, .error .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .error .button.suggested-action, .error .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .error .button.suggested-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .error .button:insensitive, .error .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .error .button.suggested-action:insensitive, .error .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .error .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .error .button:active:insensitive, .error .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .error .button.flat, .error .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .error .flat.button.suggested-action, .error .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .error .flat.button.suggested-action { + border-color: rgba(252, 74, 109, 0); + color: #282c34; + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .error .button:hover:insensitive, .error .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .error .button:focus:hover, .error .button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .error .button:focus:hover:hover, .error .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button.flat:checked, .error .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .error .button:checked:active, .error .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .error .button.suggested-action:checked:active, .error .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .error .button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active, .error .button:checked:active:hover, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover, .error .button:checked:active:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:focus, .error .button:checked:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover:focus, .error .button:checked:checked, .error .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .error .button.suggested-action:checked:checked, .error .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .error .button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked, .error .button:checked:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover, .error .button:checked:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover:focus, .error .button:active:active, .error .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .error .button.suggested-action:active:active, .error .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .error .button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active, .error .button:active:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover, .error .button:active:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:focus, .error .button:active:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover:focus, .error .button:active:checked, .error .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .error .button.suggested-action:active:checked, .error .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .error .button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked, .error .button:active:checked:hover, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover, .error .button:active:checked:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:focus, .error .button:active:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover:focus, .error .button.flat:checked:active, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active, .error .button.flat:checked:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover, .error .button.flat:checked:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover:focus, .error .button.flat:checked:checked, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked, .error .button.flat:checked:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .button.flat:active:active, .error .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .error .flat.button.suggested-action:active:active, .error .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .error .flat.button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active, .error .button.flat:active:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover, .error .button.flat:active:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:focus, .error .button.flat:active:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover:focus, .error .button.flat:active:checked, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked, .error .button.flat:active:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover, .error .button.flat:active:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:focus, .error .button.flat:active:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .error .button:active:checked:insensitive, .error .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover { + color: #282c34; } + .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive { + color: mix(#fc4a6d,#282c34,0.6); } + .error .button:active:insensitive, .error .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .error .button.separator:insensitive, .error .button .separator:insensitive { + color: rgba(252, 74, 109, 0.85); } + +/********* + ! Entry * +**********/ +.entry.linked, .linked .entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .entry.linked:first-child, .linked .entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .entry.linked:last-child, .linked .entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .entry.linked:only-child, .linked .entry:only-child { + border-width: 1px; + border-radius: 3px; } + +GtkPopover .entry, .menuitem .entry, .entry { + padding: 2px 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 150ms ease; + box-shadow: inset 1px 1px rgba(50, 50, 46, 0.06), inset -1px 0 rgba(50, 50, 46, 0.06); } + .entry:focus, .entry:hover, .entry:active { + transition: none; } + .entry:selected { + background-color: #58d782; + color: #f1f1f0; } + .entry:insensitive { + box-shadow: none; } + .progressbar.entry { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + .image.left.entry { + padding-right: 3px; } + +/********* + ! Menubar +**********/ +.menubar { + -GtkWidget-window-dragging: true; + border: 0; + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + .menubar.menuitem, .menubar .menuitem { + padding: 5px 7px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + .menubar.menuitem:hover, .menubar .menuitem:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + .menubar.menuitem *:hover, .menubar .menuitem *:hover { + color: white; } + +/****** + ! Menu +*******/ +* { + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; } + +GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu { + background-color: #282a36; + margin: 3px; } + +#toolbar-popup, .menu { + padding: 0; + border-radius: 0; + border: 1px solid mix(#282a36,#f6f6f6,0.21); + background-color: #282a36; + color: #f6f6f6; } + #toolbar-popup:selected, .menu:selected { + background-color: #58d782; } + #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menu .button.suggested-action, .menu .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menu .button.suggested-action, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive { + border-width: 0; + background-color: transparent; + background-image: none; } + +.context-menu { + font: initial; } + +GtkTreeMenu .menuitem { + padding: 0; + border-width: 0; } + +.menuitem, .menu .menuitem { + margin: 3px; + padding: 5px 7px; + border: 0; + border-radius: 0; + background-color: transparent; + background-image: none; + -GtkMenuItem-arrow-scaling: .5; } + .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover { + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover { + color: #f1f1f0; } + .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive { + color: mix(#f6f6f6,#282a36,0.5); } + +.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive { + background-image: none; } + +.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive { + border-style: none; + background-color: transparent; } + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; + border-style: none; + color: #242631; } + +.menuitem.button, .selection-mode.header-bar .menuitem.button.suggested-action, .selection-mode.toolbar .menuitem.button.suggested-action, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive { + background-color: transparent; + background-image: none; + border: 0; + box-shadow: none; + color: currentColor; } + +.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.menuitem GtkCalendar:inconsistent { + color: mix(#f6f6f6,#282a36,0.5); } + +.menuitem GtkCalendar .button, .menuitem GtkCalendar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menuitem GtkCalendar .button.suggested-action, .menuitem GtkCalendar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menuitem GtkCalendar .button.suggested-action { + border-style: none; + background-color: transparent; + background-image: none; } + +.menuitem .accelerator { + color: rgba(246, 246, 246, 0.6); } + .menuitem .accelerator:hover { + color: rgba(241, 241, 240, 0.8); } + .menuitem .accelerator:insensitive { + color: alpha(mix(#f6f6f6,#282a36,0.5),0.4); } + +.menuitem .entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #f6f6f6; } + .menuitem .entry:focus, .menuitem .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus { + border-color: #1c1d26; } + .menuitem .entry:insensitive { + border-color: #22242e; } + .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive { + border-color: #20222b; } + .menuitem .entry:focus, .menuitem .entry:active { + border-color: #58d782; } + .menuitem .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#f6f6f6,0.5); } + +GtkModelMenuItem GtkBox GtkImage { + padding-right: 3px; } + +/********* + ! Popover +**********/ +GtkPopover { + border-color: #20222b; + margin: 10px; + padding: 3px; + border-radius: 3px; + border-width: 1px; + border-style: solid; + background-clip: border-box; + background-color: #282a36; + background-image: none; + color: #f6f6f6; + box-shadow: 0 3px 6px rgba(100, 100, 93, 0.16); } + GtkPopover:focus, GtkPopover:hover { + border-color: mix(#58d782,#282a36,0.3); } + GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus { + border-color: #1c1d26; } + GtkPopover:insensitive { + border-color: #22242e; } + GtkPopover:active:insensitive, GtkPopover:checked:insensitive { + border-color: #20222b; } + GtkPopover.background { + background-image: none; + background-color: #282a36; + color: #f6f6f6; } + GtkPopover:backdrop { + box-shadow: none; } + GtkPopover.osd { + box-shadow: 0 2px 7px 3px rgba(100, 100, 93, 0.5); } + GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action { + border-radius: 0; + border-width: 0; + background-color: transparent; + background-image: none; } + GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list { + background-color: #343746; + background-image: none; + color: #f6f6f6; } + GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action { + background-color: transparent; + background-image: none; + color: #f6f6f6; } + GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + GtkPopover .frame { + border-color: #20222b; + border-radius: 3px; } + GtkPopover .entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #d3dae3; } + GtkPopover .entry:focus, GtkPopover .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus { + border-color: #1c1d26; } + GtkPopover .entry:insensitive { + border-color: #22242e; } + GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive { + border-color: #20222b; } + GtkPopover .entry:focus, GtkPopover .entry:active { + border-color: #58d782; } + GtkPopover .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.32); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.32),0.3); } + GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.32); } + GtkPopover .button:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive { + border-color: rgba(171, 184, 201, 0.32); } + GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive { + border-color: rgba(157, 173, 193, 0.32); } + GtkPopover .button.flat, GtkPopover .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar GtkPopover .flat.button.suggested-action, GtkPopover .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar GtkPopover .flat.button.suggested-action { + border-color: rgba(45, 51, 61, 0); + color: #d3dae3; + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.4); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.4),0.3); } + GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.4); } + GtkPopover .button:hover:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .button.flat:hover:insensitive { + border-color: rgba(171, 184, 201, 0.4); } + GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive { + border-color: rgba(157, 173, 193, 0.4); } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.32); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.4),0.3); } + GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.4); } + GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive { + border-color: rgba(171, 184, 201, 0.4); } + GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive { + border-color: rgba(157, 173, 193, 0.4); } + GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.32),0.3); } + GtkPopover .button:checked:active, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active, GtkPopover .button:active:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.32); } + GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive { + border-color: rgba(171, 184, 201, 0.32); } + GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:active:checked:insensitive { + border-color: rgba(157, 173, 193, 0.32); } + GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover { + color: #d3dae3; } + GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive { + color: mix(#2d333d,#d3dae3,0.6); } + GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + GtkPopover .button.separator:insensitive, GtkPopover .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .button .separator:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action .separator:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action .separator:insensitive { + color: rgba(45, 51, 61, 0.85); } + GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar { + background-color: transparent; } + GtkPopover .separator { + border: 0; + background-color: transparent; + color: #242631; + font-size: 80%; + font-weight: bold; } + +GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggested-action, .selection-mode.toolbar GtkModelButton.button.suggested-action, GtkModelButton.button:backdrop { + background-color: transparent; + background-image: none; + border-color: shade(alpha(currentColor,0.32),0.8); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover { + border-color: mix(#58d782,alpha(currentColor,0.32),0.3); } + GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus { + border-color: shade(alpha(currentColor,0.32),0.7); } + GtkModelButton.button:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive, GtkModelButton.button:backdrop:insensitive { + border-color: shade(alpha(currentColor,0.32),0.85); } + GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { + border-color: shade(alpha(currentColor,0.32),0.8); } + GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button:backdrop.flat { + border-color: rgba(0, 0, 0, 0); + color: currentColor; + background-color: rgba(0, 0, 0, 0); + background-image: none; + box-shadow: none; } + GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: shade(alpha(currentColor,0.4),0.8); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover { + border-color: mix(#58d782,alpha(currentColor,0.4),0.3); } + GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus { + border-color: shade(alpha(currentColor,0.4),0.7); } + GtkModelButton.button:hover:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive { + border-color: shade(alpha(currentColor,0.4),0.85); } + GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive { + border-color: shade(alpha(currentColor,0.4),0.8); } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: alpha(currentColor,0.32); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: shade(alpha(currentColor,0.4),0.8); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:hover { + border-color: mix(#58d782,alpha(currentColor,0.4),0.3); } + GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus { + border-color: shade(alpha(currentColor,0.4),0.7); } + GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive { + border-color: shade(alpha(currentColor,0.4),0.85); } + GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive { + border-color: shade(alpha(currentColor,0.4),0.8); } + GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active { + background-color: #58d782; + background-image: none; + border-color: shade(alpha(currentColor,0.32),0.8); + color: #f1f1f0; + box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); } + GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { + border-color: mix(#58d782,alpha(currentColor,0.32),0.3); } + GtkModelButton.button:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active, GtkModelButton.button:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover, GtkModelButton.button:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked, GtkModelButton.button:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active, GtkModelButton.button:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover, GtkModelButton.button:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover:focus, GtkModelButton.button:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked, GtkModelButton.button:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover, GtkModelButton.button:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active, GtkModelButton.button.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked, GtkModelButton.button.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active, GtkModelButton.button.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover, GtkModelButton.button.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, GtkModelButton.button.flat:active:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked, GtkModelButton.button.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus { + border-color: shade(alpha(currentColor,0.32),0.7); } + GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive { + border-color: shade(alpha(currentColor,0.32),0.85); } + GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive { + border-color: shade(alpha(currentColor,0.32),0.8); } + GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover { + color: currentColor; } + GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive { + background-color: alpha(mix(transparent,currentColor,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(transparent,currentColor,0.6); + box-shadow: none; } + GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive { + color: mix(transparent,currentColor,0.6); } + GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator { + border: 1px solid currentColor; + color: rgba(0, 0, 0, 0); } + GtkModelButton.button.separator:insensitive, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action:insensitive, GtkModelButton.button .separator:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive { + color: rgba(0, 0, 0, 0); } + GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; + box-shadow: none; } + GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button:backdrop.flat:checked { + box-shadow: none; } + GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover { + transition: none; } + +/*************** +! Dimmed label * +****************/ +.dim-label, GtkLabel.separator { + opacity: .5; + text-shadow: none; } + +/*********** + ! Tooltip * +************/ +.tooltip.background { + background-color: #282a36; + background-image: none; + border: 0; + border-radius: 3px; + color: #f1f1f0; } + +.tooltip * { + background-color: transparent; + color: inherit; } + +/*********** + ! Dialogs * +************/ +GtkMessageDialog, .message-dialog, .prompt { + -GtkDialog-content-area-border: 3px; + -GtkDialog-action-area-border: 3px; + -GtkDialog-button-spacing: 3px; + margin: 0; + padding: 0; } + +/********************* + ! App notifications * +**********************/ +.app-notification, .app-notification.frame { + border-style: solid; + border-color: rgba(32, 34, 43, 0.8); + border-width: 0 1px 1px; + border-radius: 0 0 3px 3px; + padding: 6px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + .app-notification .button, .app-notification .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .app-notification .button.suggested-action, .app-notification .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .app-notification .button.suggested-action, .app-notification.frame .button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .app-notification .button:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:insensitive, .app-notification.frame .button:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .app-notification .button.flat, .app-notification .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .app-notification .flat.button.suggested-action, .app-notification .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .app-notification .flat.button.suggested-action, .app-notification.frame .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f6f6f6; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .app-notification .button:checked:active, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active, .app-notification .button:checked:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active, .app-notification .button:active:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked, .app-notification .button:active:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active, .app-notification .button.flat:active:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .app-notification .button:checked:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover { + color: #f6f6f6; } + .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive { + color: rgba(40, 42, 54, 0.65); } + +/************* + ! Expanders * +**************/ +GtkExpander { + padding: 3px; + outline-offset: 1px; } + +.expander { + color: alpha(currentColor,0.7); + border: alpha(currentColor,0.7); } + .expander:hover { + color: alpha(currentColor,0.8); + border-color: alpha(currentColor,0.8); } + .expander:active { + color: alpha(currentColor,0.9); + border-color: alpha(currentColor,0.9); } + +/******************* + ! Symbolic images * +********************/ +.image { + color: alpha(currentColor,0.5); } + .image:hover { + color: alpha(currentColor,0.9); } + .image:selected, .image:selected:hover { + color: #f1f1f0; } + +/**************** + ! Floating bar * +*****************/ +.floating-bar { + background-color: #282a36; + background-image: none; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + .floating-bar.top { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .floating-bar.right { + border-right-width: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .floating-bar.bottom { + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .floating-bar.left { + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .floating-bar .button, .floating-bar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .floating-bar .button.suggested-action, .floating-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .floating-bar .button.suggested-action { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + border: 0; + background-color: transparent; + background-image: none; } + +/************************* + ! Touch text selections * +**************************/ +GtkBubbleWindow { + border-radius: 3px; + background-clip: border-box; } + GtkBubbleWindow.osd.background { + background-color: rgba(40, 42, 54, 0.8); } + GtkBubbleWindow .toolbar { + background-color: transparent; } + +/*************** + ! Font-viewer * +****************/ +SushiFontWidget { + padding: 3px 6px; } + +/************* + ! Gucharmap * +**************/ +GucharmapChartable { + background-color: #282a36; + color: #d3dae3; } + +/************* + ! Evolution * +**************/ +EPreviewPane .entry { + background-color: #282a36; + color: #d3dae3; } + +/******************* + ! Gnome Bluetooth * +********************/ +GtkEntry.entry.pin-entry { + font: regular 50; + padding-left: 25px; + padding-right: 25px; } + +GtkLabel.pin-label { + font: regular 50; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********** + ! Notebook +***********/ +.notebook { + padding: 0; + border-style: solid; + border-color: #20222b; + border-radius: 0; + background-color: #282a36; + background-image: none; + background-clip: border-box; + color: #d3dae3; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; } + .notebook.frame.top { + border-width: 0 1px 1px; } + .notebook.frame.right { + border-width: 1px 0 1px 1px; } + .notebook.frame.bottom { + border-width: 1px 1px 0; } + .notebook.frame.left { + border-width: 1px 1px 1px 0; } + .notebook.header { + border-width: 2px; + background-color: transparent; } + .notebook GtkViewport { + border-width: 0; + background-color: #282a36; + color: #d3dae3; } + .notebook tab { + padding: 4px 6px; + border-style: solid; + border-color: #1a1b23; + background-color: #20222b; + background-image: none; + /* close button styling */ } + .notebook tab:active { + background-color: #282a36; + background-image: none; } + .notebook tab.top { + border-width: 2px 1px 1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .notebook tab.top:active { + border-top-width: 3px; + border-top-color: #58d782; + border-bottom-width: 0; } + .notebook tab.right { + border-width: 1px 2px 1px 1px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .notebook tab.right:active { + border-right-width: 3px; + border-right-color: #58d782; + border-left-width: 0; } + .notebook tab.bottom { + border-width: 1px 1px 2px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .notebook tab.bottom:active { + border-bottom-width: 3px; + border-bottom-color: #58d782; + border-top-width: 0; } + .notebook tab.left { + border-width: 1px 1px 1px 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .notebook tab.left:active { + border-left-width: 3px; + border-left-color: #58d782; + border-right-width: 0; } + .notebook tab GtkLabel { + color: mix(#d3dae3,#282a36,0.3); } + .notebook tab.reorderable-page:hover { + background-color: #22242e; + border-left: 0; + border-right: 0; + /* using box shadows instead of borders due to slanted edges */ + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1c1d26, inset -1px 0 #1c1d26; } + .notebook tab.reorderable-page:active { + background-color: #242631; + border-left: 0; + border-right: 0; + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1e2029, inset -1px 0 #1e2029; } + .notebook .prelight-page, .notebook .prelight-page GtkLabel { + color: mix(#d3dae3,#282a36,0.15); } + .notebook .active-page, .notebook .active-page GtkLabel { + color: #d3dae3; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/******* + ! OSD * +********/ +GtkOverlay.osd { + background-color: transparent; } + +.osd, +#XfceNotifyWindow { + /* used by gnome-settings-daemon's media-keys OSD */ + /* used by Documents */ } + .osd.background, + #XfceNotifyWindow.background { + background-color: rgba(40, 42, 54, 0.6); + color: #f6f6f6; } + .osd.frame, + #XfceNotifyWindow.frame { + background-clip: border-box; + background-origin: border-box; } + .osd.button, .selection-mode.header-bar .osd.button.suggested-action, .selection-mode.toolbar .osd.button.suggested-action, .osd .button, .osd .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .osd .button.suggested-action, .osd .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .osd .button.suggested-action, + #XfceNotifyWindow.button, + #XfceNotifyWindow .button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover:focus, .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover:focus, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover:focus, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover:focus, + #XfceNotifyWindow.button:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover:focus, + #XfceNotifyWindow.button:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover:focus, + #XfceNotifyWindow .button:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover:focus, + #XfceNotifyWindow .button:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .osd.button:insensitive, .selection-mode.header-bar .osd.button.suggested-action:insensitive, .selection-mode.toolbar .osd.button.suggested-action:insensitive, .osd .button:insensitive, .osd .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .osd .button.suggested-action:insensitive, .osd .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .osd .button.suggested-action:insensitive, + #XfceNotifyWindow.button:insensitive, + #XfceNotifyWindow .button:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .osd.button.flat, .selection-mode.header-bar .osd.flat.button.suggested-action, .selection-mode.toolbar .osd.flat.button.suggested-action, .osd .button.flat, .osd .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .osd .flat.button.suggested-action, .osd .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .osd .flat.button.suggested-action, + #XfceNotifyWindow.button.flat, + #XfceNotifyWindow .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f6f6f6; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd.button.flat:hover, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .button.flat:hover, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow.button.flat:hover, + #XfceNotifyWindow .button:hover, + #XfceNotifyWindow .button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, + #XfceNotifyWindow.button:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:focus, + #XfceNotifyWindow.button:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:hover, + #XfceNotifyWindow.button.flat:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:focus, + #XfceNotifyWindow.button.flat:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:hover, + #XfceNotifyWindow .button:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:focus, + #XfceNotifyWindow .button:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:hover, + #XfceNotifyWindow .button.flat:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:focus, + #XfceNotifyWindow .button.flat:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .osd.button:hover:active, .selection-mode.header-bar .osd.button.suggested-action:hover:active, .selection-mode.toolbar .osd.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active, .osd.button:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover, .osd.button:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:focus, .osd.button:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover:focus, .osd.button:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked, .osd.button:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover, .osd.button:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active, .osd.button.flat:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover, .osd.button.flat:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover:focus, .osd.button.flat:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked, .osd.button.flat:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover, .osd.button.flat:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover:focus, .osd .button:hover:active, .osd .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .osd .button.suggested-action:hover:active, .osd .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .osd .button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active, .osd .button:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover, .osd .button:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover:focus, .osd .button:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked, .osd .button:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active, .osd .button.flat:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked, .osd .button.flat:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow.button:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active, + #XfceNotifyWindow.button:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover, + #XfceNotifyWindow.button:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:focus, + #XfceNotifyWindow.button:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow.button:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked, + #XfceNotifyWindow.button:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow.button:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow.button:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow.button.flat:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active, + #XfceNotifyWindow.button.flat:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow.button.flat:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow.button.flat:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow.button.flat:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked, + #XfceNotifyWindow.button.flat:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow.button.flat:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow.button.flat:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .button:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active, + #XfceNotifyWindow .button:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover, + #XfceNotifyWindow .button:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:focus, + #XfceNotifyWindow .button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .button:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked, + #XfceNotifyWindow .button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .button.flat:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active, + #XfceNotifyWindow .button.flat:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow .button.flat:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow .button.flat:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .button.flat:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked, + #XfceNotifyWindow .button.flat:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .button.flat:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .button.flat:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive, + #XfceNotifyWindow.button:hover:insensitive, + #XfceNotifyWindow.button.flat:hover:insensitive, + #XfceNotifyWindow .button:hover:insensitive, + #XfceNotifyWindow .button.flat:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .osd.button:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow.button:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow.button:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow.button.flat:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow.button.flat:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .button.flat:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .button.flat:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button.flat:focus, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button.flat:focus, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow.button.flat:focus, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover, + #XfceNotifyWindow.button:focus:hover, + #XfceNotifyWindow.button.flat:focus:hover, + #XfceNotifyWindow .button:focus:hover, + #XfceNotifyWindow .button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow.button:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow.button:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow.button.flat:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .button.flat:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .osd.button:focus:hover:active, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active, .osd.button:focus:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow.button:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active, + #XfceNotifyWindow.button:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow.button:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow.button:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow.button:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow.button:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow.button:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow.button.flat:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow.button.flat:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow.button.flat:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow.button.flat:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .button:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active, + #XfceNotifyWindow .button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow .button.flat:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .button.flat:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .button.flat:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .button.flat:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive, + #XfceNotifyWindow.button:focus:hover:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:insensitive, + #XfceNotifyWindow .button:focus:hover:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .osd.button:focus:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow.button:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow.button:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button.flat:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked, .osd.button.flat:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button.flat:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked, .osd .button.flat:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active, + #XfceNotifyWindow.button:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked, + #XfceNotifyWindow.button:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active, + #XfceNotifyWindow.button.flat:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked, + #XfceNotifyWindow.button.flat:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active, + #XfceNotifyWindow .button:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .button:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .button.flat:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked, + #XfceNotifyWindow .button.flat:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active { + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button.flat:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + #XfceNotifyWindow.button.flat:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + #XfceNotifyWindow.button.flat:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + #XfceNotifyWindow.button.flat:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button.flat:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .button.flat:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .button.flat:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .button.flat:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .osd.button:checked:active, .selection-mode.header-bar .osd.button.suggested-action:checked:active, .selection-mode.toolbar .osd.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active, .osd.button:checked:active:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover, .osd.button:checked:active:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:focus, .osd.button:checked:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover:focus, .osd.button:checked:checked, .selection-mode.header-bar .osd.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked, .osd.button:checked:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover, .osd.button:checked:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover:focus, .osd.button:active:active, .selection-mode.header-bar .osd.button.suggested-action:active:active, .selection-mode.toolbar .osd.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active, .osd.button:active:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover, .osd.button:active:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:focus, .osd.button:active:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover:focus, .osd.button:active:checked, .selection-mode.header-bar .osd.button.suggested-action:active:checked, .selection-mode.toolbar .osd.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked, .osd.button:active:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover, .osd.button:active:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:focus, .osd.button:active:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover:focus, .osd.button.flat:checked:active, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active, .osd.button.flat:checked:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover, .osd.button.flat:checked:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover:focus, .osd.button.flat:checked:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked, .osd.button.flat:checked:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover, .osd.button.flat:checked:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover:focus, .osd.button.flat:active:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active, .osd.button.flat:active:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover, .osd.button.flat:active:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:focus, .osd.button.flat:active:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover:focus, .osd.button.flat:active:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked, .osd.button.flat:active:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover, .osd.button.flat:active:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover:focus, .osd .button:checked:active, .osd .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .osd .button.suggested-action:checked:active, .osd .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .osd .button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active, .osd .button:checked:active:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover, .osd .button:checked:active:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover:focus, .osd .button:checked:checked, .osd .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .osd .button.suggested-action:checked:checked, .osd .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .osd .button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked, .osd .button:checked:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover:focus, .osd .button:active:active, .osd .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .osd .button.suggested-action:active:active, .osd .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .osd .button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active, .osd .button:active:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover, .osd .button:active:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:focus, .osd .button:active:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover:focus, .osd .button:active:checked, .osd .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .osd .button.suggested-action:active:checked, .osd .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .osd .button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked, .osd .button:active:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover, .osd .button:active:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active, .osd .button.flat:checked:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked, .osd .button.flat:checked:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active, .osd .button.flat:active:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover, .osd .button.flat:active:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .button.flat:active:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked, .osd .button.flat:active:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:focus, .osd .button.flat:active:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow.button:checked:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active, + #XfceNotifyWindow.button:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover, + #XfceNotifyWindow.button:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:focus, + #XfceNotifyWindow.button:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow.button:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked, + #XfceNotifyWindow.button:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow.button:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow.button:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow.button:active:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active, + #XfceNotifyWindow.button:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover, + #XfceNotifyWindow.button:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:focus, + #XfceNotifyWindow.button:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow.button:active:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked, + #XfceNotifyWindow.button:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover, + #XfceNotifyWindow.button:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:focus, + #XfceNotifyWindow.button:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow.button.flat:checked:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active, + #XfceNotifyWindow.button.flat:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow.button.flat:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow.button.flat:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow.button.flat:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked, + #XfceNotifyWindow.button.flat:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow.button.flat:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow.button.flat:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow.button.flat:active:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active, + #XfceNotifyWindow.button.flat:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow.button.flat:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow.button.flat:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow.button.flat:active:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked, + #XfceNotifyWindow.button.flat:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow.button.flat:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow.button.flat:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .button:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active, + #XfceNotifyWindow .button:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover, + #XfceNotifyWindow .button:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:focus, + #XfceNotifyWindow .button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .button:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked, + #XfceNotifyWindow .button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .button:active:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active, + #XfceNotifyWindow .button:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover, + #XfceNotifyWindow .button:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:focus, + #XfceNotifyWindow .button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .button:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked, + #XfceNotifyWindow .button:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover, + #XfceNotifyWindow .button:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:focus, + #XfceNotifyWindow .button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .button.flat:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active, + #XfceNotifyWindow .button.flat:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow .button.flat:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow .button.flat:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .button.flat:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked, + #XfceNotifyWindow .button.flat:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .button.flat:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .button.flat:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .button.flat:active:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active, + #XfceNotifyWindow .button.flat:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow .button.flat:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow .button.flat:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .button.flat:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked, + #XfceNotifyWindow .button.flat:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow .button.flat:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow .button.flat:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .osd.button:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:insensitive, .osd.button:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:insensitive, .osd.button.flat:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:insensitive, .osd.button.flat:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:insensitive, .osd .button:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:insensitive, .osd .button:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:insensitive, .osd .button.flat:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:insensitive, + #XfceNotifyWindow.button.flat:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow.button.flat:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:insensitive, + #XfceNotifyWindow .button.flat:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow .button.flat:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .osd.button:checked:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:insensitive, .osd.button:active:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:insensitive, .osd .button.flat:active:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow.button:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow.button:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow.button:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow.button:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow.button.flat:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow.button.flat:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow.button.flat:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow.button.flat:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .button.flat:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .button.flat:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .button.flat:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .button.flat:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button.flat:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + #XfceNotifyWindow.button.flat:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + #XfceNotifyWindow.button.flat:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + #XfceNotifyWindow.button.flat:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button.flat:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .button.flat:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .button.flat:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .button.flat:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover, + #XfceNotifyWindow.button:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus, + #XfceNotifyWindow.button:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover, + #XfceNotifyWindow.button.flat:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus, + #XfceNotifyWindow.button.flat:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus, + #XfceNotifyWindow .button:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover, + #XfceNotifyWindow .button.flat:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus, + #XfceNotifyWindow .button.flat:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover { + color: #f6f6f6; } + .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive, + #XfceNotifyWindow.button:insensitive:insensitive, + #XfceNotifyWindow.button.flat:insensitive:insensitive, + #XfceNotifyWindow .button:insensitive:insensitive, + #XfceNotifyWindow .button.flat:insensitive:insensitive { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive, + #XfceNotifyWindow.button:insensitive:insensitive :insensitive, + #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive, + #XfceNotifyWindow .button:insensitive:insensitive :insensitive, + #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive, + #XfceNotifyWindow.button:active:insensitive:insensitive, + #XfceNotifyWindow.button:checked:insensitive:insensitive, + #XfceNotifyWindow .button:active:insensitive:insensitive, + #XfceNotifyWindow .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator, + #XfceNotifyWindow.button.separator, + #XfceNotifyWindow.button .separator, + #XfceNotifyWindow .button.separator, + #XfceNotifyWindow .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive, + #XfceNotifyWindow.button.separator:insensitive, + #XfceNotifyWindow.button .separator:insensitive, + #XfceNotifyWindow .button.separator:insensitive, + #XfceNotifyWindow .button .separator:insensitive { + color: rgba(40, 42, 54, 0.65); } + .osd.toolbar, + #XfceNotifyWindow.toolbar { + -GtkToolbar-button-relief: normal; + padding: 3px; + border: 1px solid rgba(32, 34, 43, 0.8); + border-radius: 3px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + .osd.toolbar .separator, + #XfceNotifyWindow.toolbar .separator { + color: rgba(36, 38, 49, 0.8); } + .osd.trough, + #XfceNotifyWindow.trough { + background-color: rgba(32, 34, 43, 0.8); } + .osd.progressbar, + #XfceNotifyWindow.progressbar { + background-color: #f6f6f6; } + .osd .scale.slider, + #XfceNotifyWindow .scale.slider { + background-color: rgba(43, 45, 58, 0.8); + background-image: none; + border-color: rgba(32, 34, 43, 0.8); } + .osd .scale.slider:focus, .osd .scale.slider:hover, + #XfceNotifyWindow .scale.slider:focus, + #XfceNotifyWindow .scale.slider:hover { + border-color: mix(#58d782,rgba(40, 42, 54, 0.8),0.3); } + .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus, + #XfceNotifyWindow .scale.slider:active, + #XfceNotifyWindow .scale.slider:active:hover, + #XfceNotifyWindow .scale.slider:active:focus, + #XfceNotifyWindow .scale.slider:active:hover:focus, + #XfceNotifyWindow .scale.slider:checked, + #XfceNotifyWindow .scale.slider:checked:hover, + #XfceNotifyWindow .scale.slider:checked:focus, + #XfceNotifyWindow .scale.slider:checked:hover:focus { + border-color: rgba(28, 29, 38, 0.8); } + .osd .scale.slider:insensitive, + #XfceNotifyWindow .scale.slider:insensitive { + border-color: rgba(34, 36, 46, 0.8); } + .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive, + #XfceNotifyWindow .scale.slider:active:insensitive, + #XfceNotifyWindow .scale.slider:checked:insensitive { + border-color: rgba(32, 34, 43, 0.8); } + .osd .scale.slider:insensitive, + #XfceNotifyWindow .scale.slider:insensitive { + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd .scale.trough, + #XfceNotifyWindow .scale.trough { + border-color: rgba(32, 34, 43, 0.8); + background-color: rgba(43, 45, 58, 0.8); + background-image: none; } + .osd .scale.trough.highlight, + #XfceNotifyWindow .scale.trough.highlight { + border-color: #58d782; + background-color: #58d782; + background-image: none; } + .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive, + #XfceNotifyWindow .scale.trough:insensitive, + #XfceNotifyWindow .scale.trough.highlight:insensitive { + border-color: rgba(34, 36, 46, 0.8); + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML, + #XfceNotifyWindow.view, + GtkHTML#XfceNotifyWindow, + #XfceNotifyWindow .view, + #XfceNotifyWindow GtkHTML { + background-color: rgba(40, 42, 54, 0.8); } + .osd .scrollbar .trough, + #XfceNotifyWindow .scrollbar .trough { + background-color: rgba(40, 42, 54, 0.8); } + .osd .scrollbar .slider, + #XfceNotifyWindow .scrollbar .slider { + border: 1px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 0; + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.21); } + .osd .scrollbar .slider:hover, + #XfceNotifyWindow .scrollbar .slider:hover { + border-color: mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.31); + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.31); } + .osd .scrollbar .slider:active, + #XfceNotifyWindow .scrollbar .slider:active { + border-color: #40d170; + background-color: #58d782; } + .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus, + #XfceNotifyWindow GtkIconView.cell:selected, + #XfceNotifyWindow GtkIconView.cell:selected:focus { + background-color: transparent; + border: 3px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 3px; + outline-color: transparent; } + .osd .page-thumbnail, + #XfceNotifyWindow .page-thumbnail { + border: 1px solid rgba(36, 38, 49, 0.8); + /* when there's no pixbuf yet */ + background-color: rgba(40, 42, 54, 0.8); } + +.osd GtkProgressBar, GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 2px; + -GtkProgressBar-min-horizontal-bar-height: 2px; + padding: 0; } + .osd GtkProgressBar.trough, GtkProgressBar.osd.trough { + padding: 0; + border-style: none; + border-radius: 0; + background-image: none; + background-color: transparent; } + .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar { + border-style: none; + border-radius: 0; + background-color: #58d782; + background-image: none; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } + +.undershoot.bottom { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } + +.undershoot.left { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } + +.undershoot.right { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +/***************** + ! Progress bars * +******************/ +GtkProgressBar { + padding: 0; + border-radius: 3px; + font-size: smaller; + color: rgba(241, 241, 240, 0.6); + -GtkProgressBar-min-horizontal-bar-height: 6; + -GtkProgressBar-min-vertical-bar-width: 6; } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + GtkProgressBar.trough { + border: 1px solid rgba(32, 34, 43, 0.5); + background-color: mix(#282a36,#282a36,0.08); + background-image: none; } + +.progressbar { + background-color: #58d782; + background-image: none; + border-radius: 0; + box-shadow: none; } + .progressbar.left { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + .progressbar.right { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + .progressbar.left.right { + box-shadow: none; } + .progressbar.vertical { + background-color: #58d782; + background-image: none; } + .progressbar.vertical.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + .progressbar.vertical.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border: 1px solid rgba(32, 34, 43, 0.5); + border-radius: 3px; } + +.level-bar.fill-block { + background-color: #58d782; + background-image: none; + border-color: transparent; + border-radius: 0; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin-right: 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin-bottom: 1px; } + .level-bar.fill-block.level-high { + background-color: #71f59c; + border-color: transparent; } + .level-bar.fill-block.level-low { + background-color: #fbffcb; + border-color: transparent; } + .level-bar.fill-block.empty-fill-block { + background-color: transparent; + border-color: transparent; + box-shadow: none; } + +.scale { + -GtkRange-slider-width: 16; + -GtkRange-trough-border: 1; + -GtkScale-slider-length: 16; + padding: 0; + border-width: 1px; + border-radius: 3px; + outline-offset: -1px; } + .scale.slider { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border-color: #20222b; + border-radius: 8px; + border-width: 1px; + border-style: solid; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.3); } + .scale.slider:focus, .scale.slider:hover { + border-color: mix(#58d782,#282a36,0.3); } + .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus { + border-color: #1c1d26; } + .scale.slider:insensitive { + border-color: #22242e; } + .scale.slider:active:insensitive, .scale.slider:checked:insensitive { + border-color: #20222b; } + .scale.slider:insensitive { + background-color: #242631; + background-image: none; } + .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover { + background-size: 50%; + background-repeat: no-repeat; + background-position: center; } + .scale.mark { + border-color: rgba(32, 34, 43, 0.5); } + .scale.trough { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + margin: 7px 0; + border: 1px solid rgba(32, 34, 43, 0.5); + border-radius: 3px; } + .scale.trough:insensitive { + background-color: #242631; + background-image: none; } + .scale.trough.vertical { + margin: 0 7px; } + .scale.highlight.left, .memuitem .scale.highlight.left { + background-color: #58d782; + background-image: none; + border-color: #58d782; } + .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover { + border-color: #2fc460; + background-color: #2fc460; } + .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive { + background-color: #242631; + background-image: none; + border-color: #22242e; } + .scale.highlight.bottom { + background-color: #58d782; + background-image: none; + border-color: #58d782; } + +/*********** + ! Scrollbar +************/ +* { + -GtkRange-slider-width: 8; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-border: 2; + -GtkRange-trough-under-steppers: 1; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 80; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; } + +.scrollbar { + border: 0; + padding: 0; } + .scrollbar.button, .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.toolbar .scrollbar.button.suggested-action, .scrollbar.button:active, .scrollbar.button:active:hover { + border-width: 0; + border-radius: 0; + background-color: transparent; + background-image: none; + color: rgba(241, 241, 240, 0.5); } + .scrollbar.slider, .scrollbar.slider.vertical { + border: 0; + border-radius: 3px; + background-color: mix(#282a36,#f1f1f0,0.21); } + .scrollbar.slider:hover, .scrollbar.slider.vertical:hover { + background-color: mix(#282a36,#f1f1f0,0.31); } + .scrollbar.slider:active, .scrollbar.slider.vertical:active { + background-color: #58d782; } + .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active { + border: 2px solid transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: .5; + -GtkRange-slider-width: 4px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #f1f1f0; + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: .7; } + +.scrollbars-junction, +.scrollbars-junction.frame, +.scrollbar.trough { + border: 0; + border-radius: 0; + background-color: #282a36; + background-image: none; } + +OsThumb, OsScrollbar { + color: #1c1d26; } + OsThumb:selected, OsScrollbar:selected { + background-color: #58d782; } + OsThumb:active, OsScrollbar:active { + background-color: #58d782; } + OsThumb:insensitive, OsScrollbar:insensitive { + background-color: #242631; } + +/********* + ! Sidebar +**********/ +.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus { + border-width: 1px; + border-style: solid; + border-color: #242631; + color: #242631; } + +.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus { + border: 0; + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.sidebar row:selected:hover, .sidebar .view row:selected:hover { + border: 0; + background-image: none; + background-color: #64da8b; + color: #f1f1f0; } + +.sidebar row:hover, .sidebar .view row:hover { + border: 0; + background-image: none; + background-color: #2a2c39; } + +.sidebar .frame { + border-width: 0; } + +.sidebar .sidebar-row { + padding: 1px; } + +.sidebar .sidebar-icon { + padding-left: 6px; + padding-right: 6px; } + +GtkAssistant .sidebar { + padding: 3px; + border-width: 0 1px 0 0; + border-style: solid; + border-right-color: #20222b; + border-radius: 0; + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + GtkAssistant .sidebar:dir(ltr) { + border-width: 0 1px 0 0; } + GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) { + border-width: 0 0 0 1px; } + GtkAssistant .sidebar .label { + padding: 3px 6px; } + GtkAssistant .sidebar .label.highlight { + background-color: mix(#282a36,#f1f1f0,0.8); } + GtkAssistant .sidebar.csd .sidebar { + border-top-style: none; } + GtkAssistant .sidebar .highlight { + font: bold; } + +/****** +! Paned +*******/ +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 3px; } + GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) { + margin-right: 0; + margin-left: 3px; } + GtkPaned .pane-separator { + background-color: #242631; } + GtkPaned.wide { + -GtkPaned-handle-size: 4; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #242631; + border-width: 1px; } + GtkPaned.wide.vertical .pane-separator { + border-style: solid none; } + +/******************* + ! Spinner animation +********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +.spinner { + background-image: none; + background-color: #58d782; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: .5; } + +/*********************** + ! Check and Radio items +************************/ +* { + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; } + +.radio { + background-image: none; + -gtk-icon-source: url("../assets/radio-unchecked.svg"); } + .radio:insensitive { + -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } + .radio:checked, .radio:active { + -gtk-icon-source: url("../assets/radio-checked.svg"); } + .radio:checked:insensitive, .radio:active:insensitive { + -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } + .radio:inconsistent { + -gtk-icon-source: url("../assets/radio-mixed.svg"); } + .radio:inconsistent:insensitive { + -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } + .radio.menuitem { + -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } + .radio.menuitem:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + .radio.menuitem:checked, .radio.menuitem:active { + -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } + .radio.menuitem:checked:hover, .radio.menuitem:active:hover { + -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } + .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + .radio.menuitem:inconsistent { + -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } + .radio.menuitem:inconsistent:hover { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } + .radio.menuitem:inconsistent:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } + +.check, GtkIconView.content-view.check { + background-image: none; + -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); } + .check:insensitive, GtkIconView.content-view.check:insensitive { + -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } + .check:checked, GtkIconView.content-view.check:checked, .check:active, GtkIconView.content-view.check:active { + -gtk-icon-source: url("../assets/checkbox-checked.svg"); } + .check:checked:insensitive, .check:active:insensitive { + -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } + .check:inconsistent, GtkIconView.content-view.check:inconsistent { + -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } + .check:inconsistent:insensitive { + -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } + .check.menuitem, GtkIconView.menuitem.content-view.check { + -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } + .check.menuitem:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + .check.menuitem:checked, .check.menuitem:active { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } + .check.menuitem:checked:hover, .check.menuitem:active:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } + .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + .check.menuitem:inconsistent { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } + .check.menuitem:inconsistent:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } + .check.menuitem:inconsistent:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } + +.view.content-view.check:not(list), GtkHTML.content-view.check:not(list), GtkIconView.content-view.check:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list), GtkIconView.content-view.check:hover:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list), GtkIconView.content-view.check:active:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list), GtkIconView.content-view.check:backdrop:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list), GtkIconView.content-view.check:checked:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list), GtkIconView.content-view.check:checked:hover:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list), GtkIconView.content-view.check:checked:active:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list), GtkIconView.content-view.check:backdrop:checked:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +/******** + ! Switch +*********/ +GtkSwitch { + padding: 0; + border-radius: 3px; + font: bold condensed; + outline-offset: -4px; } + GtkSwitch.slider { + background-color: #303241; + background-image: none; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + GtkSwitch.slider:insensitive { + border-color: rgba(0, 0, 0, 0.1); + background-color: #242631; + box-shadow: none; } + GtkSwitch.trough { + background-color: #262833; + background-image: none; + border: 1px solid #20222b; + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + GtkSwitch.trough:active { + background-color: #58d782; + background-image: none; + border-color: #40d170; + color: #f1f1f0; } + GtkSwitch.trough:insensitive { + background-color: #242631; + background-image: none; + border-color: #22242e; + color: mix(#f1f1f0,#282a36,0.5); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +/*************** + ! Generic views +****************/ +* { + -GtkTextView-error-underline-color: #fc4a6d; } + +.view, GtkHTML { + color: #d3dae3; + background-color: #282a36; } + .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive { + background-color: #242631; + color: mix(#d3dae3,#282a36,0.5); } + +.cell { + border-width: 0; + border-radius: 0; } + .cell:selected, .cell:selected:focus { + background-color: #58d782; + color: #f1f1f0; } + +row:selected, row:selected:hover, row:selected:focus { + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + +.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check { + background-color: #282a36; } + .content-view.view:hover, GtkHTML.content-view:hover { + background-color: rgba(88, 215, 130, 0.6); } + .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active { + background-color: #58d782; } + .content-view.view:insensitive, GtkHTML.content-view:insensitive { + background-color: #242631; } + .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected { + background-color: transparent; } + +.content-view .subtitle, GtkIconView.content-view.check .subtitle { + font: smaller; + padding: 0 12px; } + +GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { + border: 0; + border-radius: 2px; + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.dim-label, GtkLabel.separator, .dim-label.view { + color: alpha(currentColor,0.5); } + +.dnd { + border: 1px solid #58d782; } + +.grip { + background-color: transparent; } + +.arrow { + color: alpha(currentColor,0.7); } + +.rubberband, .rubberband.view, .rubberband.content-view.view, GtkHTML.content-view { + border: 1px solid #58d782; + border-radius: 0; + background-color: rgba(88, 215, 130, 0.3); } + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; } + +/* this will get overridden by .view, needed by gedit line numbers */ +GtkTextView { + background-color: mix(#282a36,#282a36,0.5); } + +GtkHTML:insensitive { + background-color: #242631; } + +GtkDrawingArea { + background-color: transparent; } + +/************ + ! Treeview * +*************/ +GtkTreeView { + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + outline-offset: -1px; + border-top-color: #242631; } + GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus { + border-top-color: #58d782; } + GtkTreeView.dnd { + border: 1px solid #58d782; } + GtkTreeView .entry { + border-radius: 0; + background-color: #282a36; + background-image: none; } + GtkTreeView .progressbar { + background-color: #58d782; + background-image: none; + border: 1px solid #2fc460; } + GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected { + background-color: #58d782; + background-image: none; + border: 1px solid mix(#58d782,#58d782,0.3); + color: #f1f1f0; } + GtkTreeView .progressbar:insensitive:insensitive { + background-color: #282a36; + background-image: none; + border-color: #22242e; } + GtkTreeView .trough { + background-color: mix(#282a36,#282a36,0.5); + border: 1px solid #20222b; } + GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected { + background-color: #282a36; + border: 1px solid mix(#58d782,#282a36,0.3); + color: #d3dae3; } + GtkTreeView .trough:insensitive:insensitive { + background-color: #282a36; } + +/*********** + ! Separator +************/ +.view.separator, .separator { + color: #242631; + border: 1px solid currentColor; } + +/********************* + ! Column view headers +**********************/ +column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active { + border-width: 0 1px 1px 0; + border-radius: 0; } + +column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus { + border-color: #242631; + border-bottom-color: #20222b; } + +column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus { + border-color: #242631; + border-bottom-color: #20222b; } + +column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action { + border-width: 0 0 1px; } + +/********** + ! Frames * +***********/ +.frame { + border: 1px solid #20222b; } + .frame.flat { + border: 0; } + +.content-view, GtkIconView.content-view.check { + background-color: mix(#282a36,#282a36,0.28); + color: mix(#d3dae3,#f1f1f0,0.18); + border: 1px solid shade(mix(#282a36,#282a36,0.78),0.8); } + +/************** + ! Window frame +***************/ +.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame { + box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #5af78e; } + .window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #282a36; } + +.window-frame { + border: 0; + border-radius: 3px 3px 0 0; + background-color: mix(#1c1d26,#f6f6f6,0.21); + /* this is used for the resize cursor area */ + margin: 9px; } + .window-frame.tiled { + border-radius: 0; } + .window-frame.solid-csd { + border-radius: 0; + margin: 0; + background-color: mix(#1c1d26,#f6f6f6,0.21); + box-shadow: none; } + .window-frame.csd.popup { + border-radius: 0; } + .window-frame.csd.tooltip { + border-radius: 3px; + box-shadow: none; } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.ssd { + box-shadow: 0 0 0 1px #5af78e; } + .window-frame.ssd.maximized { + border-radius: 0; } + +/*********************** + ! Unity Greeter * + ***********************/ +.lightdm.menu { + background-image: none; + background-color: rgba(100, 100, 93, 0.6); + border-color: rgba(41, 43, 56, 0.2); + border-radius: 4px; + padding: 1px; + color: #292b38; } + +.lightdm-combo .menu { + background-color: #2b2d3a; + border-radius: 0; + padding: 0; + color: #292b38; } + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: #292b38; } + +.lightdm.menubar *, +.lightdm.menubar .menuitem { + padding: 2px; } + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .selection-mode.header-bar .button.suggested-action, +.selection-mode.header-bar .lightdm-combo .button.suggested-action, +.lightdm-combo .selection-mode.toolbar .button.suggested-action, +.selection-mode.toolbar .lightdm-combo .button.suggested-action, +.lightdm-combo .entry, +.lightdm.button, +.selection-mode.header-bar .lightdm.button.suggested-action, +.selection-mode.toolbar .lightdm.button.suggested-action { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.9); + border-radius: 5px; + padding: 5px; + color: #292b38; } + +.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover { + background-image: none; + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 5px; + padding: 5px; + color: #292b38; + text-shadow: none; } + +.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active, +.lightdm.button:active:focus, +.lightdm.button:focus, +.selection-mode.header-bar .lightdm.button.suggested-action:focus, +.selection-mode.toolbar .lightdm.button.suggested-action:focus, +.lightdm.entry { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 5px; + padding: 6px; + color: #292b38; + text-shadow: none; } + +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focus { + background-image: none; + border-image: none; } + +.lightdm.entry:focus { + border-color: rgba(41, 43, 56, 0.6); + border-width: 1px; + border-style: solid; + color: #292b38; } + +.lightdm.entry:selected { + background-color: rgba(41, 43, 56, 0.2); } + +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.option-button { + background: none; + border-width: 0; } + +.lightdm.option-button:insensitive:insensitive { + background: none; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + +.lightdm.toggle-button.selected:hover { + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + +.lightdm.toggle-button.selected { + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + +/********* + ! Gedit * +**********/ +GeditWindow .pane-separator { + border-width: 0 1px 0 0; + border-style: solid; } + GeditWindow .pane-separator, GeditWindow .pane-separator:hover { + border-color: #242631; + background-color: #282a36; } + +.gedit-document-panel { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .gedit-document-panel .list-row { + padding: 3px; } + .gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action { + padding: 1px; + border-radius: 3px; + border-style: solid; + border-color: transparent; + border-width: 1px; + background-color: transparent; + background-image: none; + color: transparent; + icon-shadow: none; } + .gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action { + border-color: rgba(100, 100, 93, 0.1); + color: rgba(41, 43, 56, 0.8); } + .gedit-document-panel .prelight-row .button:active { + border-color: rgba(100, 100, 93, 0.2); + background-color: rgba(100, 100, 93, 0.08); + color: #292b38; } + .gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover { + border-color: rgba(100, 100, 93, 0.1); + color: #292b38; } + +.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { + border-top: 1px solid #242631; + background-color: #282a36; } + +.gedit-document-panel-document-row:hover { + background-color: #2a2c39; } + +.gedit-document-panel-dragged-row { + border: 1px solid rgba(100, 100, 93, 0.1); + background-color: rgba(100, 100, 93, 0.5); + color: #292b38; } + +.gedit-document-panel-placeholder-row { + border: 0; + background-color: rgba(100, 100, 93, 0.08); + transition: all 200ms ease-in; } + +GeditStatusbar { + border-top: 1px solid #20222b; } + +GeditStatusbar GeditSmallButton, GeditStatusMenuButton { + text-shadow: none; } + GeditStatusbar GeditSmallButton .button, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusMenuButton .button, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action { + border-style: solid; + border-width: 0 1px; + border-color: transparent; + border-radius: 0; + padding: 1px 6px 2px 4px; } + GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover { + border-color: #20222b; } + GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active { + background-color: #262833; + color: #f1f1f0; } + +GeditViewFrame .gedit-search-slider { + padding: 3px; + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px; + border-style: solid; + border-color: #20222b; + background-color: #282a36; } + GeditViewFrame .gedit-search-slider .not-found { + background-color: #fc4a6d; + background-image: none; + color: #282c34; } + +GeditFileBrowserWidget .toolbar { + padding: 1.5px; + border-top: 0; + background-color: #282a36; + background-image: none; } + +.gedit-search-entry-occurrences-tag { + margin: 1.5px; + padding: 1.5px; + color: mix(#d3dae3,#282a36,0.5); } + +/************ + ! Nautilus * +*************/ +.nautilus-desktop.nautilus-canvas-item { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nautilus-desktop.nautilus-canvas-item:active { + color: #f1f1f0; } + .nautilus-desktop.nautilus-canvas-item:selected { + color: #f1f1f0; } + .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; } + +NautilusWindow .toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; } + +NautilusWindow .sidebar .frame { + border: 0; } + +NautilusWindow GtkPaned { + border-width: 0 1px 0 0; + border-style: solid; } + NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover { + border-color: #242631; + background-color: #282a36; } + +NautilusNotebook.notebook { + border-right-width: 0; + border-left-width: 0; + border-bottom-width: 0; } + +NautilusNotebook .frame { + border: 0; } + +NautilusQueryEditor .toolbar { + padding-top: 2px; + padding-bottom: 1px; + border-width: 1px 0 0; + border-style: solid; + border-color: #282a36; + background-color: #242631; } + NautilusQueryEditor .toolbar:nth-child(2) { + border-color: #20222b; } + NautilusQueryEditor .toolbar.search-bar { + border-top-width: 0; + border-bottom-width: 0; } + NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child { + border-bottom-width: 1px; + border-bottom-color: #20222b; } + +/******** + ! Nemo * +*********/ +.nemo-desktop.nemo-canvas-item { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nemo-desktop.nemo-canvas-item:active { + color: #f1f1f0; } + .nemo-desktop.nemo-canvas-item:selected { + color: #f1f1f0; } + .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; } + +NemoPathbarButton { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + -NemoPathbarButton-border-radius: 3px; } + NemoPathbarButton:focus, NemoPathbarButton:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + NemoPathbarButton:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + NemoPathbarButton.flat { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + NemoPathbarButton:hover, NemoPathbarButton.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + NemoPathbarButton:focus, NemoPathbarButton.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover { + color: #f1f1f0; } + NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + NemoPathbarButton.separator, NemoPathbarButton .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #20222b; + -NemoPlacesTreeView-disk-full-fg-color: #58d782; + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 2px; + -NemoPlacesTreeView-disk-full-max-length: 70px; } + NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: #f1f1f0; + -NemoPlacesTreeView-disk-full-fg-color: #89e3a7; } + +NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview { + background-color: mix(#282a36,#d3dae3,0.12); + color: #d3dae3; } + +/*********************** + ! Fallback mode panel * +************************/ +UnityPanelWidget, .unity-panel, .xfce4-panel, WnckPager, WnckTasklist, PanelAppletFrame, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelSeparator, PanelWidget, PanelApplet, PanelToplevel { + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + +.xfce4-panel .button, .xfce4-panel .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .xfce4-panel .button.suggested-action, .xfce4-panel .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .xfce4-panel .button.suggested-action, PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action { + border-width: 0 1px; + border-radius: 0; + border-color: transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + .xfce4-panel .button:hover, .xfce4-panel .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .xfce4-panel .button.suggested-action:hover, .xfce4-panel .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .xfce4-panel .button.suggested-action:hover, PanelApplet .button:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:hover { + background-color: mix(#282a36,#f6f6f6,0.11); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.11); + color: white; } + .xfce4-panel .button:active, .xfce4-panel .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .xfce4-panel .button.suggested-action:active, .xfce4-panel .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .xfce4-panel .button.suggested-action:active, PanelApplet .button:active, PanelApplet .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar PanelApplet .button.suggested-action:active, PanelApplet .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar PanelApplet .button.suggested-action:active, .xfce4-panel .button:checked, .xfce4-panel .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .xfce4-panel .button.suggested-action:checked, .xfce4-panel .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .xfce4-panel .button.suggested-action:checked, PanelApplet .button:checked, PanelApplet .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar PanelApplet .button.suggested-action:checked, PanelApplet .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar PanelApplet .button.suggested-action:checked { + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.21); + color: white; } + .xfce4-panel .button:active:hover, PanelApplet .button:active:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:active:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:active:hover, .xfce4-panel .button:checked:hover, PanelApplet .button:checked:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:checked:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:checked:hover { + background-color: mix(#282a36,#f6f6f6,0.31); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.31); } + +PanelWidget, PanelApplet, PanelToplevel { + padding: 0; } + +PanelApplet { + border: 0; } + PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action { + -GtkButton-inner-border: 2; } + +PanelSeparator { + border: 0; } + +PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem { + border: 0; + -PanelMenuBar-icon-visible: true; } + +PanelAppletFrame { + border: 0; } + +/************ + ! Synaptic * +*************/ +GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { + background-color: #282a36; + background-image: none; + padding: 3px; + border: 0; + color: #f1f1f0; } + +/*********************** + ! Fallback mode panel * +************************/ +/*************** + ! Xfce styles * +****************/ +XfceHeading { + margin: 0; + padding: 0; + border: 0; + background-image: none; + background-color: #282a36; + color: #d3dae3; } + +.xfce4-panel { + font: normal; } + .xfce4-panel .menu { + -gtk-image-effect: none; } + +/*********************** + ! Fallback mode panel * +************************/ +/**************** + ! Unity styles * +*****************/ +UnityDecoration { + -UnityDecoration-extents: 28px 1px 1px 1px; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 1px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); + -UnityDecoration-active-shadow-radius: 8px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); + -UnityDecoration-inactive-shadow-radius: 5px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #58d782; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0; } + UnityDecoration.top { + border: 1px solid mix(#1c1d26,#f6f6f6,0.21); + border-bottom: 0; + border-radius: 2px 2px 0 0; + padding: 1px 8px 0 8px; + background-color: #282a36; + color: #f6f6f6; + text-shadow: none; } + UnityDecoration.top:backdrop { + border: 1px solid mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.12); + border-bottom: 0; + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.4); } + UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom { + background-color: mix(#1c1d26,#f6f6f6,0.21); } + UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { + background-color: mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.12); } + +UnityPanelWidget, .unity-panel { + border: 0; } + +.unity-panel.menuitem, .unity-panel .menuitem { + border-width: 0 1px; + color: #f6f6f6; } + .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + +SheetStyleDialog.unity-force-quit { + background-color: #282a36; } + +/*********************** + ! LightDM GTK Greeter * + ***********************/ +#panel_window { + background-color: transparent; + background-image: none; + color: #292b38; + font: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + background-image: none; + color: #292b38; + font: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover { + color: #292b38; } + #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover { + border-style: none; + background-color: rgba(41, 43, 56, 0.2); + background-image: none; + color: #292b38; } + #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive { + color: rgba(41, 43, 56, 0.7); } + #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu { + border-radius: 1px; } + #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem { + font: normal; + text-shadow: none; } + +#content_frame { + padding-bottom: 14px; } + +#login_window, #shutdown_dialog, #restart_dialog { + border-style: none; + border-radius: 3px; + background-color: #282a36; + color: #f6f6f6; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 mix(#1c1d26,#f6f6f6,0.21), inset -1px 0 mix(#1c1d26,#f6f6f6,0.21), inset 0 1px mix(#1c1d26,#f6f6f6,0.21), inset 0 -1px mix(#1c1d26,#f6f6f6,0.21); } + #login_window .button, #shutdown_dialog .button, #restart_dialog .button { + padding: 3px 15px; + border-width: 1px; + border-radius: 3px; + border-style: solid; + border-color: #20222b; + background-color: #2b2d3a; + background-image: none; + color: #f6f6f6; + transition: all 150ms ease-out; } + #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus { + border-color: #2fc460; + background-color: #6cdc91; + background-image: none; + color: #f1f1f0; } + #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover { + border-color: #29ab54; + background-color: #58d782; } + +#login_window .menu { + border-radius: 1px; } + +#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus { + padding: 0; + background: none; + border-style: none; + box-shadow: none; } + +#login_window .entry { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border-color: #20222b; + border-radius: 3px; + background-color: #242631; + background-image: none; + color: #f6f6f6; + box-shadow: none; + transition: all 150ms ease-out; } + #login_window .entry:focus, #login_window .entry:hover { + border-color: #1c1d26; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#user_combobox { + color: #f6f6f6; + font: 18px; } + #user_combobox .menu { + font: normal; } + #user_combobox .arrow { + color: mix(#f6f6f6,#282a36,0.5); } + +#user_image { + padding: 3px; + border-radius: 3px; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 #1c1d26, inset -1px 0 #1c1d26, inset 0 1px #1c1d26, inset 0 -1px #1c1d26; } + +#user_image_border { + border-radius: 3px; + background-color: #242631; + background-image: none; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#buttonbox_frame { + padding-top: 10px; + padding-bottom: 0; + border-style: none; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + background-color: transparent; + background-image: none; + box-shadow: none; } + +/* shutdown button */ +#shutdown_button { + border-color: #fb0a39; + background-color: #fc6482; + background-image: none; + color: #282c34; } + #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover { + border-color: #e0042f; + background-color: #fc4a6d; } + +/* restart button */ +#restart_button { + border-color: #f4ff6f; + background-color: #fefff0; + background-image: none; + color: #282c34; } + #restart_button:hover, #restart_button:active, #restart_button:active:hover { + border-color: #f0ff42; + background-color: #fbffcb; } + +/* password warning */ +#greeter_infobar { + font: bold; } + +/********************** + ! Genome Terminal * +***********************/ +VteTerminal { + background-color: #282a36; + color: #f6f6f6; } + +TerminalWindow .scrollbars-junction { + background-color: #282a36; } + +TerminalWindow .scrollbar.trough { + background-color: #282a36; } + +TerminalWindow .scrollbar.button, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action { + color: #181920; } + TerminalWindow .scrollbar.button:active, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action:active, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action:active, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action:active, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action:active { + color: #181920; } + TerminalWindow .scrollbar.button:active:hover { + color: #181920; } + +TerminalWindow .scrollbar.slider { + border-color: mix(#23252f,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); } + TerminalWindow .scrollbar.slider:hover { + border-color: mix(#23252f,#f6f6f6,0.31); + background-color: mix(#282a36,#f6f6f6,0.31); } + TerminalWindow .scrollbar.slider.vertical:hover { + border-color: mix(#23252f,#f6f6f6,0.31); + background-color: mix(#282a36,#f6f6f6,0.31); } + TerminalWindow .scrollbar.slider.vertical:active { + border-color: #40d170; + background-color: #58d782; } + TerminalWindow .scrollbar.slider:active { + border-color: #40d170; + background-color: #58d782; } + +TerminalWindow GtkNotebook.notebook { + border-right-width: 0; + border-bottom-width: 0; + border-left-width: 0; } + +TerminalNotebook.notebook { + padding: 0; + border-width: 1px 0 0; + border-style: solid; + border-color: #1c1d26; + border-radius: 0; + background-color: #282a36; + background-image: none; + background-clip: border-box; + color: #f6f6f6; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; } + TerminalNotebook.notebook.frame { + border-width: 1px; } + TerminalNotebook.notebook.header { + border-width: 0; + background-color: #22242e; } + TerminalNotebook.notebook.header.frame { + border-color: mix(#58d782,#282a36,0.3); } + TerminalNotebook.notebook.header.frame.top { + border-width: 1px 1px 0 1px; } + TerminalNotebook.notebook.header.frame.right { + border-width: 1px 1px 1px 0; } + TerminalNotebook.notebook.header.frame.bottom { + border-width: 0 1px 1px 1px; } + TerminalNotebook.notebook.header.frame.left { + border-width: 1px 0 1px 1px; } + TerminalNotebook.notebook GtkViewport { + border-width: 0; + background-color: #282a36; + color: #f6f6f6; } + TerminalNotebook.notebook tab { + padding: 4px 6px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + /* close button styling */ } + TerminalNotebook.notebook tab:active { + background-color: transparent; + background-image: none; } + TerminalNotebook.notebook tab.top { + border-bottom-width: 2px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + TerminalNotebook.notebook tab.top:hover { + border-bottom-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.top:active { + border-bottom-color: #58d782; } + TerminalNotebook.notebook tab.right { + border-left-width: 2px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + TerminalNotebook.notebook tab.right:hover { + border-left-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.right:active { + border-left-color: #58d782; } + TerminalNotebook.notebook tab.bottom { + border-top-width: 2px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + TerminalNotebook.notebook tab.bottom:hover { + border-top-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.bottom:active { + border-top-color: #58d782; } + TerminalNotebook.notebook tab.left { + border-right-width: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + TerminalNotebook.notebook tab.left:hover { + border-right-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.left:active { + border-right-color: #58d782; } + TerminalNotebook.notebook tab GtkLabel { + color: mix(#f6f6f6,#282a36,0.3); } + TerminalNotebook.notebook tab.reorderable-page:hover { + background-color: #22242e; + border-left: 0; + border-right: 0; + /* using box shadows instead of borders due to slanted edges */ + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1c1d26, inset -1px 0 #1c1d26; } + TerminalNotebook.notebook tab.reorderable-page:active { + background-color: #242631; + border-left: 0; + border-right: 0; + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1e2029, inset -1px 0 #1e2029; } + TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover { + padding: 1px; + border-width: 1px; + border-radius: 2px; + border-style: solid; + border-color: transparent; + background-image: none; + background-color: transparent; + color: mix(#f6f6f6,#282a36,0.5); } + TerminalNotebook.notebook tab .button:hover, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:hover, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:hover { + color: #f6f6f6; + border-color: #20222b; } + TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover { + border-color: #1c1d26; + background-color: #262833; } + TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel { + color: mix(#f6f6f6,#282a36,0.15); } + TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel { + color: #f6f6f6; } diff --git a/.config/gtk-3.0/dist/gtk.css b/.config/gtk-3.0/dist/gtk.css new file mode 100644 index 0000000..9443ac0 --- /dev/null +++ b/.config/gtk-3.0/dist/gtk.css @@ -0,0 +1,6356 @@ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/* dark color scheme */ +@define-color dark_bg_color #282a36; +@define-color dark_fg_color #f6f6f6; +/* colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_bg_color #282a36; +@define-color theme_fg_color #f1f1f0; +@define-color theme_base_color #282a36; +@define-color theme_text_color #d3dae3; +@define-color theme_selected_bg_color #58d782; +@define-color theme_selected_fg_color #f1f1f0; +@define-color theme_tooltip_bg_color #282a36; +@define-color theme_tooltip_fg_color #f1f1f0; +/* shadow effects */ +@define-color light_shadow #292b37; +@define-color dark_shadow #32322e; +/* misc colors used by gtk+ */ +@define-color info_fg_color #282c34; +@define-color info_bg_color #85d6ff; +@define-color warning_fg_color #282c34; +@define-color warning_bg_color #fbffcb; +@define-color question_fg_color #282c34; +@define-color question_bg_color #85d6ff; +@define-color error_fg_color #282c34; +@define-color error_bg_color #fc4a6d; +@define-color link_color #57C7FF; +@define-color success_color #71f59c; +@define-color warning_color #fbffcb; +@define-color error_color #fc4a6d; +/* widget colors */ +@define-color titlebar_bg_focused @dark_bg_color; +@define-color titlebar_bg_unfocused @theme_bg_color; +@define-color titlebar_fg_focused @dark_fg_color; +@define-color titlebar_fg_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color menubar_bg_color @dark_bg_color; +@define-color menubar_fg_color @dark_fg_color; +@define-color toolbar_bg_color @theme_bg_color; +@define-color toolbar_fg_color @theme_fg_color; +@define-color menu_bg_color @dark_bg_color; +@define-color menu_fg_color @dark_fg_color; +@define-color panel_bg_color @dark_bg_color; +@define-color panel_fg_color @dark_fg_color; +/* osd */ +@define-color osd_base #282a36; +@define-color osd_bg rgba(40, 42, 54, 0.8); +@define-color osd_fg #f6f6f6; +/* lightdm greeter colors */ +@define-color lightdm_bg_color #282a36; +@define-color lightdm_fg_color #f6f6f6; +/* window manager colors */ +@define-color wm_bg_focused #282a36; +@define-color wm_bg_unfocused #282a36; +@define-color wm_border_focused #5af78e; +@define-color wm_border_unfocused #282a36; +@define-color wm_title_focused #f6f6f6; +@define-color wm_title_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_focused #f6f6f6; +@define-color wm_icons_focused_prelight #58d782; +@define-color wm_icons_focused_pressed #2fc460; +@define-color wm_icons_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_unfocused_prelight #58d782; +@define-color wm_icons_unfocused_pressed #2fc460; +/************** + ! GTK settings +***************/ +* { + -GtkArrow-arrow-scaling: .5; + -GtkExpander-expander-size: 8; + -GtkStatusbar-shadow-type: none; + -GtkToolItemGroup-expander-size: 8; + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + -WnckTasklist-fade-overlay-rect: 0; + -GtkWidget-cursor-color: #ffcc00; + -GtkWidget-secondary-cursor-color: #e6e6e6; + -GtkWidget-cursor-aspect-ratio: 0.04; + outline-color: rgba(88, 215, 130, 0.5); + outline-style: dashed; + outline-width: 1px; + outline-offset: -1px; + outline-radius: 3px; } + +/************* + ! Base states + *************/ +GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected { + background-color: #58d782; + color: #f1f1f0; } + +* { + /* hyperlinks */ + -GtkHTML-link-color: #57C7FF; + -GtkIMHtml-hyperlink-color: #57C7FF; + -GtkWidget-link-color: #57C7FF; + -GtkWidget-visited-link-color: #57C7FF; } + *:insensitive, *:insensitive:insensitive { + color: mix(#f1f1f0,#282a36,0.5); } + *:insensitive { + -gtk-image-effect: dim; } + *:hover { + -gtk-image-effect: highlight; } + *:link, *:visited { + color: #57C7FF; } + +.background { + background-color: #282a36; + color: #f1f1f0; } + .background:backdrop { + text-shadow: none; + icon-shadow: none; } + .background.csd { + background-color: #282a36; } + +.gtkstyle-fallback { + background-color: rgba(40, 42, 54, 0.5); + color: #f1f1f0; } + .gtkstyle-fallback:hover { + background-color: #2c2e3b; + color: #f1f1f0; } + .gtkstyle-fallback:active { + background-color: #242631; + color: #f1f1f0; } + .gtkstyle-fallback:insensitive { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); } + +GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive { + background-color: transparent; } + +GtkLabel.separator { + color: #f1f1f0; } + +GtkLabel:insensitive { + color: mix(#f1f1f0,#282a36,0.5); } + +/********* + ! Buttons +**********/ +NemoPathbarButton, column-header, .osd.button, .osd .button, +#XfceNotifyWindow.button, +#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: 150ms ease; + outline-color: transparent; + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; } + NemoPathbarButton:focus, column-header:focus, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, .button:focus, NemoPathbarButton:hover, column-header:hover, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, .button:hover, NemoPathbarButton:active, column-header:active, + #XfceNotifyWindow.button:active, + #XfceNotifyWindow .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, .button:active { + transition: none; } + +.linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .linked > GtkComboBox > .button:dir(ltr), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(ltr), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(ltr) { + border-radius: 0; + border-left-style: none; + border-right-style: solid; } + .linked > GtkComboBox > .button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > .button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > .button.suggested-action:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: solid; } + +.linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .linked > GtkComboBox:first-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:first-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:first-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:first-child, .button.linked:first-child, .selection-mode.header-bar .linked.button.suggested-action:first-child, .selection-mode.toolbar .linked.button.suggested-action:first-child, .linked .button:first-child, .linked .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .linked .button.suggested-action:first-child, .linked .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .linked .button.suggested-action:first-child { + border-width: 1px; + border-radius: 3px; + border-left-style: solid; + border-right-style: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .linked > GtkComboBox:first-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):first-child, GtkComboBox.combobox-entry .button:dir(rtl):first-child, .button.linked:dir(rtl):first-child, .linked .button:dir(rtl):first-child { + border-left-style: none; + border-right-style: solid; } + +.linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .linked > GtkComboBox:last-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:last-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:last-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:last-child, .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child { + border-width: 1px; + border-radius: 3px; + border-left-style: none; + border-right-style: solid; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .linked > GtkComboBox:last-child > .button:dir(rtl), GtkComboBox.combobox-entry .entry:dir(rtl):last-child, GtkComboBox.combobox-entry .button:dir(rtl):last-child, .button.linked:dir(rtl):last-child, .linked .button:dir(rtl):last-child { + border-left-style: solid; + border-right-style: none; } + +.linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .linked > GtkComboBox:only-child > .button.suggested-action, .selection-mode.toolbar .linked > GtkComboBox:only-child > .button.suggested-action, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action:only-child, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action:only-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child { + border-width: 1px; + border-style: solid; + border-radius: 3px; } + +.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .toolbar .button.linked, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .selection-mode.toolbar .linked .button.suggested-action, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, GtkComboBox.combobox-entry .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkComboBox.combobox-entry .button.suggested-action, GtkComboBox.combobox-entry .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkComboBox.combobox-entry .button.suggested-action, .button.linked, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action { + border-width: 1px; + border-style: solid; + border-radius: 0; + border-right-style: none; + border-left-style: none; } + +* { + -GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 1; + -GtkButton-interior-focus: true; + -GtkButtonBox-child-min-height: 24; + -GtkButtonBox-child-internal-pad-y: 1; + -GtkToolButton-icon-spacing: 6; } + +.notebook tab .button, .notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .notebook tab .button.suggested-action, .notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .notebook tab .button.suggested-action, .error .button.close, .error .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .error .close.button.suggested-action, .error .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .error .close.button.suggested-action, .question .button.close, .question .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .question .close.button.suggested-action, .question .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .question .close.button.suggested-action, .warning .button.close, .warning .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .warning .close.button.suggested-action, .warning .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .warning .close.button.suggested-action, .info .button.close, .info .selection-mode.header-bar .close.button.suggested-action, .selection-mode.header-bar .info .close.button.suggested-action, .info .selection-mode.toolbar .close.button.suggested-action, .selection-mode.toolbar .info .close.button.suggested-action { + border: 1px solid transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover { + border: 1px solid rgba(100, 100, 93, 0.3); + background-color: rgba(41, 43, 56, 0.2); + background-image: none; + box-shadow: none; } + .notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked { + border: 1px solid rgba(100, 100, 93, 0.3); + background-color: rgba(100, 100, 93, 0.1); + background-image: none; + box-shadow: none; } + +.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + background-color: #3d434f; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { + border-color: rgba(61, 67, 79, 0); + color: #f1f1f0; + background-color: rgba(61, 67, 79, 0); + background-image: none; + box-shadow: none; } + .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover { + background-color: #404653; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .button:hover:insensitive, .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.toolbar .button.suggested-action:hover:insensitive, .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus { + background-color: #404653; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover { + background-color: #434a57; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .button:focus:hover:hover, .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button.flat:checked, .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive, .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .button:active:checked:insensitive, .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover { + color: #f1f1f0; } + .button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive { + background-color: alpha(mix(#3d434f,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#3d434f,#f1f1f0,0.6); + box-shadow: none; } + .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive { + color: mix(#3d434f,#f1f1f0,0.6); } + .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(61, 67, 79, 0.9); } + .button.separator:insensitive, .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.toolbar .separator.button.suggested-action:insensitive, .button .separator:insensitive, .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.toolbar .button.suggested-action .separator:insensitive { + color: rgba(61, 67, 79, 0.85); } + .button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .button.default:active:insensitive, .button.default:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action { + border-color: rgba(88, 215, 130, 0); + color: #f1f1f0; + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .button.default:hover:insensitive, .button.default.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .button.default:focus:hover, .button.default.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .button.default:focus:hover:hover, .button.default.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover { + color: #f1f1f0; } + .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive { + color: mix(#58d782,#f1f1f0,0.6); } + .button.default:active:insensitive, .button.default:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + .button.default.separator:insensitive, .button.default .separator:insensitive { + color: rgba(88, 215, 130, 0.85); } + .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive { + box-shadow: inset -1px 0 #31363f; } + .button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action { + color: mix(#d3dae3,#282a36,0.4); + padding: 3px 6px; + border: 0; + border-radius: 0; + border-style: none; + background-color: transparent; + background-image: none; + box-shadow: inset 1px 0 #242631; } + .spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive { + color: mix(#d3dae3,#282a36,0.7); + box-shadow: inset 1px 0 #22242e; } + .spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover { + color: #d3dae3; } + .spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child { + border-radius: 3px 0 0 3px; + box-shadow: none; } + .spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child { + border-radius: 0 3px 3px 0; } + .spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) { + box-shadow: inset -1px 0 #242631; } + .spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action { + border: 1px solid #20222b; + border-radius: 3px; + background-color: #2b2d3a; + background-image: none; + color: #f1f1f0; + box-shadow: none; } + .spinbutton.vertical .button:hover { + border-color: #1c1d26; + background-color: #2c2e3b; + background-image: none; } + .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked { + border-color: #20222b; + background-color: #262833; + background-image: none; } + .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover { + border-color: #1c1d26; } + .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus { + border-color: #1c1d26; } + .spinbutton.vertical .button:insensitive { + border-color: #22242e; + background-color: #242631; + background-image: none; } + .spinbutton.vertical .button:first-child { + border-width: 1px; + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .spinbutton.vertical .button:last-child { + border-width: 1px; + border-top-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .button .spinbutton.vertical.entry { + border-width: 1px; + border-style: solid; + border-radius: 0; } + +/****************** +! ComboBoxes * +*******************/ +GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action { + padding: 1px 4px; + -GtkComboBox-arrow-scaling: .5; + -GtkComboBox-shadow-type: none; } + +GtkComboBox .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; + border-style: none; } + +.linked > GtkComboBox menu menuitem { + padding: 3px 5px; } + +/********* + ! Entry * +**********/ +.entry.linked, .linked .entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .entry.linked:first-child, .linked .entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .entry.linked:last-child, .linked .entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .entry.linked:only-child, .linked .entry:only-child { + border-width: 1px; + border-radius: 3px; } + +GtkPopover .entry, .menuitem .entry, .entry { + padding: 2px 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 150ms ease; + box-shadow: inset 1px 1px rgba(50, 50, 46, 0.06), inset -1px 0 rgba(50, 50, 46, 0.06); } + .entry:focus, .entry:hover, .entry:active { + transition: none; } + .entry:selected { + background-color: #58d782; + color: #f1f1f0; } + .entry:insensitive { + box-shadow: none; } + .progressbar.entry { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + .image.left.entry { + padding-right: 3px; } + +.entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #d3dae3; } + .entry:focus, .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus { + border-color: #1c1d26; } + .entry:insensitive { + border-color: #22242e; } + .entry:active:insensitive, .entry:checked:insensitive { + border-color: #20222b; } + .entry:focus, .entry:active { + border-color: #58d782; } + .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +.toolbar { + background-color: #282a36; + background-image: none; + border-color: #20222b; + padding: 6px; + color: #f1f1f0; + padding: 2px; + border-style: none; } + .toolbar:focus, .toolbar:hover { + border-color: mix(#58d782,#282a36,0.3); } + .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus { + border-color: #1c1d26; } + .toolbar:insensitive { + border-color: #22242e; } + .toolbar:active:insensitive, .toolbar:checked:insensitive { + border-color: #20222b; } + .toolbar:insensitive { + background-color: #242631; + background-image: none; + color: mix(#f1f1f0,#282a36,0.5); } + .toolbar .title { + font: bold; + padding: 0 6px; } + .toolbar .subtitle { + font: smaller; + padding: 0 6px; } + .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover { + color: #f1f1f0; } + .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { + padding: 2px; } + .toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action { + padding: 3px; } + .toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action { + padding: 4px 2px 4px 3px; } + .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive { + color: #242631; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .toolbar .menubar { + -GtkToolbar-button-relief: normal; } + .toolbar.inline-toolbar { + background-image: none; + background-color: transparent; } + .toolbar GtkToolButton:insensitive GtkButton:insensitive, + .toolbar GtkToolButton:insensitive GtkButton:insensitive.button, + .toolbar GtkToolButton:insensitive .selection-mode.header-bar .button.suggested-action:insensitive, + .selection-mode.header-bar .toolbar GtkToolButton:insensitive .button.suggested-action:insensitive, + .selection-mode.toolbar GtkToolButton:insensitive .button.suggested-action:insensitive, + .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button, + .toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action, + .selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action, + .selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action { + background-color: #282a36; } + +.header-bar { + background-color: #282a36; + background-image: none; + border-color: #20222b; + padding: 6px; + color: #f6f6f6; + border-width: 0 0 1px; + border-style: solid; } + .header-bar:focus, .header-bar:hover { + border-color: mix(#58d782,#282a36,0.3); } + .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus { + border-color: #1c1d26; } + .header-bar:insensitive { + border-color: #22242e; } + .header-bar:active:insensitive, .header-bar:checked:insensitive { + border-color: #20222b; } + .header-bar:insensitive { + background-color: #242631; + background-image: none; + color: mix(#f6f6f6,#282a36,0.5); } + .header-bar .title { + font: bold; + padding: 0 6px; } + .header-bar .subtitle { + font: smaller; + padding: 0 6px; } + .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover { + color: #f1f1f0; } + .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + padding: 2px; } + .header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action { + padding: 3px; } + .header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action { + padding: 4px 2px 4px 3px; } + .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive { + color: #242631; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .header-bar .menubar { + -GtkToolbar-button-relief: normal; } + .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action { + color: #d3dae3; } + +.titlebar { + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + color: #f6f6f6; } + .titlebar:backdrop { + background-color: #282a36; + background-image: none; + color: mix(#f1f1f0,#282a36,0.4); + text-shadow: none; } + .titlebar.default-decoration { + border: 0; + box-shadow: none; } + .tiled .titlebar, .maximized .titlebar { + border-radius: 0; } + .titlebar .title { + font: bold; } + .titlebar .titlebutton { + padding: 3px; + border: 0; + background-image: none; + background-color: transparent; + color: #f6f6f6; + box-shadow: none; } + .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus { + background-image: none; + background-color: transparent; + color: #58d782; + box-shadow: none; } + .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover { + background-image: none; + background-color: transparent; + color: #40d170; + box-shadow: none; } + .titlebar .titlebutton:backdrop { + background: none; + color: mix(#f1f1f0,#282a36,0.4); + icon-shadow: none; } + +/************** + ! Action-bar * +***************/ +.action-bar { + background-color: #282a36; + background-image: none; + padding: 3px; + border-width: 1px 0 0; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + .action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action { + padding: 2px; } + .action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action { + padding: 4px; } + .action-bar .title { + font: bold; + padding: 0 6px; } + .action-bar .subtitle { + font: smaller; + padding: 0 6px; } + +/*************** + ! Search bars * +****************/ +.search-bar { + background-color: #272935; + background-image: none; + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + .search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action { + padding: 3px; } + +/****************** + ! Action buttons * +*******************/ +.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button { + background-color: #71f59c; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button { + border-color: rgba(113, 245, 156, 0); + color: #f1f1f0; + background-color: rgba(113, 245, 156, 0); + background-image: none; + box-shadow: none; } + .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover { + background-color: #82f6a8; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus { + background-color: #82f6a8; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover { + background-color: #92f7b3; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover { + color: #f1f1f0; } + .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive { + background-color: alpha(mix(#71f59c,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#71f59c,#f1f1f0,0.6); + box-shadow: none; } + .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive { + color: mix(#71f59c,#f1f1f0,0.6); } + .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator { + border: 1px solid currentColor; + color: rgba(113, 245, 156, 0.9); } + .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive { + color: rgba(113, 245, 156, 0.85); } + +.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action { + border-color: rgba(252, 74, 109, 0); + color: #f1f1f0; + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover { + color: #f1f1f0; } + .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive { + background-color: alpha(mix(#fc4a6d,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fc4a6d,#f1f1f0,0.6); + box-shadow: none; } + .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive { + color: mix(#fc4a6d,#f1f1f0,0.6); } + .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive { + color: rgba(252, 74, 109, 0.85); } + +/****************** +* selection mode * +******************/ +.selection-mode.header-bar, .selection-mode.toolbar { + background-color: #58d782; + background-image: none; + border-color: #2fc460; + padding: 6px; + color: #f1f1f0; } + .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover { + border-color: mix(#58d782,#58d782,0.3); } + .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus { + border-color: #29ab54; } + .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { + border-color: #33ce67; } + .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive { + border-color: #2fc460; } + .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { + background-color: #40d170; + background-image: none; + color: mix(#f1f1f0,#58d782,0.5); } + .selection-mode.header-bar .title, .selection-mode.toolbar .title { + font: bold; + padding: 0 6px; } + .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle { + font: smaller; + padding: 0 6px; } + .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { + color: #f1f1f0; } + .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover { + box-shadow: inset -1px 0 mix(#58d782,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive { + box-shadow: inset -1px 0 #20222b; } + .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child { + box-shadow: none; } + .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + padding: 2px; } + .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button { + padding: 3px; } + .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button { + padding: 4px 2px 4px 3px; } + .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive { + color: #40d170; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar { + -GtkToolbar-button-relief: normal; } + .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { + border-color: rgba(88, 215, 130, 0); + color: #f1f1f0; + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.3); } + .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.3); } + .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.22); } + .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.22); } + .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { + color: #f1f1f0; } + .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { + color: mix(#58d782,#f1f1f0,0.6); } + .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { + color: rgba(88, 215, 130, 0.85); } + .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button { + border: 0; + background-color: transparent; + background-image: none; + color: #2fc460; } + .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { + color: #29ab54; } + .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { + color: #2cb75a; } + .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label { + color: #29ab54; } + +.selection-mode.toolbar { + padding: 3px; } + +/********** + ! Calendar +***********/ +GtkCalendar { + padding: 1px 3px; + outline-offset: -1px; } + GtkCalendar:inconsistent { + color: mix(#f1f1f0,#282a36,0.5); } + GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { + background-color: transparent; + background-image: none; + border-width: 0; + border-radius: 0; } + GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { + color: #292b38; + border-width: 0; + box-shadow: none; } + GtkCalendar.highlight { + color: #58d782; } + +/* gnome-calendar */ +.calendar-view { + background-color: #282a36; + color: #d3dae3; } + +/*************** + ! Color chooser +****************/ +GtkColorSwatch, GtkColorSwatch:selected { + border: 1px solid rgba(100, 100, 93, 0.1); + border-radius: 3px; + background-color: transparent; + background-clip: border-box; } + GtkColorSwatch:hover, GtkColorSwatch:selected:hover { + border-color: rgba(100, 100, 93, 0.3); } + +GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover { + background-image: none; } + +GtkColorSwatch.left, GtkColorSwatch:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +GtkColorSwatch.right, GtkColorSwatch:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorSwatch:only-child { + border-radius: 3px; } + +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover { + background-image: none; + border-color: rgba(100, 100, 93, 0.3); } + +GtkColorChooserWidget #add-color-button { + background-clip: padding-box; + border-color: rgba(100, 100, 93, 0.1); + background-color: #262833; + color: #f1f1f0; } + GtkColorChooserWidget #add-color-button:hover { + border-color: rgba(100, 100, 93, 0.3); + background-color: #242631; + color: #f1f1f0; } + +.color-active-badge, .color-active-badge:selected { + border-width: 2px; + border-style: solid; + background-color: transparent; } + +.color-active-badge.color-light, .color-active-badge.color-light:hover { + border-color: rgba(100, 100, 93, 0.3); + color: rgba(100, 100, 93, 0.3); } + +.color-active-badge.color-dark, .color-active-badge.color-dark:hover { + border-color: rgba(41, 43, 56, 0.3); + color: rgba(41, 43, 56, 0.3); } + +GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action { + padding: 3px; } + +/*********************** +! Font and file choosers +************************/ +GtkFontButton .separator, GtkFileChooserButton .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; } + +GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child { + color: alpha(currentColor,0.7); } + +GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child { + color: alpha(currentColor,0.7); } + +GtkFileChooser { + /* for fallback when header bar not used */ } + GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover { + border-width: 0 1px 0 0; + border-style: solid; + border-color: currentColor; + background-color: #282a36; + color: #242631; } + GtkFileChooser .dialog-action-box { + border-width: 1px 0 0; + border-style: solid; + border-color: #1c1d26; } + +/****************** + ! Grid and flowbox +*******************/ +.list { + background-color: #272934; + color: #f1f1f0; } + .list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action { + border: 0; + border-radius: 0; + padding: 3px; + background-image: none; + background-color: rgba(40, 42, 54, 0); + box-shadow: none; } + .list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover { + background-image: none; + background-color: #292b37; } + .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.grid-child, GtkFlowBox .grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected, GtkFlowBox .grid-child:selected { + outline-offset: -2px; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Infobar +**********/ +GtkInfoBar { + border: 0; } + +.info { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + color: #282c34; } + .info .button, .info .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .info .button.suggested-action, .info .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .info .button.suggested-action { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .info .button:insensitive, .info .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .info .button.suggested-action:insensitive, .info .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .info .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .info .button:active:insensitive, .info .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .info .button.flat, .info .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .info .flat.button.suggested-action, .info .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .info .flat.button.suggested-action { + border-color: rgba(133, 214, 255, 0); + color: #282c34; + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .info .button:hover:insensitive, .info .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .info .button:focus:hover, .info .button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .info .button:focus:hover:hover, .info .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .button.flat:checked, .info .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .info .button:checked:active, .info .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .info .button.suggested-action:checked:active, .info .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .info .button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active, .info .button:checked:active:hover, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover, .info .button:checked:active:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:focus, .info .button:checked:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:active:hover:focus, .info .button:checked:checked, .info .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .info .button.suggested-action:checked:checked, .info .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .info .button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked, .info .button:checked:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover, .info .button:checked:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:checked:hover:focus, .info .button:active:active, .info .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .info .button.suggested-action:active:active, .info .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .info .button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active, .info .button:active:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover, .info .button:active:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:focus, .info .button:active:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:active:hover:focus, .info .button:active:checked, .info .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .info .button.suggested-action:active:checked, .info .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .info .button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked, .info .button:active:checked:hover, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover, .info .button:active:checked:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:focus, .info .button:active:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:checked:hover:focus, .info .button.flat:checked:active, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active, .info .button.flat:checked:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover, .info .button.flat:checked:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:active:hover:focus, .info .button.flat:checked:checked, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked, .info .button.flat:checked:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:checked:hover:focus, .info .button.flat:active:active, .info .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .info .flat.button.suggested-action:active:active, .info .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .info .flat.button.suggested-action:active:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active, .info .button.flat:active:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover, .info .button.flat:active:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:focus, .info .button.flat:active:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:active:hover:focus, .info .button.flat:active:checked, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked, .info .button.flat:active:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover, .info .button.flat:active:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:focus, .info .button.flat:active:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .info .button:active:checked:insensitive, .info .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover { + color: #282c34; } + .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive { + color: mix(#85d6ff,#282c34,0.6); } + .info .button:active:insensitive, .info .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + .info .button.separator:insensitive, .info .button .separator:insensitive { + color: rgba(133, 214, 255, 0.85); } + +.warning { + background-color: #fbffcb; + background-image: none; + border: 1px solid #f4ff6f; + color: #282c34; } + .warning .button, .warning .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .warning .button.suggested-action, .warning .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .warning .button.suggested-action { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .warning .button:insensitive, .warning .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .warning .button.suggested-action:insensitive, .warning .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .warning .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .warning .button:active:insensitive, .warning .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .warning .button.flat, .warning .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .warning .flat.button.suggested-action, .warning .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .warning .flat.button.suggested-action { + border-color: rgba(251, 255, 203, 0); + color: #282c34; + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .warning .button:focus:hover, .warning .button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .button.flat:checked, .warning .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .warning .button:checked:active, .warning .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .warning .button.suggested-action:checked:active, .warning .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .warning .button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active, .warning .button:checked:active:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover, .warning .button:checked:active:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:active:hover:focus, .warning .button:checked:checked, .warning .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .warning .button.suggested-action:checked:checked, .warning .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .warning .button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked, .warning .button:checked:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:checked:hover:focus, .warning .button:active:active, .warning .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .warning .button.suggested-action:active:active, .warning .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .warning .button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active, .warning .button:active:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover, .warning .button:active:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:focus, .warning .button:active:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:active:hover:focus, .warning .button:active:checked, .warning .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .warning .button.suggested-action:active:checked, .warning .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .warning .button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked, .warning .button:active:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover, .warning .button:active:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active, .warning .button.flat:checked:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked, .warning .button.flat:checked:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active, .warning .button.flat:active:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover, .warning .button.flat:active:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:active:hover:focus, .warning .button.flat:active:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked, .warning .button.flat:active:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:focus, .warning .button.flat:active:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .warning .button:active:checked:insensitive, .warning .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover { + color: #282c34; } + .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive { + color: mix(#fbffcb,#282c34,0.6); } + .warning .button:active:insensitive, .warning .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + .warning .button.separator:insensitive, .warning .button .separator:insensitive { + color: rgba(251, 255, 203, 0.85); } + +.question { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + color: #282c34; } + .question .button, .question .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .question .button.suggested-action, .question .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .question .button.suggested-action { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .question .button:insensitive, .question .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .question .button.suggested-action:insensitive, .question .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .question .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .question .button:active:insensitive, .question .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .question .button.flat, .question .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .question .flat.button.suggested-action, .question .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .question .flat.button.suggested-action { + border-color: rgba(133, 214, 255, 0); + color: #282c34; + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .question .button:hover:insensitive, .question .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .question .button:focus:hover, .question .button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .question .button:focus:hover:hover, .question .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .button.flat:checked, .question .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .question .button:checked:active, .question .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .question .button.suggested-action:checked:active, .question .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .question .button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active, .question .button:checked:active:hover, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover, .question .button:checked:active:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:focus, .question .button:checked:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:active:hover:focus, .question .button:checked:checked, .question .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .question .button.suggested-action:checked:checked, .question .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .question .button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked, .question .button:checked:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover, .question .button:checked:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:checked:hover:focus, .question .button:active:active, .question .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .question .button.suggested-action:active:active, .question .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .question .button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active, .question .button:active:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover, .question .button:active:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:focus, .question .button:active:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:active:hover:focus, .question .button:active:checked, .question .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .question .button.suggested-action:active:checked, .question .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .question .button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked, .question .button:active:checked:hover, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover, .question .button:active:checked:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:focus, .question .button:active:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:checked:hover:focus, .question .button.flat:checked:active, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active, .question .button.flat:checked:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover, .question .button.flat:checked:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:active:hover:focus, .question .button.flat:checked:checked, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked, .question .button.flat:checked:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:checked:hover:focus, .question .button.flat:active:active, .question .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .question .flat.button.suggested-action:active:active, .question .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .question .flat.button.suggested-action:active:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active, .question .button.flat:active:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover, .question .button.flat:active:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:focus, .question .button.flat:active:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:active:hover:focus, .question .button.flat:active:checked, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked, .question .button.flat:active:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover, .question .button.flat:active:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:focus, .question .button.flat:active:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .question .button:active:checked:insensitive, .question .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover { + color: #282c34; } + .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive { + color: mix(#85d6ff,#282c34,0.6); } + .question .button:active:insensitive, .question .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + .question .button.separator:insensitive, .question .button .separator:insensitive { + color: rgba(133, 214, 255, 0.85); } + +.error { + background-color: #fc4a6d; + background-image: none; + border: 1px solid #fb0a39; + color: #282c34; } + .error .button, .error .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .error .button.suggested-action, .error .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .error .button.suggested-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .error .button:insensitive, .error .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .error .button.suggested-action:insensitive, .error .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .error .button.suggested-action:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .error .button:active:insensitive, .error .button:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .error .button.flat, .error .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .error .flat.button.suggested-action, .error .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .error .flat.button.suggested-action { + border-color: rgba(252, 74, 109, 0); + color: #282c34; + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .error .button:hover:insensitive, .error .button.flat:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.22); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .error .button:focus:hover, .error .button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .error .button:focus:hover:hover, .error .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.3),0.3); } + .error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.3); } + .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive { + border-color: rgba(34, 37, 44, 0.3); } + .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive { + border-color: rgba(32, 35, 42, 0.3); } + .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .button.flat:checked, .error .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.22),0.3); } + .error .button:checked:active, .error .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .error .button.suggested-action:checked:active, .error .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .error .button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active, .error .button:checked:active:hover, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover, .error .button:checked:active:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:focus, .error .button:checked:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:active:hover:focus, .error .button:checked:checked, .error .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .error .button.suggested-action:checked:checked, .error .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .error .button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked, .error .button:checked:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover, .error .button:checked:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:checked:hover:focus, .error .button:active:active, .error .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .error .button.suggested-action:active:active, .error .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .error .button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active, .error .button:active:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover, .error .button:active:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:focus, .error .button:active:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:active:hover:focus, .error .button:active:checked, .error .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .error .button.suggested-action:active:checked, .error .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .error .button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked, .error .button:active:checked:hover, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover, .error .button:active:checked:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:focus, .error .button:active:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:checked:hover:focus, .error .button.flat:checked:active, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active, .error .button.flat:checked:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover, .error .button.flat:checked:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:active:hover:focus, .error .button.flat:checked:checked, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked, .error .button.flat:checked:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:checked:hover:focus, .error .button.flat:active:active, .error .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .error .flat.button.suggested-action:active:active, .error .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .error .flat.button.suggested-action:active:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active, .error .button.flat:active:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover, .error .button.flat:active:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:focus, .error .button.flat:active:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:active:hover:focus, .error .button.flat:active:checked, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked, .error .button.flat:active:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover, .error .button.flat:active:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:focus, .error .button.flat:active:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.22); } + .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive { + border-color: rgba(34, 37, 44, 0.22); } + .error .button:active:checked:insensitive, .error .button.flat:active:checked:insensitive { + border-color: rgba(32, 35, 42, 0.22); } + .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover { + color: #282c34; } + .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive { + color: mix(#fc4a6d,#282c34,0.6); } + .error .button:active:insensitive, .error .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .error .button.separator:insensitive, .error .button .separator:insensitive { + color: rgba(252, 74, 109, 0.85); } + +/********* + ! Entry * +**********/ +.entry.linked, .linked .entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .entry.linked:first-child, .linked .entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .entry.linked:last-child, .linked .entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .entry.linked:only-child, .linked .entry:only-child { + border-width: 1px; + border-radius: 3px; } + +GtkPopover .entry, .menuitem .entry, .entry { + padding: 2px 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 150ms ease; + box-shadow: inset 1px 1px rgba(50, 50, 46, 0.06), inset -1px 0 rgba(50, 50, 46, 0.06); } + .entry:focus, .entry:hover, .entry:active { + transition: none; } + .entry:selected { + background-color: #58d782; + color: #f1f1f0; } + .entry:insensitive { + box-shadow: none; } + .progressbar.entry { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + .image.left.entry { + padding-right: 3px; } + +/********* + ! Menubar +**********/ +.menubar { + -GtkWidget-window-dragging: true; + border: 0; + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + .menubar.menuitem, .menubar .menuitem { + padding: 5px 7px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + .menubar.menuitem:hover, .menubar .menuitem:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + .menubar.menuitem *:hover, .menubar .menuitem *:hover { + color: white; } + +/****** + ! Menu +*******/ +* { + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; } + +GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu { + background-color: #282a36; + margin: 3px; } + +#toolbar-popup, .menu { + padding: 0; + border-radius: 0; + border: 1px solid mix(#282a36,#f6f6f6,0.21); + background-color: #282a36; + color: #f6f6f6; } + #toolbar-popup:selected, .menu:selected { + background-color: #58d782; } + #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menu .button.suggested-action, .menu .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menu .button.suggested-action, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive { + border-width: 0; + background-color: transparent; + background-image: none; } + +.context-menu { + font: initial; } + +GtkTreeMenu .menuitem { + padding: 0; + border-width: 0; } + +.menuitem, .menu .menuitem { + margin: 3px; + padding: 5px 7px; + border: 0; + border-radius: 0; + background-color: transparent; + background-image: none; + -GtkMenuItem-arrow-scaling: .5; } + .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover { + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover { + color: #f1f1f0; } + .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive { + color: mix(#f6f6f6,#282a36,0.5); } + +.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive { + background-image: none; } + +.menuitem.check, GtkIconView.menuitem.content-view.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive { + border-style: none; + background-color: transparent; } + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; + border-style: none; + color: #242631; } + +.menuitem.button, .selection-mode.header-bar .menuitem.button.suggested-action, .selection-mode.toolbar .menuitem.button.suggested-action, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive { + background-color: transparent; + background-image: none; + border: 0; + box-shadow: none; + color: currentColor; } + +.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.menuitem GtkCalendar:inconsistent { + color: mix(#f6f6f6,#282a36,0.5); } + +.menuitem GtkCalendar .button, .menuitem GtkCalendar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .menuitem GtkCalendar .button.suggested-action, .menuitem GtkCalendar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .menuitem GtkCalendar .button.suggested-action { + border-style: none; + background-color: transparent; + background-image: none; } + +.menuitem .accelerator { + color: rgba(246, 246, 246, 0.6); } + .menuitem .accelerator:hover { + color: rgba(241, 241, 240, 0.8); } + .menuitem .accelerator:insensitive { + color: alpha(mix(#f6f6f6,#282a36,0.5),0.4); } + +.menuitem .entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #f6f6f6; } + .menuitem .entry:focus, .menuitem .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus { + border-color: #1c1d26; } + .menuitem .entry:insensitive { + border-color: #22242e; } + .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive { + border-color: #20222b; } + .menuitem .entry:focus, .menuitem .entry:active { + border-color: #58d782; } + .menuitem .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#f6f6f6,0.5); } + +GtkModelMenuItem GtkBox GtkImage { + padding-right: 3px; } + +/********* + ! Popover +**********/ +GtkPopover { + border-color: #20222b; + margin: 10px; + padding: 3px; + border-radius: 3px; + border-width: 1px; + border-style: solid; + background-clip: border-box; + background-color: #282a36; + background-image: none; + color: #f6f6f6; + box-shadow: 0 3px 6px rgba(100, 100, 93, 0.16); } + GtkPopover:focus, GtkPopover:hover { + border-color: mix(#58d782,#282a36,0.3); } + GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus { + border-color: #1c1d26; } + GtkPopover:insensitive { + border-color: #22242e; } + GtkPopover:active:insensitive, GtkPopover:checked:insensitive { + border-color: #20222b; } + GtkPopover.background { + background-image: none; + background-color: #282a36; + color: #f6f6f6; } + GtkPopover:backdrop { + box-shadow: none; } + GtkPopover.osd { + box-shadow: 0 2px 7px 3px rgba(100, 100, 93, 0.5); } + GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action { + border-radius: 0; + border-width: 0; + background-color: transparent; + background-image: none; } + GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list { + background-color: #343746; + background-image: none; + color: #f6f6f6; } + GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action { + background-color: transparent; + background-image: none; + color: #f6f6f6; } + GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + GtkPopover .frame { + border-color: #20222b; + border-radius: 3px; } + GtkPopover .entry { + background-color: #282a36; + background-image: none; + border-color: #20222b; + color: #d3dae3; } + GtkPopover .entry:focus, GtkPopover .entry:hover { + border-color: mix(#58d782,#282a36,0.3); } + GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus { + border-color: #1c1d26; } + GtkPopover .entry:insensitive { + border-color: #22242e; } + GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive { + border-color: #20222b; } + GtkPopover .entry:focus, GtkPopover .entry:active { + border-color: #58d782; } + GtkPopover .entry:insensitive { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.32); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.32),0.3); } + GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.32); } + GtkPopover .button:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive { + border-color: rgba(171, 184, 201, 0.32); } + GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive { + border-color: rgba(157, 173, 193, 0.32); } + GtkPopover .button.flat, GtkPopover .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar GtkPopover .flat.button.suggested-action, GtkPopover .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar GtkPopover .flat.button.suggested-action { + border-color: rgba(45, 51, 61, 0); + color: #d3dae3; + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.4); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.4),0.3); } + GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.4); } + GtkPopover .button:hover:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:insensitive, GtkPopover .button.flat:hover:insensitive { + border-color: rgba(171, 184, 201, 0.4); } + GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive { + border-color: rgba(157, 173, 193, 0.4); } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.32); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.4),0.3); } + GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.4); } + GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive { + border-color: rgba(171, 184, 201, 0.4); } + GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive { + border-color: rgba(157, 173, 193, 0.4); } + GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.32),0.3); } + GtkPopover .button:checked:active, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active, GtkPopover .button:active:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.32); } + GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive { + border-color: rgba(171, 184, 201, 0.32); } + GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:active:checked:insensitive { + border-color: rgba(157, 173, 193, 0.32); } + GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover { + color: #d3dae3; } + GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive { + color: mix(#2d333d,#d3dae3,0.6); } + GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + GtkPopover .button.separator:insensitive, GtkPopover .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.header-bar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .selection-mode.toolbar .separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkPopover .separator.button.suggested-action:insensitive, GtkPopover .button .separator:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action .separator:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action .separator:insensitive { + color: rgba(45, 51, 61, 0.85); } + GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar { + background-color: transparent; } + GtkPopover .separator { + border: 0; + background-color: transparent; + color: #242631; + font-size: 80%; + font-weight: bold; } + +GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggested-action, .selection-mode.toolbar GtkModelButton.button.suggested-action, GtkModelButton.button:backdrop { + background-color: transparent; + background-image: none; + border-color: shade(alpha(currentColor,0.32),0.8); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover { + border-color: mix(#58d782,alpha(currentColor,0.32),0.3); } + GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus { + border-color: shade(alpha(currentColor,0.32),0.7); } + GtkModelButton.button:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive, GtkModelButton.button:backdrop:insensitive { + border-color: shade(alpha(currentColor,0.32),0.85); } + GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { + border-color: shade(alpha(currentColor,0.32),0.8); } + GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button:backdrop.flat { + border-color: rgba(0, 0, 0, 0); + color: currentColor; + background-color: rgba(0, 0, 0, 0); + background-image: none; + box-shadow: none; } + GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: shade(alpha(currentColor,0.4),0.8); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover { + border-color: mix(#58d782,alpha(currentColor,0.4),0.3); } + GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:hover:checked:hover:focus { + border-color: shade(alpha(currentColor,0.4),0.7); } + GtkModelButton.button:hover:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive { + border-color: shade(alpha(currentColor,0.4),0.85); } + GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive { + border-color: shade(alpha(currentColor,0.4),0.8); } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: alpha(currentColor,0.32); + color: currentColor; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover { + background-color: rgba(0, 0, 0, 0); + background-image: none; + border-color: shade(alpha(currentColor,0.4),0.8); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:hover { + border-color: mix(#58d782,alpha(currentColor,0.4),0.3); } + GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:focus:hover:checked:hover:focus { + border-color: shade(alpha(currentColor,0.4),0.7); } + GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive { + border-color: shade(alpha(currentColor,0.4),0.85); } + GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive { + border-color: shade(alpha(currentColor,0.4),0.8); } + GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active { + background-color: #58d782; + background-image: none; + border-color: shade(alpha(currentColor,0.32),0.8); + color: #f1f1f0; + box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); } + GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { + border-color: mix(#58d782,alpha(currentColor,0.32),0.3); } + GtkModelButton.button:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active, GtkModelButton.button:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover, GtkModelButton.button:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked, GtkModelButton.button:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active, GtkModelButton.button:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover, GtkModelButton.button:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:active:hover:focus, GtkModelButton.button:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked, GtkModelButton.button:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover, GtkModelButton.button:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active, GtkModelButton.button.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked, GtkModelButton.button.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active, GtkModelButton.button.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover, GtkModelButton.button.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:active:hover:focus, GtkModelButton.button.flat:active:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked, GtkModelButton.button.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop.flat:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop.flat:active:checked:hover:focus { + border-color: shade(alpha(currentColor,0.32),0.7); } + GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive { + border-color: shade(alpha(currentColor,0.32),0.85); } + GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive { + border-color: shade(alpha(currentColor,0.32),0.8); } + GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover { + color: currentColor; } + GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive { + background-color: alpha(mix(transparent,currentColor,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(transparent,currentColor,0.6); + box-shadow: none; } + GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive { + color: mix(transparent,currentColor,0.6); } + GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator { + border: 1px solid currentColor; + color: rgba(0, 0, 0, 0); } + GtkModelButton.button.separator:insensitive, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action:insensitive, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action:insensitive, GtkModelButton.button .separator:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive { + color: rgba(0, 0, 0, 0); } + GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; + box-shadow: none; } + GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button:backdrop.flat:checked { + box-shadow: none; } + GtkModelButton.button.flat, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover { + transition: none; } + +/*************** +! Dimmed label * +****************/ +.dim-label, GtkLabel.separator { + opacity: .5; + text-shadow: none; } + +/*********** + ! Tooltip * +************/ +.tooltip.background { + background-color: #282a36; + background-image: none; + border: 0; + border-radius: 3px; + color: #f1f1f0; } + +.tooltip * { + background-color: transparent; + color: inherit; } + +/*********** + ! Dialogs * +************/ +GtkMessageDialog, .message-dialog, .prompt { + -GtkDialog-content-area-border: 3px; + -GtkDialog-action-area-border: 3px; + -GtkDialog-button-spacing: 3px; + margin: 0; + padding: 0; } + +/********************* + ! App notifications * +**********************/ +.app-notification, .app-notification.frame { + border-style: solid; + border-color: rgba(32, 34, 43, 0.8); + border-width: 0 1px 1px; + border-radius: 0 0 3px 3px; + padding: 6px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + .app-notification .button, .app-notification .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .app-notification .button.suggested-action, .app-notification .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .app-notification .button.suggested-action, .app-notification.frame .button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .app-notification .button:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:insensitive, .app-notification.frame .button:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .app-notification .button.flat, .app-notification .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .app-notification .flat.button.suggested-action, .app-notification .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .app-notification .flat.button.suggested-action, .app-notification.frame .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f6f6f6; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .app-notification .button:checked:active, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active, .app-notification .button:checked:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification .button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active, .app-notification .button:active:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked, .app-notification .button:active:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active, .app-notification .button.flat:active:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .app-notification .button:checked:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:active:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:checked:insensitive, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:active:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:checked:insensitive, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover { + color: #f6f6f6; } + .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive { + color: rgba(40, 42, 54, 0.65); } + +/************* + ! Expanders * +**************/ +GtkExpander { + padding: 3px; + outline-offset: 1px; } + +.expander { + color: alpha(currentColor,0.7); + border: alpha(currentColor,0.7); } + .expander:hover { + color: alpha(currentColor,0.8); + border-color: alpha(currentColor,0.8); } + .expander:active { + color: alpha(currentColor,0.9); + border-color: alpha(currentColor,0.9); } + +/******************* + ! Symbolic images * +********************/ +.image { + color: alpha(currentColor,0.5); } + .image:hover { + color: alpha(currentColor,0.9); } + .image:selected, .image:selected:hover { + color: #f1f1f0; } + +/**************** + ! Floating bar * +*****************/ +.floating-bar { + background-color: #282a36; + background-image: none; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + .floating-bar.top { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .floating-bar.right { + border-right-width: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .floating-bar.bottom { + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .floating-bar.left { + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .floating-bar .button, .floating-bar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .floating-bar .button.suggested-action, .floating-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .floating-bar .button.suggested-action { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + border: 0; + background-color: transparent; + background-image: none; } + +/************************* + ! Touch text selections * +**************************/ +GtkBubbleWindow { + border-radius: 3px; + background-clip: border-box; } + GtkBubbleWindow.osd.background { + background-color: rgba(40, 42, 54, 0.8); } + GtkBubbleWindow .toolbar { + background-color: transparent; } + +/*************** + ! Font-viewer * +****************/ +SushiFontWidget { + padding: 3px 6px; } + +/************* + ! Gucharmap * +**************/ +GucharmapChartable { + background-color: #282a36; + color: #d3dae3; } + +/************* + ! Evolution * +**************/ +EPreviewPane .entry { + background-color: #282a36; + color: #d3dae3; } + +/******************* + ! Gnome Bluetooth * +********************/ +GtkEntry.entry.pin-entry { + font: regular 50; + padding-left: 25px; + padding-right: 25px; } + +GtkLabel.pin-label { + font: regular 50; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********** + ! Notebook +***********/ +.notebook { + padding: 0; + border-style: solid; + border-color: #20222b; + border-radius: 0; + background-color: #282a36; + background-image: none; + background-clip: border-box; + color: #d3dae3; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; } + .notebook.frame.top { + border-width: 0 1px 1px; } + .notebook.frame.right { + border-width: 1px 0 1px 1px; } + .notebook.frame.bottom { + border-width: 1px 1px 0; } + .notebook.frame.left { + border-width: 1px 1px 1px 0; } + .notebook.header { + border-width: 2px; + background-color: transparent; } + .notebook GtkViewport { + border-width: 0; + background-color: #282a36; + color: #d3dae3; } + .notebook tab { + padding: 4px 6px; + border-style: solid; + border-color: #1a1b23; + background-color: #20222b; + background-image: none; + /* close button styling */ } + .notebook tab:active { + background-color: #282a36; + background-image: none; } + .notebook tab.top { + border-width: 2px 1px 1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .notebook tab.top:active { + border-top-width: 3px; + border-top-color: #58d782; + border-bottom-width: 0; } + .notebook tab.right { + border-width: 1px 2px 1px 1px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .notebook tab.right:active { + border-right-width: 3px; + border-right-color: #58d782; + border-left-width: 0; } + .notebook tab.bottom { + border-width: 1px 1px 2px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .notebook tab.bottom:active { + border-bottom-width: 3px; + border-bottom-color: #58d782; + border-top-width: 0; } + .notebook tab.left { + border-width: 1px 1px 1px 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .notebook tab.left:active { + border-left-width: 3px; + border-left-color: #58d782; + border-right-width: 0; } + .notebook tab GtkLabel { + color: mix(#d3dae3,#282a36,0.3); } + .notebook tab.reorderable-page:hover { + background-color: #22242e; + border-left: 0; + border-right: 0; + /* using box shadows instead of borders due to slanted edges */ + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1c1d26, inset -1px 0 #1c1d26; } + .notebook tab.reorderable-page:active { + background-color: #242631; + border-left: 0; + border-right: 0; + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1e2029, inset -1px 0 #1e2029; } + .notebook .prelight-page, .notebook .prelight-page GtkLabel { + color: mix(#d3dae3,#282a36,0.15); } + .notebook .active-page, .notebook .active-page GtkLabel { + color: #d3dae3; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/******* + ! OSD * +********/ +GtkOverlay.osd { + background-color: transparent; } + +.osd, +#XfceNotifyWindow { + /* used by gnome-settings-daemon's media-keys OSD */ + /* used by Documents */ } + .osd.background, + #XfceNotifyWindow.background { + background-color: rgba(40, 42, 54, 0.6); + color: #f6f6f6; } + .osd.frame, + #XfceNotifyWindow.frame { + background-clip: border-box; + background-origin: border-box; } + .osd.button, .selection-mode.header-bar .osd.button.suggested-action, .selection-mode.toolbar .osd.button.suggested-action, .osd .button, .osd .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .osd .button.suggested-action, .osd .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .osd .button.suggested-action, + #XfceNotifyWindow.button, + #XfceNotifyWindow .button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover:focus, .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover:focus, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover:focus, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover:focus, + #XfceNotifyWindow.button:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover:focus, + #XfceNotifyWindow.button:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover:focus, + #XfceNotifyWindow .button:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover:focus, + #XfceNotifyWindow .button:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .osd.button:insensitive, .selection-mode.header-bar .osd.button.suggested-action:insensitive, .selection-mode.toolbar .osd.button.suggested-action:insensitive, .osd .button:insensitive, .osd .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .osd .button.suggested-action:insensitive, .osd .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .osd .button.suggested-action:insensitive, + #XfceNotifyWindow.button:insensitive, + #XfceNotifyWindow .button:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .osd.button.flat, .selection-mode.header-bar .osd.flat.button.suggested-action, .selection-mode.toolbar .osd.flat.button.suggested-action, .osd .button.flat, .osd .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .osd .flat.button.suggested-action, .osd .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .osd .flat.button.suggested-action, + #XfceNotifyWindow.button.flat, + #XfceNotifyWindow .button.flat { + border-color: rgba(40, 42, 54, 0); + color: #f6f6f6; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd.button.flat:hover, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .button.flat:hover, + #XfceNotifyWindow.button:hover, + #XfceNotifyWindow.button.flat:hover, + #XfceNotifyWindow .button:hover, + #XfceNotifyWindow .button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, + #XfceNotifyWindow.button:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:focus, + #XfceNotifyWindow.button:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:hover, + #XfceNotifyWindow.button.flat:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:focus, + #XfceNotifyWindow.button.flat:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:hover, + #XfceNotifyWindow .button:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:focus, + #XfceNotifyWindow .button:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:hover, + #XfceNotifyWindow .button.flat:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:focus, + #XfceNotifyWindow .button.flat:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .osd.button:hover:active, .selection-mode.header-bar .osd.button.suggested-action:hover:active, .selection-mode.toolbar .osd.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active, .osd.button:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover, .osd.button:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:focus, .osd.button:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:hover:focus, .osd.button:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked, .osd.button:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover, .osd.button:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active, .osd.button.flat:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover, .osd.button.flat:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:hover:focus, .osd.button.flat:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked, .osd.button.flat:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover, .osd.button.flat:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:hover:focus, .osd .button:hover:active, .osd .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .osd .button.suggested-action:hover:active, .osd .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .osd .button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active, .osd .button:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover, .osd .button:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:hover:focus, .osd .button:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked, .osd .button:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active, .osd .button.flat:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked, .osd .button.flat:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow.button:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active, + #XfceNotifyWindow.button:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover, + #XfceNotifyWindow.button:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:focus, + #XfceNotifyWindow.button:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow.button:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked, + #XfceNotifyWindow.button:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow.button:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow.button:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow.button.flat:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active, + #XfceNotifyWindow.button.flat:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow.button.flat:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow.button.flat:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow.button.flat:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked, + #XfceNotifyWindow.button.flat:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow.button.flat:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow.button.flat:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .button:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active, + #XfceNotifyWindow .button:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover, + #XfceNotifyWindow .button:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:focus, + #XfceNotifyWindow .button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .button:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked, + #XfceNotifyWindow .button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .button.flat:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active, + #XfceNotifyWindow .button.flat:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover, + #XfceNotifyWindow .button.flat:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:focus, + #XfceNotifyWindow .button.flat:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:hover:focus, + #XfceNotifyWindow .button.flat:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked, + #XfceNotifyWindow .button.flat:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover, + #XfceNotifyWindow .button.flat:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:focus, + #XfceNotifyWindow .button.flat:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive, + #XfceNotifyWindow.button:hover:insensitive, + #XfceNotifyWindow.button.flat:hover:insensitive, + #XfceNotifyWindow .button:hover:insensitive, + #XfceNotifyWindow .button.flat:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .osd.button:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow.button:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow.button:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow.button.flat:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow.button.flat:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .button.flat:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:active:insensitive, + #XfceNotifyWindow .button.flat:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button.flat:focus, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button.flat:focus, + #XfceNotifyWindow.button:focus, + #XfceNotifyWindow.button.flat:focus, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.32); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover, + #XfceNotifyWindow.button:focus:hover, + #XfceNotifyWindow.button.flat:focus:hover, + #XfceNotifyWindow .button:focus:hover, + #XfceNotifyWindow .button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow.button:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow.button:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow.button.flat:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .button.flat:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.4),0.3); } + .osd.button:focus:hover:active, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active, .osd.button:focus:hover:active:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow.button:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active, + #XfceNotifyWindow.button:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow.button:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow.button:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow.button:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow.button:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow.button:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow.button.flat:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow.button.flat:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow.button.flat:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow.button.flat:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow.button.flat:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .button:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active, + #XfceNotifyWindow .button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active, + #XfceNotifyWindow .button.flat:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover, + #XfceNotifyWindow .button.flat:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:focus, + #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:hover:focus, + #XfceNotifyWindow .button.flat:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked, + #XfceNotifyWindow .button.flat:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover, + #XfceNotifyWindow .button.flat:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:focus, + #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.4); } + .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive, + #XfceNotifyWindow.button:focus:hover:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:insensitive, + #XfceNotifyWindow .button:focus:hover:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:insensitive { + border-color: rgba(209, 209, 209, 0.4); } + .osd.button:focus:hover:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow.button:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow.button:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:active:insensitive, + #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus:hover:checked:insensitive { + border-color: rgba(197, 197, 197, 0.4); } + .osd.button:checked, .selection-mode.header-bar .osd.button.suggested-action:checked, .selection-mode.toolbar .osd.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked, .osd.button:active, .selection-mode.header-bar .osd.button.suggested-action:active, .selection-mode.toolbar .osd.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active, .osd.button.flat:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked, .osd.button.flat:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active, .osd .button:checked, .osd .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .osd .button.suggested-action:checked, .osd .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .osd .button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked, .osd .button:active, .osd .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .osd .button.suggested-action:active, .osd .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .osd .button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active, .osd .button.flat:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked, .osd .button.flat:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active, + #XfceNotifyWindow.button:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked, + #XfceNotifyWindow.button:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active, + #XfceNotifyWindow.button.flat:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked, + #XfceNotifyWindow.button.flat:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active, + #XfceNotifyWindow .button:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked, + #XfceNotifyWindow .button:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active, + #XfceNotifyWindow .button.flat:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked, + #XfceNotifyWindow .button.flat:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active { + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button.flat:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + #XfceNotifyWindow.button.flat:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + #XfceNotifyWindow.button.flat:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + #XfceNotifyWindow.button.flat:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button.flat:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .button.flat:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .button.flat:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .button.flat:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.32),0.3); } + .osd.button:checked:active, .selection-mode.header-bar .osd.button.suggested-action:checked:active, .selection-mode.toolbar .osd.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active, .osd.button:checked:active:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover, .osd.button:checked:active:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:focus, .osd.button:checked:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:hover:focus, .osd.button:checked:checked, .selection-mode.header-bar .osd.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked, .osd.button:checked:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover, .osd.button:checked:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:hover:focus, .osd.button:active:active, .selection-mode.header-bar .osd.button.suggested-action:active:active, .selection-mode.toolbar .osd.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active, .osd.button:active:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover, .osd.button:active:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:focus, .osd.button:active:active:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:hover:focus, .osd.button:active:checked, .selection-mode.header-bar .osd.button.suggested-action:active:checked, .selection-mode.toolbar .osd.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked, .osd.button:active:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover, .osd.button:active:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:focus, .osd.button:active:checked:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:hover:focus, .osd.button.flat:checked:active, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active, .osd.button.flat:checked:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover, .osd.button.flat:checked:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:hover:focus, .osd.button.flat:checked:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked, .osd.button.flat:checked:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover, .osd.button.flat:checked:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:hover:focus, .osd.button.flat:active:active, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active, .osd.button.flat:active:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover, .osd.button.flat:active:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:focus, .osd.button.flat:active:active:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:hover:focus, .osd.button.flat:active:checked, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked, .osd.button.flat:active:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover, .osd.button.flat:active:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:hover:focus, .osd .button:checked:active, .osd .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .osd .button.suggested-action:checked:active, .osd .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .osd .button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active, .osd .button:checked:active:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover, .osd .button:checked:active:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:hover:focus, .osd .button:checked:checked, .osd .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .osd .button.suggested-action:checked:checked, .osd .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .osd .button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked, .osd .button:checked:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:hover:focus, .osd .button:active:active, .osd .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .osd .button.suggested-action:active:active, .osd .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .osd .button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active, .osd .button:active:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover, .osd .button:active:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:focus, .osd .button:active:active:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:hover:focus, .osd .button:active:checked, .osd .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .osd .button.suggested-action:active:checked, .osd .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .osd .button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked, .osd .button:active:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover, .osd .button:active:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active, .osd .button.flat:checked:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked, .osd .button.flat:checked:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active, .osd .button.flat:active:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover, .osd .button.flat:active:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:hover:focus, .osd .button.flat:active:checked, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked, .osd .button.flat:active:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:focus, .osd .button.flat:active:checked:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow.button:checked:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active, + #XfceNotifyWindow.button:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover, + #XfceNotifyWindow.button:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:focus, + #XfceNotifyWindow.button:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow.button:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked, + #XfceNotifyWindow.button:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow.button:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow.button:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow.button:active:active, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active, + #XfceNotifyWindow.button:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover, + #XfceNotifyWindow.button:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:focus, + #XfceNotifyWindow.button:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow.button:active:checked, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked, + #XfceNotifyWindow.button:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover, + #XfceNotifyWindow.button:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:focus, + #XfceNotifyWindow.button:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow.button.flat:checked:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active, + #XfceNotifyWindow.button.flat:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow.button.flat:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow.button.flat:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow.button.flat:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked, + #XfceNotifyWindow.button.flat:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow.button.flat:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow.button.flat:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow.button.flat:active:active, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active, + #XfceNotifyWindow.button.flat:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow.button.flat:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow.button.flat:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow.button.flat:active:checked, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked, + #XfceNotifyWindow.button.flat:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow.button.flat:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow.button.flat:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .button:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active, + #XfceNotifyWindow .button:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover, + #XfceNotifyWindow .button:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:focus, + #XfceNotifyWindow .button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .button:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked, + #XfceNotifyWindow .button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .button:active:active, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active, + #XfceNotifyWindow .button:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover, + #XfceNotifyWindow .button:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:focus, + #XfceNotifyWindow .button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .button:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked, + #XfceNotifyWindow .button:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover, + #XfceNotifyWindow .button:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:focus, + #XfceNotifyWindow .button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .button.flat:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active, + #XfceNotifyWindow .button.flat:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover, + #XfceNotifyWindow .button.flat:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:focus, + #XfceNotifyWindow .button.flat:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:hover:focus, + #XfceNotifyWindow .button.flat:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked, + #XfceNotifyWindow .button.flat:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover, + #XfceNotifyWindow .button.flat:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:focus, + #XfceNotifyWindow .button.flat:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:hover:focus, + #XfceNotifyWindow .button.flat:active:active, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active, + #XfceNotifyWindow .button.flat:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover, + #XfceNotifyWindow .button.flat:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:focus, + #XfceNotifyWindow .button.flat:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:hover:focus, + #XfceNotifyWindow .button.flat:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked, + #XfceNotifyWindow .button.flat:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover, + #XfceNotifyWindow .button.flat:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:focus, + #XfceNotifyWindow .button.flat:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:hover:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.32); } + .osd.button:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:insensitive, .osd.button:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:insensitive, .osd.button.flat:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:insensitive, .osd.button.flat:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:insensitive, .osd .button:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:insensitive, .osd .button:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:insensitive, .osd .button.flat:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:insensitive, + #XfceNotifyWindow.button.flat:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow.button.flat:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:insensitive, + #XfceNotifyWindow .button.flat:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:insensitive, + #XfceNotifyWindow .button.flat:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:insensitive { + border-color: rgba(209, 209, 209, 0.32); } + .osd.button:checked:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:active:insensitive, .osd.button:active:checked:insensitive, .selection-mode.header-bar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .selection-mode.header-bar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd.flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:active:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:active:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:active:insensitive, .osd .button.flat:active:checked:insensitive, .osd .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.header-bar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, .selection-mode.toolbar .osd .flat.button.suggested-action:active:checked:insensitive, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:checked:insensitive, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow.button:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow.button:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow.button:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow.button:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow.button.flat:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow.button.flat:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow.button.flat:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow.button.flat:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .button.flat:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:active:insensitive, + #XfceNotifyWindow .button.flat:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:checked:insensitive, + #XfceNotifyWindow .button.flat:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:active:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:active:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:active:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:active:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:active:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:active:insensitive, + #XfceNotifyWindow .button.flat:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:checked:insensitive, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:checked:insensitive, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:checked:insensitive, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:checked:insensitive, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:checked:insensitive { + border-color: rgba(197, 197, 197, 0.32); } + .osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, + #XfceNotifyWindow.button:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:focus, + #XfceNotifyWindow.button:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:checked:hover, + #XfceNotifyWindow.button:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:focus, + #XfceNotifyWindow.button:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:active:hover, + #XfceNotifyWindow.button.flat:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:focus, + #XfceNotifyWindow.button.flat:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:checked:hover, + #XfceNotifyWindow.button.flat:active:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:focus, + #XfceNotifyWindow.button.flat:active:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:active:hover, + #XfceNotifyWindow .button:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:focus, + #XfceNotifyWindow .button:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:checked:hover, + #XfceNotifyWindow .button:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:focus, + #XfceNotifyWindow .button:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:active:hover, + #XfceNotifyWindow .button.flat:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:focus, + #XfceNotifyWindow .button.flat:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:checked:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:checked:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:checked:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:checked:hover, + #XfceNotifyWindow .button.flat:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:focus, + #XfceNotifyWindow .button.flat:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:active:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:active:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:active:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover, + #XfceNotifyWindow.button:focus, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:focus, + #XfceNotifyWindow.button:hover, + .selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow.button.suggested-action:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.suggested-action.button:hover, + #XfceNotifyWindow.button.flat:focus, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:focus, + #XfceNotifyWindow.button.flat:hover, + .selection-mode.header-bar #XfceNotifyWindow.flat.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow.flat.button.suggested-action:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow.flat.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow.flat.suggested-action.button:hover, + #XfceNotifyWindow .button:focus, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:focus, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:focus, + #XfceNotifyWindow .button:hover, + #XfceNotifyWindow .selection-mode.header-bar .button.suggested-action:hover, + .selection-mode.header-bar #XfceNotifyWindow .button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.toolbar .button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow .button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .suggested-action.button:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .suggested-action.button:hover, + #XfceNotifyWindow .button.flat:focus, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:focus, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:focus, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:focus, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:focus, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:focus, + #XfceNotifyWindow .button.flat:hover, + #XfceNotifyWindow .selection-mode.header-bar .flat.button.suggested-action:hover, + .selection-mode.header-bar #XfceNotifyWindow .flat.button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.toolbar .flat.button.suggested-action:hover, + .selection-mode.toolbar #XfceNotifyWindow .flat.button.suggested-action:hover, + #XfceNotifyWindow .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, + .selection-mode.header-bar .selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:hover, + #XfceNotifyWindow .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, + .selection-mode.toolbar .selection-mode.header-bar #XfceNotifyWindow .flat.suggested-action.button:hover { + color: #f6f6f6; } + .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive, + #XfceNotifyWindow.button:insensitive:insensitive, + #XfceNotifyWindow.button.flat:insensitive:insensitive, + #XfceNotifyWindow .button:insensitive:insensitive, + #XfceNotifyWindow .button.flat:insensitive:insensitive { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive, + #XfceNotifyWindow.button:insensitive:insensitive :insensitive, + #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive, + #XfceNotifyWindow .button:insensitive:insensitive :insensitive, + #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, + #XfceNotifyWindow.button:active:insensitive, + #XfceNotifyWindow.button:checked:insensitive, + #XfceNotifyWindow .button:active:insensitive, + #XfceNotifyWindow .button:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive, + #XfceNotifyWindow.button:active:insensitive:insensitive, + #XfceNotifyWindow.button:checked:insensitive:insensitive, + #XfceNotifyWindow .button:active:insensitive:insensitive, + #XfceNotifyWindow .button:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + .osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator, + #XfceNotifyWindow.button.separator, + #XfceNotifyWindow.button .separator, + #XfceNotifyWindow .button.separator, + #XfceNotifyWindow .button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive, + #XfceNotifyWindow.button.separator:insensitive, + #XfceNotifyWindow.button .separator:insensitive, + #XfceNotifyWindow .button.separator:insensitive, + #XfceNotifyWindow .button .separator:insensitive { + color: rgba(40, 42, 54, 0.65); } + .osd.toolbar, + #XfceNotifyWindow.toolbar { + -GtkToolbar-button-relief: normal; + padding: 3px; + border: 1px solid rgba(32, 34, 43, 0.8); + border-radius: 3px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + .osd.toolbar .separator, + #XfceNotifyWindow.toolbar .separator { + color: rgba(36, 38, 49, 0.8); } + .osd.trough, + #XfceNotifyWindow.trough { + background-color: rgba(32, 34, 43, 0.8); } + .osd.progressbar, + #XfceNotifyWindow.progressbar { + background-color: #f6f6f6; } + .osd .scale.slider, + #XfceNotifyWindow .scale.slider { + background-color: rgba(43, 45, 58, 0.8); + background-image: none; + border-color: rgba(32, 34, 43, 0.8); } + .osd .scale.slider:focus, .osd .scale.slider:hover, + #XfceNotifyWindow .scale.slider:focus, + #XfceNotifyWindow .scale.slider:hover { + border-color: mix(#58d782,rgba(40, 42, 54, 0.8),0.3); } + .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus, + #XfceNotifyWindow .scale.slider:active, + #XfceNotifyWindow .scale.slider:active:hover, + #XfceNotifyWindow .scale.slider:active:focus, + #XfceNotifyWindow .scale.slider:active:hover:focus, + #XfceNotifyWindow .scale.slider:checked, + #XfceNotifyWindow .scale.slider:checked:hover, + #XfceNotifyWindow .scale.slider:checked:focus, + #XfceNotifyWindow .scale.slider:checked:hover:focus { + border-color: rgba(28, 29, 38, 0.8); } + .osd .scale.slider:insensitive, + #XfceNotifyWindow .scale.slider:insensitive { + border-color: rgba(34, 36, 46, 0.8); } + .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive, + #XfceNotifyWindow .scale.slider:active:insensitive, + #XfceNotifyWindow .scale.slider:checked:insensitive { + border-color: rgba(32, 34, 43, 0.8); } + .osd .scale.slider:insensitive, + #XfceNotifyWindow .scale.slider:insensitive { + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd .scale.trough, + #XfceNotifyWindow .scale.trough { + border-color: rgba(32, 34, 43, 0.8); + background-color: rgba(43, 45, 58, 0.8); + background-image: none; } + .osd .scale.trough.highlight, + #XfceNotifyWindow .scale.trough.highlight { + border-color: #58d782; + background-color: #58d782; + background-image: none; } + .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive, + #XfceNotifyWindow .scale.trough:insensitive, + #XfceNotifyWindow .scale.trough.highlight:insensitive { + border-color: rgba(34, 36, 46, 0.8); + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML, + #XfceNotifyWindow.view, + GtkHTML#XfceNotifyWindow, + #XfceNotifyWindow .view, + #XfceNotifyWindow GtkHTML { + background-color: rgba(40, 42, 54, 0.8); } + .osd .scrollbar .trough, + #XfceNotifyWindow .scrollbar .trough { + background-color: rgba(40, 42, 54, 0.8); } + .osd .scrollbar .slider, + #XfceNotifyWindow .scrollbar .slider { + border: 1px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 0; + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.21); } + .osd .scrollbar .slider:hover, + #XfceNotifyWindow .scrollbar .slider:hover { + border-color: mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.31); + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.31); } + .osd .scrollbar .slider:active, + #XfceNotifyWindow .scrollbar .slider:active { + border-color: #40d170; + background-color: #58d782; } + .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus, + #XfceNotifyWindow GtkIconView.cell:selected, + #XfceNotifyWindow GtkIconView.cell:selected:focus { + background-color: transparent; + border: 3px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 3px; + outline-color: transparent; } + .osd .page-thumbnail, + #XfceNotifyWindow .page-thumbnail { + border: 1px solid rgba(36, 38, 49, 0.8); + /* when there's no pixbuf yet */ + background-color: rgba(40, 42, 54, 0.8); } + +.osd GtkProgressBar, GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 2px; + -GtkProgressBar-min-horizontal-bar-height: 2px; + padding: 0; } + .osd GtkProgressBar.trough, GtkProgressBar.osd.trough { + padding: 0; + border-style: none; + border-radius: 0; + background-image: none; + background-color: transparent; } + .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar { + border-style: none; + border-radius: 0; + background-color: #58d782; + background-image: none; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + .overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } + +.undershoot.bottom { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } + +.undershoot.left { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } + +.undershoot.right { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +/***************** + ! Progress bars * +******************/ +GtkProgressBar { + padding: 0; + border-radius: 3px; + font-size: smaller; + color: rgba(241, 241, 240, 0.6); + -GtkProgressBar-min-horizontal-bar-height: 6; + -GtkProgressBar-min-vertical-bar-width: 6; } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + GtkProgressBar.trough { + border: 1px solid rgba(32, 34, 43, 0.5); + background-color: mix(#282a36,#282a36,0.08); + background-image: none; } + +.progressbar { + background-color: #58d782; + background-image: none; + border-radius: 0; + box-shadow: none; } + .progressbar.left { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + .progressbar.right { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + .progressbar.left.right { + box-shadow: none; } + .progressbar.vertical { + background-color: #58d782; + background-image: none; } + .progressbar.vertical.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + .progressbar.vertical.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border: 1px solid rgba(32, 34, 43, 0.5); + border-radius: 3px; } + +.level-bar.fill-block { + background-color: #58d782; + background-image: none; + border-color: transparent; + border-radius: 0; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin-right: 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin-bottom: 1px; } + .level-bar.fill-block.level-high { + background-color: #71f59c; + border-color: transparent; } + .level-bar.fill-block.level-low { + background-color: #fbffcb; + border-color: transparent; } + .level-bar.fill-block.empty-fill-block { + background-color: transparent; + border-color: transparent; + box-shadow: none; } + +.scale { + -GtkRange-slider-width: 16; + -GtkRange-trough-border: 1; + -GtkScale-slider-length: 16; + padding: 0; + border-width: 1px; + border-radius: 3px; + outline-offset: -1px; } + .scale.slider { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border-color: #20222b; + border-radius: 8px; + border-width: 1px; + border-style: solid; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.3); } + .scale.slider:focus, .scale.slider:hover { + border-color: mix(#58d782,#282a36,0.3); } + .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus { + border-color: #1c1d26; } + .scale.slider:insensitive { + border-color: #22242e; } + .scale.slider:active:insensitive, .scale.slider:checked:insensitive { + border-color: #20222b; } + .scale.slider:insensitive { + background-color: #242631; + background-image: none; } + .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover { + background-size: 50%; + background-repeat: no-repeat; + background-position: center; } + .scale.mark { + border-color: rgba(32, 34, 43, 0.5); } + .scale.trough { + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + margin: 7px 0; + border: 1px solid rgba(32, 34, 43, 0.5); + border-radius: 3px; } + .scale.trough:insensitive { + background-color: #242631; + background-image: none; } + .scale.trough.vertical { + margin: 0 7px; } + .scale.highlight.left, .memuitem .scale.highlight.left { + background-color: #58d782; + background-image: none; + border-color: #58d782; } + .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover { + border-color: #2fc460; + background-color: #2fc460; } + .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive { + background-color: #242631; + background-image: none; + border-color: #22242e; } + .scale.highlight.bottom { + background-color: #58d782; + background-image: none; + border-color: #58d782; } + +/*********** + ! Scrollbar +************/ +* { + -GtkRange-slider-width: 8; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-border: 2; + -GtkRange-trough-under-steppers: 1; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 80; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; } + +.scrollbar { + border: 0; + padding: 0; } + .scrollbar.button, .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.toolbar .scrollbar.button.suggested-action, .scrollbar.button:active, .scrollbar.button:active:hover { + border-width: 0; + border-radius: 0; + background-color: transparent; + background-image: none; + color: rgba(241, 241, 240, 0.5); } + .scrollbar.slider, .scrollbar.slider.vertical { + border: 0; + border-radius: 3px; + background-color: mix(#282a36,#f1f1f0,0.21); } + .scrollbar.slider:hover, .scrollbar.slider.vertical:hover { + background-color: mix(#282a36,#f1f1f0,0.31); } + .scrollbar.slider:active, .scrollbar.slider.vertical:active { + background-color: #58d782; } + .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active { + border: 2px solid transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: .5; + -GtkRange-slider-width: 4px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #f1f1f0; + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: .7; } + +.scrollbars-junction, +.scrollbars-junction.frame, +.scrollbar.trough { + border: 0; + border-radius: 0; + background-color: #282a36; + background-image: none; } + +OsThumb, OsScrollbar { + color: #1c1d26; } + OsThumb:selected, OsScrollbar:selected { + background-color: #58d782; } + OsThumb:active, OsScrollbar:active { + background-color: #58d782; } + OsThumb:insensitive, OsScrollbar:insensitive { + background-color: #242631; } + +/********* + ! Sidebar +**********/ +.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus { + border-width: 1px; + border-style: solid; + border-color: #242631; + color: #242631; } + +.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus { + border: 0; + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.sidebar row:selected:hover, .sidebar .view row:selected:hover { + border: 0; + background-image: none; + background-color: #64da8b; + color: #f1f1f0; } + +.sidebar row:hover, .sidebar .view row:hover { + border: 0; + background-image: none; + background-color: #2a2c39; } + +.sidebar .frame { + border-width: 0; } + +.sidebar .sidebar-row { + padding: 1px; } + +.sidebar .sidebar-icon { + padding-left: 6px; + padding-right: 6px; } + +GtkAssistant .sidebar { + padding: 3px; + border-width: 0 1px 0 0; + border-style: solid; + border-right-color: #20222b; + border-radius: 0; + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + GtkAssistant .sidebar:dir(ltr) { + border-width: 0 1px 0 0; } + GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) { + border-width: 0 0 0 1px; } + GtkAssistant .sidebar .label { + padding: 3px 6px; } + GtkAssistant .sidebar .label.highlight { + background-color: mix(#282a36,#f1f1f0,0.8); } + GtkAssistant .sidebar.csd .sidebar { + border-top-style: none; } + GtkAssistant .sidebar .highlight { + font: bold; } + +/****** +! Paned +*******/ +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 3px; } + GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) { + margin-right: 0; + margin-left: 3px; } + GtkPaned .pane-separator { + background-color: #242631; } + GtkPaned.wide { + -GtkPaned-handle-size: 4; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #242631; + border-width: 1px; } + GtkPaned.wide.vertical .pane-separator { + border-style: solid none; } + +/******************* + ! Spinner animation +********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +.spinner { + background-image: none; + background-color: #58d782; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: .5; } + +/*********************** + ! Check and Radio items +************************/ +* { + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; } + +.radio { + background-image: none; + -gtk-icon-source: url("../assets/radio-unchecked.svg"); } + .radio:insensitive { + -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } + .radio:checked, .radio:active { + -gtk-icon-source: url("../assets/radio-checked.svg"); } + .radio:checked:insensitive, .radio:active:insensitive { + -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } + .radio:inconsistent { + -gtk-icon-source: url("../assets/radio-mixed.svg"); } + .radio:inconsistent:insensitive { + -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } + .radio.menuitem { + -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } + .radio.menuitem:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + .radio.menuitem:checked, .radio.menuitem:active { + -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } + .radio.menuitem:checked:hover, .radio.menuitem:active:hover { + -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } + .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + .radio.menuitem:inconsistent { + -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } + .radio.menuitem:inconsistent:hover { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } + .radio.menuitem:inconsistent:insensitive { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } + +.check, GtkIconView.content-view.check { + background-image: none; + -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); } + .check:insensitive, GtkIconView.content-view.check:insensitive { + -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } + .check:checked, GtkIconView.content-view.check:checked, .check:active, GtkIconView.content-view.check:active { + -gtk-icon-source: url("../assets/checkbox-checked.svg"); } + .check:checked:insensitive, .check:active:insensitive { + -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } + .check:inconsistent, GtkIconView.content-view.check:inconsistent { + -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } + .check:inconsistent:insensitive { + -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } + .check.menuitem, GtkIconView.menuitem.content-view.check { + -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } + .check.menuitem:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + .check.menuitem:checked, .check.menuitem:active { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } + .check.menuitem:checked:hover, .check.menuitem:active:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } + .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + .check.menuitem:inconsistent { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } + .check.menuitem:inconsistent:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } + .check.menuitem:inconsistent:insensitive { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } + +.view.content-view.check:not(list), GtkHTML.content-view.check:not(list), GtkIconView.content-view.check:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list), GtkIconView.content-view.check:hover:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list), GtkIconView.content-view.check:active:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list), GtkIconView.content-view.check:backdrop:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list), GtkIconView.content-view.check:checked:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list), GtkIconView.content-view.check:checked:hover:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list), GtkIconView.content-view.check:checked:active:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list), GtkIconView.content-view.check:backdrop:checked:not(list) { + icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +/******** + ! Switch +*********/ +GtkSwitch { + padding: 0; + border-radius: 3px; + font: bold condensed; + outline-offset: -4px; } + GtkSwitch.slider { + background-color: #303241; + background-image: none; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + GtkSwitch.slider:insensitive { + border-color: rgba(0, 0, 0, 0.1); + background-color: #242631; + box-shadow: none; } + GtkSwitch.trough { + background-color: #262833; + background-image: none; + border: 1px solid #20222b; + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + GtkSwitch.trough:active { + background-color: #58d782; + background-image: none; + border-color: #40d170; + color: #f1f1f0; } + GtkSwitch.trough:insensitive { + background-color: #242631; + background-image: none; + border-color: #22242e; + color: mix(#f1f1f0,#282a36,0.5); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +/*************** + ! Generic views +****************/ +* { + -GtkTextView-error-underline-color: #fc4a6d; } + +.view, GtkHTML { + color: #d3dae3; + background-color: #282a36; } + .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive { + background-color: #242631; + color: mix(#d3dae3,#282a36,0.5); } + +.cell { + border-width: 0; + border-radius: 0; } + .cell:selected, .cell:selected:focus { + background-color: #58d782; + color: #f1f1f0; } + +row:selected, row:selected:hover, row:selected:focus { + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + +.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check { + background-color: #282a36; } + .content-view.view:hover, GtkHTML.content-view:hover { + background-color: rgba(88, 215, 130, 0.6); } + .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active { + background-color: #58d782; } + .content-view.view:insensitive, GtkHTML.content-view:insensitive { + background-color: #242631; } + .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected { + background-color: transparent; } + +.content-view .subtitle, GtkIconView.content-view.check .subtitle { + font: smaller; + padding: 0 12px; } + +GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { + border: 0; + border-radius: 2px; + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + +.dim-label, GtkLabel.separator, .dim-label.view { + color: alpha(currentColor,0.5); } + +.dnd { + border: 1px solid #58d782; } + +.grip { + background-color: transparent; } + +.arrow { + color: alpha(currentColor,0.7); } + +.rubberband, .rubberband.view, .rubberband.content-view.view, GtkHTML.content-view { + border: 1px solid #58d782; + border-radius: 0; + background-color: rgba(88, 215, 130, 0.3); } + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; } + +/* this will get overridden by .view, needed by gedit line numbers */ +GtkTextView { + background-color: mix(#282a36,#282a36,0.5); } + +GtkHTML:insensitive { + background-color: #242631; } + +GtkDrawingArea { + background-color: transparent; } + +/************ + ! Treeview * +*************/ +GtkTreeView { + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + outline-offset: -1px; + border-top-color: #242631; } + GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus { + border-top-color: #58d782; } + GtkTreeView.dnd { + border: 1px solid #58d782; } + GtkTreeView .entry { + border-radius: 0; + background-color: #282a36; + background-image: none; } + GtkTreeView .progressbar { + background-color: #58d782; + background-image: none; + border: 1px solid #2fc460; } + GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected { + background-color: #58d782; + background-image: none; + border: 1px solid mix(#58d782,#58d782,0.3); + color: #f1f1f0; } + GtkTreeView .progressbar:insensitive:insensitive { + background-color: #282a36; + background-image: none; + border-color: #22242e; } + GtkTreeView .trough { + background-color: mix(#282a36,#282a36,0.5); + border: 1px solid #20222b; } + GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected { + background-color: #282a36; + border: 1px solid mix(#58d782,#282a36,0.3); + color: #d3dae3; } + GtkTreeView .trough:insensitive:insensitive { + background-color: #282a36; } + +/*********** + ! Separator +************/ +.view.separator, .separator { + color: #242631; + border: 1px solid currentColor; } + +/********************* + ! Column view headers +**********************/ +column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active { + border-width: 0 1px 1px 0; + border-radius: 0; } + +column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus { + border-color: #242631; + border-bottom-color: #20222b; } + +column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus { + border-color: #242631; + border-bottom-color: #20222b; } + +column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action { + border-width: 0 0 1px; } + +/********** + ! Frames * +***********/ +.frame { + border: 1px solid #20222b; } + .frame.flat { + border: 0; } + +.content-view, GtkIconView.content-view.check { + background-color: mix(#282a36,#282a36,0.28); + color: mix(#d3dae3,#f1f1f0,0.18); + border: 1px solid shade(mix(#282a36,#282a36,0.78),0.8); } + +/************** + ! Window frame +***************/ +.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame { + box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #5af78e; } + .window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #282a36; } + +.window-frame { + border: 0; + border-radius: 3px 3px 0 0; + background-color: mix(#1c1d26,#f6f6f6,0.21); + /* this is used for the resize cursor area */ + margin: 9px; } + .window-frame.tiled { + border-radius: 0; } + .window-frame.solid-csd { + border-radius: 0; + margin: 0; + background-color: mix(#1c1d26,#f6f6f6,0.21); + box-shadow: none; } + .window-frame.csd.popup { + border-radius: 0; } + .window-frame.csd.tooltip { + border-radius: 3px; + box-shadow: none; } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.ssd { + box-shadow: 0 0 0 1px #5af78e; } + .window-frame.ssd.maximized { + border-radius: 0; } + +/*********************** + ! Unity Greeter * + ***********************/ +.lightdm.menu { + background-image: none; + background-color: rgba(100, 100, 93, 0.6); + border-color: rgba(41, 43, 56, 0.2); + border-radius: 4px; + padding: 1px; + color: #292b38; } + +.lightdm-combo .menu { + background-color: #2b2d3a; + border-radius: 0; + padding: 0; + color: #292b38; } + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: #292b38; } + +.lightdm.menubar *, +.lightdm.menubar .menuitem { + padding: 2px; } + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .selection-mode.header-bar .button.suggested-action, +.selection-mode.header-bar .lightdm-combo .button.suggested-action, +.lightdm-combo .selection-mode.toolbar .button.suggested-action, +.selection-mode.toolbar .lightdm-combo .button.suggested-action, +.lightdm-combo .entry, +.lightdm.button, +.selection-mode.header-bar .lightdm.button.suggested-action, +.selection-mode.toolbar .lightdm.button.suggested-action { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.9); + border-radius: 5px; + padding: 5px; + color: #292b38; } + +.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover { + background-image: none; + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 5px; + padding: 5px; + color: #292b38; + text-shadow: none; } + +.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active, +.lightdm.button:active:focus, +.lightdm.button:focus, +.selection-mode.header-bar .lightdm.button.suggested-action:focus, +.selection-mode.toolbar .lightdm.button.suggested-action:focus, +.lightdm.entry { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 5px; + padding: 6px; + color: #292b38; + text-shadow: none; } + +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focus { + background-image: none; + border-image: none; } + +.lightdm.entry:focus { + border-color: rgba(41, 43, 56, 0.6); + border-width: 1px; + border-style: solid; + color: #292b38; } + +.lightdm.entry:selected { + background-color: rgba(41, 43, 56, 0.2); } + +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.option-button { + background: none; + border-width: 0; } + +.lightdm.option-button:insensitive:insensitive { + background: none; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + +.lightdm.toggle-button.selected:hover { + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + +.lightdm.toggle-button.selected { + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + +/********* + ! Gedit * +**********/ +GeditWindow .pane-separator { + border-width: 0 1px 0 0; + border-style: solid; } + GeditWindow .pane-separator, GeditWindow .pane-separator:hover { + border-color: #242631; + background-color: #282a36; } + +.gedit-document-panel { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .gedit-document-panel .list-row { + padding: 3px; } + .gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action { + padding: 1px; + border-radius: 3px; + border-style: solid; + border-color: transparent; + border-width: 1px; + background-color: transparent; + background-image: none; + color: transparent; + icon-shadow: none; } + .gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action { + border-color: rgba(100, 100, 93, 0.1); + color: rgba(41, 43, 56, 0.8); } + .gedit-document-panel .prelight-row .button:active { + border-color: rgba(100, 100, 93, 0.2); + background-color: rgba(100, 100, 93, 0.08); + color: #292b38; } + .gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover { + border-color: rgba(100, 100, 93, 0.1); + color: #292b38; } + +.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { + border-top: 1px solid #242631; + background-color: #282a36; } + +.gedit-document-panel-document-row:hover { + background-color: #2a2c39; } + +.gedit-document-panel-dragged-row { + border: 1px solid rgba(100, 100, 93, 0.1); + background-color: rgba(100, 100, 93, 0.5); + color: #292b38; } + +.gedit-document-panel-placeholder-row { + border: 0; + background-color: rgba(100, 100, 93, 0.08); + transition: all 200ms ease-in; } + +GeditStatusbar { + border-top: 1px solid #20222b; } + +GeditStatusbar GeditSmallButton, GeditStatusMenuButton { + text-shadow: none; } + GeditStatusbar GeditSmallButton .button, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action, GeditStatusMenuButton .button, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action { + border-style: solid; + border-width: 0 1px; + border-color: transparent; + border-radius: 0; + padding: 1px 6px 2px 4px; } + GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover { + border-color: #20222b; } + GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active { + background-color: #262833; + color: #f1f1f0; } + +GeditViewFrame .gedit-search-slider { + padding: 3px; + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px; + border-style: solid; + border-color: #20222b; + background-color: #282a36; } + GeditViewFrame .gedit-search-slider .not-found { + background-color: #fc4a6d; + background-image: none; + color: #282c34; } + +GeditFileBrowserWidget .toolbar { + padding: 1.5px; + border-top: 0; + background-color: #282a36; + background-image: none; } + +.gedit-search-entry-occurrences-tag { + margin: 1.5px; + padding: 1.5px; + color: mix(#d3dae3,#282a36,0.5); } + +/************ + ! Nautilus * +*************/ +.nautilus-desktop.nautilus-canvas-item { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nautilus-desktop.nautilus-canvas-item:active { + color: #f1f1f0; } + .nautilus-desktop.nautilus-canvas-item:selected { + color: #f1f1f0; } + .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; } + +NautilusWindow .toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; } + +NautilusWindow .sidebar .frame { + border: 0; } + +NautilusWindow GtkPaned { + border-width: 0 1px 0 0; + border-style: solid; } + NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover { + border-color: #242631; + background-color: #282a36; } + +NautilusNotebook.notebook { + border-right-width: 0; + border-left-width: 0; + border-bottom-width: 0; } + +NautilusNotebook .frame { + border: 0; } + +NautilusQueryEditor .toolbar { + padding-top: 2px; + padding-bottom: 1px; + border-width: 1px 0 0; + border-style: solid; + border-color: #282a36; + background-color: #242631; } + NautilusQueryEditor .toolbar:nth-child(2) { + border-color: #20222b; } + NautilusQueryEditor .toolbar.search-bar { + border-top-width: 0; + border-bottom-width: 0; } + NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child { + border-bottom-width: 1px; + border-bottom-color: #20222b; } + +/******** + ! Nemo * +*********/ +.nemo-desktop.nemo-canvas-item { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nemo-desktop.nemo-canvas-item:active { + color: #f1f1f0; } + .nemo-desktop.nemo-canvas-item:selected { + color: #f1f1f0; } + .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; } + +NemoPathbarButton { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + -NemoPathbarButton-border-radius: 3px; } + NemoPathbarButton:focus, NemoPathbarButton:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + NemoPathbarButton:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + NemoPathbarButton.flat { + border-color: rgba(40, 42, 54, 0); + color: #f1f1f0; + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + NemoPathbarButton:hover, NemoPathbarButton.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + NemoPathbarButton:focus, NemoPathbarButton.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.32); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.4),0.3); } + NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.4); } + NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive { + border-color: rgba(206, 206, 203, 0.4); } + NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive { + border-color: rgba(195, 195, 190, 0.4); } + NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.32),0.3); } + NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.32); } + NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive { + border-color: rgba(206, 206, 203, 0.32); } + NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive { + border-color: rgba(195, 195, 190, 0.32); } + NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover { + color: #f1f1f0; } + NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive { + color: mix(#282a36,#f1f1f0,0.6); } + NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive { + color: rgba(241, 241, 240, 0.85); } + NemoPathbarButton.separator, NemoPathbarButton .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive { + color: rgba(40, 42, 54, 0.85); } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #20222b; + -NemoPlacesTreeView-disk-full-fg-color: #58d782; + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 2px; + -NemoPlacesTreeView-disk-full-max-length: 70px; } + NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: #f1f1f0; + -NemoPlacesTreeView-disk-full-fg-color: #89e3a7; } + +NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview { + background-color: mix(#282a36,#d3dae3,0.12); + color: #d3dae3; } + +/*********************** + ! Fallback mode panel * +************************/ +UnityPanelWidget, .unity-panel, .xfce4-panel, WnckPager, WnckTasklist, PanelAppletFrame, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelSeparator, PanelWidget, PanelApplet, PanelToplevel { + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + +.xfce4-panel .button, .xfce4-panel .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .xfce4-panel .button.suggested-action, .xfce4-panel .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .xfce4-panel .button.suggested-action, PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action { + border-width: 0 1px; + border-radius: 0; + border-color: transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + .xfce4-panel .button:hover, .xfce4-panel .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .xfce4-panel .button.suggested-action:hover, .xfce4-panel .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .xfce4-panel .button.suggested-action:hover, PanelApplet .button:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:hover { + background-color: mix(#282a36,#f6f6f6,0.11); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.11); + color: white; } + .xfce4-panel .button:active, .xfce4-panel .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .xfce4-panel .button.suggested-action:active, .xfce4-panel .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .xfce4-panel .button.suggested-action:active, PanelApplet .button:active, PanelApplet .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar PanelApplet .button.suggested-action:active, PanelApplet .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar PanelApplet .button.suggested-action:active, .xfce4-panel .button:checked, .xfce4-panel .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .xfce4-panel .button.suggested-action:checked, .xfce4-panel .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .xfce4-panel .button.suggested-action:checked, PanelApplet .button:checked, PanelApplet .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar PanelApplet .button.suggested-action:checked, PanelApplet .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar PanelApplet .button.suggested-action:checked { + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.21); + color: white; } + .xfce4-panel .button:active:hover, PanelApplet .button:active:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:active:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:active:hover, .xfce4-panel .button:checked:hover, PanelApplet .button:checked:hover, PanelApplet .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar PanelApplet .button.suggested-action:checked:hover, PanelApplet .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar PanelApplet .button.suggested-action:checked:hover { + background-color: mix(#282a36,#f6f6f6,0.31); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.31); } + +PanelWidget, PanelApplet, PanelToplevel { + padding: 0; } + +PanelApplet { + border: 0; } + PanelApplet .button, PanelApplet .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar PanelApplet .button.suggested-action, PanelApplet .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar PanelApplet .button.suggested-action { + -GtkButton-inner-border: 2; } + +PanelSeparator { + border: 0; } + +PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem { + border: 0; + -PanelMenuBar-icon-visible: true; } + +PanelAppletFrame { + border: 0; } + +/************ + ! Synaptic * +*************/ +GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { + background-color: #282a36; + background-image: none; + padding: 3px; + border: 0; + color: #f1f1f0; } + +/*********************** + ! Fallback mode panel * +************************/ +/*************** + ! Xfce styles * +****************/ +XfceHeading { + margin: 0; + padding: 0; + border: 0; + background-image: none; + background-color: #282a36; + color: #d3dae3; } + +.xfce4-panel { + font: normal; } + .xfce4-panel .menu { + -gtk-image-effect: none; } + +/*********************** + ! Fallback mode panel * +************************/ +/**************** + ! Unity styles * +*****************/ +UnityDecoration { + -UnityDecoration-extents: 28px 1px 1px 1px; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 1px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); + -UnityDecoration-active-shadow-radius: 8px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); + -UnityDecoration-inactive-shadow-radius: 5px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #58d782; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0; } + UnityDecoration.top { + border: 1px solid mix(#1c1d26,#f6f6f6,0.21); + border-bottom: 0; + border-radius: 2px 2px 0 0; + padding: 1px 8px 0 8px; + background-color: #282a36; + color: #f6f6f6; + text-shadow: none; } + UnityDecoration.top:backdrop { + border: 1px solid mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.12); + border-bottom: 0; + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.4); } + UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom { + background-color: mix(#1c1d26,#f6f6f6,0.21); } + UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { + background-color: mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.12); } + +UnityPanelWidget, .unity-panel { + border: 0; } + +.unity-panel.menuitem, .unity-panel .menuitem { + border-width: 0 1px; + color: #f6f6f6; } + .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + +SheetStyleDialog.unity-force-quit { + background-color: #282a36; } + +/*********************** + ! LightDM GTK Greeter * + ***********************/ +#panel_window { + background-color: transparent; + background-image: none; + color: #292b38; + font: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + background-image: none; + color: #292b38; + font: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover { + color: #292b38; } + #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover { + border-style: none; + background-color: rgba(41, 43, 56, 0.2); + background-image: none; + color: #292b38; } + #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive { + color: rgba(41, 43, 56, 0.7); } + #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu { + border-radius: 1px; } + #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem { + font: normal; + text-shadow: none; } + +#content_frame { + padding-bottom: 14px; } + +#login_window, #shutdown_dialog, #restart_dialog { + border-style: none; + border-radius: 3px; + background-color: #282a36; + color: #f6f6f6; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 mix(#1c1d26,#f6f6f6,0.21), inset -1px 0 mix(#1c1d26,#f6f6f6,0.21), inset 0 1px mix(#1c1d26,#f6f6f6,0.21), inset 0 -1px mix(#1c1d26,#f6f6f6,0.21); } + #login_window .button, #shutdown_dialog .button, #restart_dialog .button { + padding: 3px 15px; + border-width: 1px; + border-radius: 3px; + border-style: solid; + border-color: #20222b; + background-color: #2b2d3a; + background-image: none; + color: #f6f6f6; + transition: all 150ms ease-out; } + #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus { + border-color: #2fc460; + background-color: #6cdc91; + background-image: none; + color: #f1f1f0; } + #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover { + border-color: #29ab54; + background-color: #58d782; } + +#login_window .menu { + border-radius: 1px; } + +#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus { + padding: 0; + background: none; + border-style: none; + box-shadow: none; } + +#login_window .entry { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border-color: #20222b; + border-radius: 3px; + background-color: #242631; + background-image: none; + color: #f6f6f6; + box-shadow: none; + transition: all 150ms ease-out; } + #login_window .entry:focus, #login_window .entry:hover { + border-color: #1c1d26; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#user_combobox { + color: #f6f6f6; + font: 18px; } + #user_combobox .menu { + font: normal; } + #user_combobox .arrow { + color: mix(#f6f6f6,#282a36,0.5); } + +#user_image { + padding: 3px; + border-radius: 3px; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 #1c1d26, inset -1px 0 #1c1d26, inset 0 1px #1c1d26, inset 0 -1px #1c1d26; } + +#user_image_border { + border-radius: 3px; + background-color: #242631; + background-image: none; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#buttonbox_frame { + padding-top: 10px; + padding-bottom: 0; + border-style: none; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + background-color: transparent; + background-image: none; + box-shadow: none; } + +/* shutdown button */ +#shutdown_button { + border-color: #fb0a39; + background-color: #fc6482; + background-image: none; + color: #282c34; } + #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover { + border-color: #e0042f; + background-color: #fc4a6d; } + +/* restart button */ +#restart_button { + border-color: #f4ff6f; + background-color: #fefff0; + background-image: none; + color: #282c34; } + #restart_button:hover, #restart_button:active, #restart_button:active:hover { + border-color: #f0ff42; + background-color: #fbffcb; } + +/* password warning */ +#greeter_infobar { + font: bold; } + +/********************** + ! Genome Terminal * +***********************/ +VteTerminal { + background-color: #282a36; + color: #f6f6f6; } + +TerminalWindow .scrollbars-junction { + background-color: #282a36; } + +TerminalWindow .scrollbar.trough { + background-color: #282a36; } + +TerminalWindow .scrollbar.button, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action { + color: #181920; } + TerminalWindow .scrollbar.button:active, TerminalWindow .selection-mode.header-bar .scrollbar.button.suggested-action:active, .selection-mode.header-bar TerminalWindow .scrollbar.button.suggested-action:active, TerminalWindow .selection-mode.toolbar .scrollbar.button.suggested-action:active, .selection-mode.toolbar TerminalWindow .scrollbar.button.suggested-action:active { + color: #181920; } + TerminalWindow .scrollbar.button:active:hover { + color: #181920; } + +TerminalWindow .scrollbar.slider { + border-color: mix(#23252f,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); } + TerminalWindow .scrollbar.slider:hover { + border-color: mix(#23252f,#f6f6f6,0.31); + background-color: mix(#282a36,#f6f6f6,0.31); } + TerminalWindow .scrollbar.slider.vertical:hover { + border-color: mix(#23252f,#f6f6f6,0.31); + background-color: mix(#282a36,#f6f6f6,0.31); } + TerminalWindow .scrollbar.slider.vertical:active { + border-color: #40d170; + background-color: #58d782; } + TerminalWindow .scrollbar.slider:active { + border-color: #40d170; + background-color: #58d782; } + +TerminalWindow GtkNotebook.notebook { + border-right-width: 0; + border-bottom-width: 0; + border-left-width: 0; } + +TerminalNotebook.notebook { + padding: 0; + border-width: 1px 0 0; + border-style: solid; + border-color: #1c1d26; + border-radius: 0; + background-color: #282a36; + background-image: none; + background-clip: border-box; + color: #f6f6f6; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; } + TerminalNotebook.notebook.frame { + border-width: 1px; } + TerminalNotebook.notebook.header { + border-width: 0; + background-color: #22242e; } + TerminalNotebook.notebook.header.frame { + border-color: mix(#58d782,#282a36,0.3); } + TerminalNotebook.notebook.header.frame.top { + border-width: 1px 1px 0 1px; } + TerminalNotebook.notebook.header.frame.right { + border-width: 1px 1px 1px 0; } + TerminalNotebook.notebook.header.frame.bottom { + border-width: 0 1px 1px 1px; } + TerminalNotebook.notebook.header.frame.left { + border-width: 1px 0 1px 1px; } + TerminalNotebook.notebook GtkViewport { + border-width: 0; + background-color: #282a36; + color: #f6f6f6; } + TerminalNotebook.notebook tab { + padding: 4px 6px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + /* close button styling */ } + TerminalNotebook.notebook tab:active { + background-color: transparent; + background-image: none; } + TerminalNotebook.notebook tab.top { + border-bottom-width: 2px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + TerminalNotebook.notebook tab.top:hover { + border-bottom-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.top:active { + border-bottom-color: #58d782; } + TerminalNotebook.notebook tab.right { + border-left-width: 2px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + TerminalNotebook.notebook tab.right:hover { + border-left-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.right:active { + border-left-color: #58d782; } + TerminalNotebook.notebook tab.bottom { + border-top-width: 2px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + TerminalNotebook.notebook tab.bottom:hover { + border-top-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.bottom:active { + border-top-color: #58d782; } + TerminalNotebook.notebook tab.left { + border-right-width: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + TerminalNotebook.notebook tab.left:hover { + border-right-color: rgba(88, 215, 130, 0.3); } + TerminalNotebook.notebook tab.left:active { + border-right-color: #58d782; } + TerminalNotebook.notebook tab GtkLabel { + color: mix(#f6f6f6,#282a36,0.3); } + TerminalNotebook.notebook tab.reorderable-page:hover { + background-color: #22242e; + border-left: 0; + border-right: 0; + /* using box shadows instead of borders due to slanted edges */ + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1c1d26, inset -1px 0 #1c1d26; } + TerminalNotebook.notebook tab.reorderable-page:active { + background-color: #242631; + border-left: 0; + border-right: 0; + box-shadow: inset 0 3px rgba(100, 100, 93, 0.03), inset 0 2px rgba(100, 100, 93, 0.03), inset 0 1px rgba(100, 100, 93, 0.03), inset 1px 0 #1e2029, inset -1px 0 #1e2029; } + TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover { + padding: 1px; + border-width: 1px; + border-radius: 2px; + border-style: solid; + border-color: transparent; + background-image: none; + background-color: transparent; + color: mix(#f6f6f6,#282a36,0.5); } + TerminalNotebook.notebook tab .button:hover, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:hover, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:hover { + color: #f6f6f6; + border-color: #20222b; } + TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover { + border-color: #1c1d26; + background-color: #262833; } + TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel { + color: mix(#f6f6f6,#282a36,0.15); } + TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel { + color: #f6f6f6; } diff --git a/.config/gtk-3.0/gtk-dark.css b/.config/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..3c469d4 --- /dev/null +++ b/.config/gtk-3.0/gtk-dark.css @@ -0,0 +1 @@ +@import url("dist/gtk-dark.css"); diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..415ea7b --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1 @@ +@import url("dist/gtk.css"); diff --git a/.config/gtk-3.0/gtk.gresource b/.config/gtk-3.0/gtk.gresource new file mode 100644 index 0000000000000000000000000000000000000000..1561edb350d0665b2ba670fdd6599086b878e74f GIT binary patch literal 9218080 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
  • wP6Duu^s$%PqB$jOz3zFkDnc-{p{ybd=2C}~ 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

    @|b^4UMduC)_fbZbJh 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

    M8&0F(Ll!n! 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%0D=DHT;$ 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

    MYwbvbFDEEkUB%hkwC@Om^3V&hvCi>WfZzZ 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 ?aD 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

    FEyNJ(Y!al6C!&0O2bWWu*T{m=WkE$4C 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 r7=QuS7$E+@tZU37FU-P#9}EzG{IDbC z5j(;F47kPs@dsvIV-|T~76$xafcWEw9Vw645e8tuH3o=3FzXt#$P2SD;0FW5A3y9! zdBlz|00XWuK>UGO*O*0Kn1um97$E-mVMod%c7y>KaE$@t56rs8Eb_uE4EVtS@y8E4 zQXa7*48VYE3=n@{)-`647iM9=4+e-oe%O)nh#g@723%u+_ye=9F^jw~3j=;IK>YE; zj+9622m>(S8Uw^1n01X=l3=n_( zup{LWJHh}AxW)kS2WDMk7I|S72K-=v_~VBiDUa9@24KK728cf}>l(Aj3$rlb2Lr?( zKkP_(#Evik1FkVZ{DE25m_=Tgg#kYpApZDaN6I61gaH_EjRE2h%(})b^1>_(_`v}2 z#}7MF9Pgb&Xl%g;^Nzg8|}?A9kcXVn-N&0oNEH{=lqj%pxz$!hjzP z5P$rzBjpi0!T=1o#sKjLW?f?zd0`d?{9u6iOc>_~aUjxYcNt}#ITfmzp>MP8VN0Y4ZZ{`g@>$|H7!0T^(N0pbtLy2dQ>!YmB< z!2t2c4?9vGu_Fw?fNKm8e_+-%W|0?WVZaXth(CVVk@AQgVE_hPV}SSrv#v3Vyf6y` zelS4%@xzXkN9+g#FyI;k#2=V-jalS{Ss3tx0pgDzcBDLFM;L$s*BBuFz^rS`A}`Fs zfFBGHfBdi`SlKQQYWv&ajx zFyIFR#2-KGNO{DLFaQItF+lu*S=X3FUYLaeKNukX_+dxNBX)!V7;udN;t$Na#w_x} zEDZR;0P)8UJ5nC8BMiWRYYY&7VAeHekr!rRzz+t9KYrMe@`xQ_00vxRfcOKmt}%<9xe;2HzOADDHGS>%OT81RDu;*TG8q r7=QuS7$E+@tZU37 zFU-P#9}EzG{IDbC5j(;F47kPs@dsvIV-|T~76$xafcWEw9Vw645e8tuH3o=3FzXt# z$P2SD;0FW5A3y9!dBlz|00XWuK>UGO*O*0Kn1um97$E-mVMod%c7y>KaE$@t56rs8 zEb_uE4EVtS@y8E4QXa7*48VYE3=n@{)-`647iM9=4+e-oe%O)nh#g@723%u+_ye=9 zF^jw~3j=;IK>YE;j+9622m>(S8Uw^1n01X=l3=n_(up{LWJHh}AxW)kS2WDMk7I|S72K-=v_~VBiDUa9@24KK728cf} z>l(Aj3$rlb2Lr?(KkP_(#Evik1FkVZ{DE25m_=Tgg#kYpApZDaN6I61gaH_EjRE2h z%(})b^1>_(_`v}2#}7MF9Pgb&Xl%g;^Nzg8|}?A9kcXVn-N&0oNEH z{=lqj%pxz$!hjzP5P$rzBjpi0!T=1o#sKjLW?f?zd0`d?{9u6iOc>_~aUjxYcNt}#ITfmzp>MP8VN0Y4ZZ{`g@>$|H7!0T^(N z0pbtLy2dQ>!YmBSlKQQYWv&ajxFyIFR#2-KGNO{DLFaQItF+lu*S=X3FUYLaeKNukX_+dxNBX)!V z7;udN;t$Na#w_x}EDZR;0P)8UJ5nC8BMiWRYYY&7VAeHekr!rRzz+t9KYrMe@`xQ_ z00vxRfcOKmt}%<9xe;2HzOADDHGS>%OT81RDu;*TG8q r z7=QuS7$E+@tZU37FU-P#9}EzG{IDbC5j(;F47kPs@dsvIV-|T~76$xafcWEw9Vw64 z5e8tuH3o=3FzXt#$P2SD;0FW5A3y9!dBlz|00XWuK>UGO*O*0Kn1um97$E-mVMod% zc7y>KaE$@t56rs8Eb_uE4EVtS@y8E4QXa7*48VYE3=n@{)-`647iM9=4+e-oe%O)n zh#g@723%u+_ye=9F^jw~3j=;IK>YE;j+9622m>(S8Uw^1n01X=l3=n_(up{LWJHh}AxW)kS2WDMk7I|S72K-=v_~VBi zDUa9@24KK728cf}>l(Aj3$rlb2Lr?(KkP_(#Evik1FkVZ{DE25m_=Tgg#kYpApZDa zN6I61gaH_EjRE2h%(})b^1>_(_`v}2#}7MF9Pgb&Xl%g;^Nzg8|}? zA9kcXVn-N&0oNEH{=lqj%pxz$!hjzP5P$rzBjpi0!T=1o#sKjLW?f?zd0`d?{9u6i zOc>_~aUjxYcNt}#ITfmzp>MP8VN0Y4ZZ z{`g@>$|H7!0T^(N0pbtLy2dQ>!YmBSlKQQYWv&ajxFyIFR#2-KGNO{DLFaQItF+lu*S=X3FUYLae zKNukX_+dxNBX)!V7;udN;t$Na#w_x}EDZR;0P)8UJ5nC8BMiWRYYY&7VAeHekr!rR zzz+t9KYrMe@`xQ_00vxRfcOKmt}%<9xe;2HzOADDHGS>%OT z81RDu;*TG8q r7=QuS7$E+@tZU37FU-P#9}EzG{IDbC5j(;F47kPs@dsvIV-|T~ z76$xafcWEw9Vw645e8tuH3o=3FzXt#$P2SD;0FW5A3y9!dBlz|00XWuK>UGO*O*0K zn1um97$E-mVMod%c7y>KaE$@t56rs8Eb_uE4EVtS@y8E4QXa7*48VYE3=n@{)-`64 z7iM9=4+e-oe%O)nh#g@723%u+_ye=9F^jw~3j=;IK>YE;j+9622m>(S8Uw^1n01X= zl3=n_(up{LWJHh}AxW)kS2WDMk z7I|S72K-=v_~VBiDUa9@24KK728cf}>l(Aj3$rlb2Lr?(KkP_(#Evik1FkVZ{DE25 zm_=Tgg#kYpApZDaN6I61gaH_EjRE2h%(})b^1>_(_`v}2#}7MF9Pg zb&Xl%g;^Nzg8|}?A9kcXVn-N&0oNEH{=lqj%pxz$!hjzP5P$rzBjpi0!T=1o#sKjL zW?f?zd0`d?{9u6iOc>_~aUjxYcNt}#IT zfmzp>MP8VN0Y4ZZ{`g@>$|H7!0T^(N0pbtLy2dQ>!YmBSlKQQYWv&ajxFyIFR#2-KGNO{DLFaQIt zF+lu*S=X3FUYLaeKNukX_+dxNBX)!V7;udN;t$Na#w_x}EDZR;0P)8UJ5nC8BMiWR zYYY&7VAeHekr!rRzz+t9KYrMe@`xQ_00vxRfcOKmt}%<9xe z;2HzOADDHGS>%OT81RDu;*TG8q r7=QuS7$E+@tZU37FU-P#9}EzG{IDbC5j(;F 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 + + + assets/checkbox-checked-dark.svg + assets/checkbox-checked-insensitive-dark.svg + assets/checkbox-checked-insensitive.svg + assets/checkbox-checked.svg + assets/checkbox-mixed-dark.svg + assets/checkbox-mixed-insensitive-dark.svg + assets/checkbox-mixed-insensitive.svg + assets/checkbox-mixed.svg + assets/checkbox-unchecked-dark.svg + assets/checkbox-unchecked-insensitive-dark.svg + assets/checkbox-unchecked-insensitive.svg + assets/checkbox-unchecked.svg + assets/grid-selection-checked-dark.svg + assets/grid-selection-checked.svg + assets/grid-selection-unchecked-dark.svg + assets/grid-selection-unchecked.svg + assets/menuitem-checkbox-checked-hover.svg + assets/menuitem-checkbox-checked-insensitive.svg + assets/menuitem-checkbox-checked.svg + assets/menuitem-checkbox-unchecked.svg + assets/menuitem-checkbox-mixed-hover.svg + assets/menuitem-checkbox-mixed-insensitive.svg + assets/menuitem-checkbox-mixed.svg + assets/menuitem-radio-checked-hover.svg + assets/menuitem-radio-checked-insensitive.svg + assets/menuitem-radio-checked.svg + assets/menuitem-radio-unchecked.svg + assets/radio-checked-dark.svg + assets/radio-checked-insensitive-dark.svg + assets/radio-checked-insensitive.svg + assets/radio-checked.svg + assets/radio-mixed-dark.svg + assets/radio-mixed-insensitive-dark.svg + assets/radio-mixed-insensitive.svg + assets/radio-mixed.svg + assets/radio-unchecked-dark.svg + assets/radio-unchecked-insensitive-dark.svg + assets/radio-unchecked-insensitive.svg + assets/radio-unchecked.svg + assets/pane-handle.png + assets/pane-handle@2.png + dist/gtk.css + dist/gtk-dark.css + + diff --git a/.config/gtk-3.0/thumbnail.png b/.config/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..dd24f52581d1640738df741336f1780b0b802f74 GIT binary patch literal 1950 zcmV;P2VwY$P)eQ-Lr*=|Rt=lwM$2!z*bQPOGFsXwzOlw!BY*ja?rU4}+9chv!Kw`)F z?Zm~UgvqBd#!H>Z;*gu8vjnx&38=wrDy&{(r!|>Z6fq{coI`##ps;71 zPFqr9Ei5q73=IIHAhLm=*XxZ$_*=?&nToDnW50B%N0OwBEh&<0+}zO7(V4L&K@gRd ztF2uV3sRET;}yLo2Zi0C7p8HJXgg2!e1p>Udu4 z?Cc2!LrI~sEOT6_v$KciV-80xL8#Yt%>cPPwbt&C=i%`M39pCy|eYx3a zHknt|fBBgM`(L=*I{&TA+tB=*z4uj7>BB6u;{M8pmanY)-CcTzMM-;|PHQYM&SN>j z__(LQsMl)q)n%1lhV1J)d9-y*1^~_4M}GG6d$!r$YaNq8qc7A-p#Y!w*^=5q0~rm3 zB*tja5F}GzHd!PrMg%%F3NM_nJ2cOk&&>;ZWGQQ+jsPmPlmiryMOx#^)I)z!5WL| zR#rgg%Rf5S#wy)7qdcz% z8J0HJSa($=-dlH71AyoF)kGK$hpVe96sGqH(u*c64G-@zhB2Zoc8AT=a`^pgH@|$@ zd-mY#b(CXZeq!U;p&uMRcU`86n|}DqJ>R?H{KdH-01(zH z!-;)QUSMTv5*~;#(+!FpkZ&kqc+q zuFC)r_qP4LLu&Y3O=2s6*-P(su!#eGR{|?at)$|9g^?gX5(0oc6H|AvY0fepeYH!u zHV~l< z`g{ZcfO$cfyO6jnk>motMHVIZ-Zs$_0RW_#y+ISd?_=NhEGR)i5K{MT?Afu@qwLx7 zf3L{a53l6hk|!*M}mvRViLEX5^?qGn|vtzJ9l1!F)dj#5J$VS}=%$TT-psTD=W zSb*afW1!4%G53q@GjnUG_b)EryTc3Zgbf4@23<0oY#Eq7<(lz}Gk$UUlxyRo>njmS0W*A0qv43gTovS0x%VRQtG%-G1)KG7y0U)nz$K7`n&f3JGP}opf zUO=V`#omj(nmg{j%ccPUref!=Ez$?=12J{^-hk+h4(@G>Is@J}os)0$tLVY&^;T8c zlOc}Fp5s^h9y{Il*lEx4tH~_~LQq|4pPHIhmuLFLkhDK=@Wcavu{0B&a(;O9rIT%8 z3;Em&vyRCDoHsLbv{`a5%^Z4%9jyy?4&g_5owcd}1=TH3F{?zvm z{OTKiL2stqt%r|wL>93qCya*&o zjPdVUthoKa>v3S-m%C|dL|cW835u@|M=LH za?A4|#zcx#v^^n7QjBGurDR#|>+7d!x^Yvz(P$*dSuF%f6ciX6H#TT!`c^E%GOgaZ zoI{P980Dutc>FRCRxIVE0 z+$IRT*xlW8KnNkEyl|Fd!Q>XhERhqPC32#( kL{4;;$cfGpIni0-e;bQ4qr>c6MF0Q*07*qoM6N<$f@&ht6#xJL literal 0 HcmV?d00001 diff --git a/.config/gtk-3.20/dist/gtk-dark.css b/.config/gtk-3.20/dist/gtk-dark.css new file mode 100644 index 0000000..ef354ef --- /dev/null +++ b/.config/gtk-3.20/dist/gtk-dark.css @@ -0,0 +1,8515 @@ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ +/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ +/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ +/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ +/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ +/* dark color scheme */ +@define-color dark_bg_color #282a36; +@define-color dark_fg_color #f6f6f6; +/* colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_bg_color #282a36; +@define-color theme_fg_color #f1f1f0; +@define-color theme_base_color #282a36; +@define-color text_view_bg #282a36; +/*workaround for new vte versions */ +@define-color theme_text_color #d3dae3; +@define-color theme_selected_bg_color #58d782; +@define-color theme_selected_fg_color #f1f1f0; +@define-color theme_tooltip_bg_color #282a36; +@define-color theme_tooltip_fg_color #f1f1f0; +/* shadow effects */ +@define-color light_shadow #292b37; +@define-color dark_shadow #32322e; +/* misc colors used by gtk+ */ +@define-color info_fg_color #282c34; +@define-color info_bg_color #85d6ff; +@define-color warning_fg_color #282c34; +@define-color warning_bg_color #fbffcb; +@define-color question_fg_color #282c34; +@define-color question_bg_color #85d6ff; +@define-color error_fg_color #282c34; +@define-color error_bg_color #fc4a6d; +@define-color link_color #57C7FF; +@define-color success_color #71f59c; +@define-color warning_color #fbffcb; +@define-color error_color #fc4a6d; +/* widget colors */ +@define-color titlebar_bg_focused @dark_bg_color; +@define-color titlebar_bg_unfocused @theme_bg_color; +@define-color titlebar_fg_focused @dark_fg_color; +@define-color titlebar_fg_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color menubar_bg_color @dark_bg_color; +@define-color menubar_fg_color @dark_fg_color; +@define-color toolbar_bg_color @theme_bg_color; +@define-color toolbar_fg_color @theme_fg_color; +@define-color menu_bg_color @dark_bg_color; +@define-color menu_fg_color @dark_fg_color; +@define-color panel_bg_color @dark_bg_color; +@define-color panel_fg_color @dark_fg_color; +@define-color borders mix(#282a36,#f1f1f0,0.18); +@define-color unfocused_borders mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); +@define-color button_bg_color #3d434f; +@define-color button_fg_color #f1f1f0; +@define-color header_button_bg_color #2d333d; +@define-color header_button_fg_color #d3dae3; +@define-color insensitive_bg_color mix(#282a36,#282a36,0.6); +@define-color insensitive_fg_color mix(#f1f1f0,#282a36,0.5); +/* osd */ +@define-color osd_base #282a36; +@define-color osd_bg rgba(40, 42, 54, 0.8); +@define-color osd_fg #f6f6f6; +@define-color osd_insensitive_bg_color mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.5); +@define-color osd_insensitive_fg_color mix(#f6f6f6,#282a36,0.6); +@define-color osd_borders_color rgba(34, 36, 46, 0.8); +/* lightdm greeter colors */ +@define-color lightdm_bg_color #282a36; +@define-color lightdm_fg_color #f6f6f6; +/* widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color mix(#f1f1f0,#282a36,0.5); +/* text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #d3dae3; +/* widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #282a36; +/* text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #282a36; +/* base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #58d782; +/* text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #f1f1f0; +/* insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color #07080a; +/* window manager colors */ +@define-color wm_bg_focused #282a36; +@define-color wm_bg_unfocused #282a36; +@define-color wm_border_focused #5af78e; +@define-color wm_border_unfocused #282a36; +@define-color wm_title_focused #f6f6f6; +@define-color wm_title_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_focused #f6f6f6; +@define-color wm_icons_focused_prelight #58d782; +@define-color wm_icons_focused_pressed #2fc460; +@define-color wm_icons_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_unfocused_prelight #58d782; +@define-color wm_icons_unfocused_pressed #2fc460; +/************** + ! GTK settings +***************/ +* { + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + -WnckTasklist-fade-overlay-rect: 0; + -GtkWidget-cursor-aspect-ratio: 0.04; + outline-color: rgba(88, 215, 130, 0.5); + outline-style: dashed; + outline-width: 1px; + outline-offset: -1px; + -gtk-outline-radius: 3px; } + +/************* + ! Base states + *************/ +GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected { + background-color: #58d782; + color: #f1f1f0; } + +* { + /* hyperlinks */ + -GtkIMHtml-hyperlink-color: #57C7FF; } + *:disabled, *:disabled:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + *:disabled, *:disabled { + -gtk-icon-effect: dim; } + *:hover { + -gtk-icon-effect: highlight; } + *:link, *:visited { + color: #57C7FF; } + +.background { + background-color: #282a36; + color: #f1f1f0; } + .background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; } + .background.csd { + background-color: #282a36; } + +.gtkstyle-fallback { + background-color: rgba(40, 42, 54, 0.5); + color: #f1f1f0; } + .gtkstyle-fallback:hover { + background-color: #2c2e3b; + color: #f1f1f0; } + .gtkstyle-fallback:active { + background-color: #242631; + color: #f1f1f0; } + .gtkstyle-fallback:disabled { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); } + +image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { + background-color: transparent; } + +label.separator { + color: #f1f1f0; } + label.separator:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + +label selection { + background-color: #58d782; + color: #f1f1f0; } + +label:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + label:disabled:backdrop { + color: #07080a; } + +label:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + +assistant .sidebar { + background-color: #282a36; + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + assistant .sidebar:backdrop { + background-color: #282a36; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +assistant.csd .sidebar { + border-top-style: none; } + +assistant .sidebar label { + padding: 3px 6px; } + +assistant .sidebar label.highlight { + background-color: mix(#f1f1f0,#282a36,0.8); } + +/********* + ! Buttons +**********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#58d782), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#58d782), to(transparent)); } } + +stacksidebar row.needs-attention > label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#58d782), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(100, 100, 93, 0.852549)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + stacksidebar row.needs-attention > label:backdrop { + background-size: 6px 6px, 0 0; } + stacksidebar row.needs-attention > label:dir(rtl) { + background-position: left 3px, left 4px; } + +#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd, +#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button, +.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button { + min-height: 20px; + min-width: 20px; + padding: 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + -gtk-outline-radius: 6.3px; + transition: 150ms ease; + outline-color: transparent; } + #restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button, + #XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button, + .titlebar:not(headerbar).selection-mode button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button { + padding: 3px 3.6428571429px; } + +notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat, +menuitem.button.flat, menu menuitem calendar.button:hover, +.menu menuitem calendar.button:hover, +.context-menu menuitem calendar.button:hover, menu menuitem calendar.button, +.menu menuitem calendar.button, +.context-menu menuitem calendar.button, calendar.button:disabled, calendar.button:backdrop, calendar.button:hover, calendar.button, calendar.view, calendar.view:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) button:dir(rtl) { + border-radius: 0; + -gtk-outline-radius: 0; } + +toolbar.inline-toolbar toolbutton > button.flat:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button { + border-radius: 0; + -gtk-outline-radius: 0; } + +.linked.vertical > combobox > box > button.combo { + border-radius: 0; + -gtk-outline-radius: 0; } + .linked.vertical > combobox > box > button.combo:dir(rtl) { + border-radius: 0; + -gtk-outline-radius: 0; } + +toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > combobox:first-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:first-child, popover.background .linked > button:first-child, headerbar.selection-mode viewswitcher button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar viewswitcher button:first-child, toolbar viewswitcher button.nautilus-circular-button.image-button:first-child, +toolbar .linked > button:first-child, .titlebar:not(headerbar) viewswitcher button:first-child, headerbar viewswitcher button:first-child, headerbar viewswitcher button.nautilus-circular-button.image-button:first-child, +.titlebar:not(headerbar) .linked > button:first-child, +headerbar .linked > button:first-child, combobox box button:first-child, combobox box button.nautilus-circular-button.image-button:first-child, combobox box entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child { + border-width: 1px; + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; } + +toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > combobox:last-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:last-child, popover.background .linked > button:last-child, headerbar.selection-mode viewswitcher button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, +toolbar .linked > button:last-child, .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, +.titlebar:not(headerbar) .linked > button:last-child, +headerbar .linked > button:last-child, combobox box button:last-child, combobox box button.nautilus-circular-button.image-button:last-child, combobox box entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child { + border-width: 1px; + border-radius: 0 3px 3px 0; + -gtk-outline-radius: 0 6.3px 6.3px 0; } + +toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:only-child, popover.background .linked > button:only-child, headerbar.selection-mode viewswitcher button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child, +toolbar .linked > button:only-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child, +.titlebar:not(headerbar) .linked > button:only-child, +headerbar .linked > button:only-child, combobox box button:only-child, combobox box button.nautilus-circular-button.image-button:only-child, combobox box entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child { + border-width: 1px; + border-style: solid; + border-radius: 3px; + -gtk-outline-radius: 6.3px; } + +.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button, popover.background .linked > button, headerbar.selection-mode viewswitcher button, +headerbar.selection-mode .linked > button, +.titlebar.selection-mode:not(headerbar) viewswitcher button, toolbar.inline-toolbar toolbutton > button.flat, +toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button, +toolbar .linked > button, +toolbar .linked > button.nautilus-circular-button.image-button, .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button, +.titlebar:not(headerbar) .linked > button, +headerbar .linked > button, +headerbar .linked > button.nautilus-circular-button.image-button, combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry, .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button { + border-width: 1px; + border-radius: 0; + -gtk-outline-radius: 0; } + +.linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > button:first-child { + border-width: 1px; + border-radius: 3px 3px 0 0; + -gtk-outline-radius: 6.3px 6.3px 0 0; } + +.linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > button:last-child { + border-width: 1px; + border-radius: 0 0 3px 3px; + -gtk-outline-radius: 0 0 6.3px 6.3px; } + +.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:only-child { + border-width: 1px; + border-radius: 3px; + -gtk-outline-radius: 6.3px; } + +.linked.vertical > button { + border-width: 1px; + border-style: solid; + border-radius: 0; + -gtk-outline-radius: 0; } + +notebook > header > tabs > arrow, infobar.error button.close, infobar.question button.close, infobar.warning button.close, infobar.info button.close { + border: 1px solid transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover { + border: 1px solid rgba(40, 42, 54, 0.3); + background-color: rgba(241, 241, 240, 0.2); + background-image: none; + box-shadow: none; } + notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked { + border: 1px solid rgba(88, 215, 130, 0.3); + background-color: rgba(241, 241, 240, 0.1); + background-image: none; + box-shadow: none; } + +button, button.nautilus-circular-button.image-button { + background-color: #3d434f; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + button:disabled, button.nautilus-circular-button.image-button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + button:active:disabled, button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button, stackswitcher.vertical > button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button:checked, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + button.flat, button.flat.nautilus-circular-button.image-button { + color: #f1f1f0; + border-color: rgba(61, 67, 79, 0); + background-color: rgba(61, 67, 79, 0); + background-image: none; + box-shadow: none; } + button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover { + background-color: #404653; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + button:hover:disabled, button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus { + background-color: #404653; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + button:focus:hover, button.flat:focus:hover { + background-color: #434a57; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + button:focus:hover:hover, button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + button:focus:hover:disabled, button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + button:active:checked:disabled, button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover { + color: #f1f1f0; } + button:disabled:disabled, button.flat:disabled:disabled { + background-color: alpha(mix(#3d434f,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#3d434f,#f1f1f0,0.6); + box-shadow: none; } + button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled { + color: mix(#3d434f,#f1f1f0,0.6); } + button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + button:backdrop, button.nautilus-circular-button.image-button:backdrop, button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(61, 67, 79, 0.9); } + button.separator:disabled, button .separator:disabled { + color: rgba(61, 67, 79, 0.85); } + button separator, button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#3d434f,0.9)); } + .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .inline-toolbar button:disabled, .linked > button:disabled { + box-shadow: inset -1px 0 #31363f; } + .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child { + box-shadow: none; } + .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .linked.vertical > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .linked.vertical > button:focus, .linked.vertical > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.05); } + .linked.vertical > button:disabled { + box-shadow: inset 0 -1px #31363f; } + .linked.vertical > button:last-child, .linked.vertical > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { + box-shadow: none; } + .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + button.circular, button.nautilus-circular-button.image-button, button.circular-button { + padding: 0; + min-width: 28px; + min-height: 28px; + border-radius: 9999px; + -gtk-outline-radius: 9999px; } + button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label { + padding: 0; } + +spinbutton:disabled { + opacity: .6; } + +spinbutton button, spinbutton button.nautilus-circular-button.image-button { + color: #f1f1f0; + padding: 3px 5px; } + spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover { + background-color: #49505f; + background-image: none; } + spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover { + border-color: rgba(195, 195, 190, 0.3); } + spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + spinbutton button:focus:hover { + color: mix(#f1f1f0,mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3),0.3); } + spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled { + color: mix(#f1f1f0,#282a36,0.7); } + spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + spinbutton button:backdrop:disabled { + color: rgba(7, 8, 10, 0.8); } + +spinbutton:not(.vertical) { + /*@extend %entry;*/ + background-color: #282a36; + background-image: none; + /*@include border($base_color);*/ + padding: 0; + border-radius: 3px; + -gtk-outline-radius: 6.3px; + color: #d3dae3; + caret-color: #d3dae3; + /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } + spinbutton:not(.vertical):disabled { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + spinbutton:not(.vertical) entry { + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; + border-right-width: 0; + box-shadow: none; } + spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button { + border-radius: 0; + -gtk-outline-radius: 0; + border-style: solid; + background-image: none; + box-shadow: none; } + spinbutton:not(.vertical) button:focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.2); } + spinbutton:not(.vertical) button:backdrop { + border-color: alpha(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),0.8); } + spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { + border-style: solid; } + spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton:not(.vertical) button.down:dir(rtl) { + border-right-style: none; + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; } + spinbutton:not(.vertical) button.down:dir(rtl):focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton:not(.vertical) button.up:dir(ltr) { + border-left-style: none; + border-radius: 0 3px 3px 0; + -gtk-outline-radius: 0 6.3px 6.3px 0; } + spinbutton:not(.vertical) button.up:dir(ltr):focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); + box-shadow: inset 1px 0 mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + +spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry { + min-width: 0; + padding-left: 1px; + padding-right: 1px; } + +spinbutton.vertical entry { + border-radius: 0; + -gtk-outline-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + +spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + +spinbutton.vertical button.up { + border-radius: 3px 3px 0 0; + -gtk-outline-radius: 6.3px 6.3px 0 0; } + spinbutton.vertical button.up:focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + +spinbutton.vertical button.down { + border-radius: 0 0 3px 3px; + -gtk-outline-radius: 0 0 6.3px 6.3px; } + spinbutton.vertical button.down:focus { + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + +/****************** +! ComboBoxes * +*******************/ +combobox button.combo, combobox button.combo.nautilus-circular-button.image-button { + min-width: 0; + padding-left: 3.6428571429px; + padding-right: 3.6428571429px; } + +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; + padding: 1.5px; } + +combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry { + padding: 3px 3.6428571429px; } + +combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button { + padding: 3px; } + +combobox menu menuitem { + padding: 3px 5px; } + combobox menu menuitem cellview { + min-height: 20px; } + +/********* + ! Entry * +**********/ +.linked:not(.vertical) > entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .linked:not(.vertical) > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .linked:not(.vertical) > entry:first-child:dir(rtl) { + border-left-width: 0; + border-right-width: 1px; } + .linked:not(.vertical) > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .linked:not(.vertical) > entry:last-child:dir(rtl) { + border-left-width: 1px; + border-right-width: 0; } + .linked:not(.vertical) > entry:only-child { + border-width: 1px; } + .linked:not(.vertical) > entry:only-child { + border-radius: 3px; } + +.linked.vertical > entry { + border-width: 1px; + border-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + .linked.vertical > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 1px; + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .linked.vertical > entry:first-child:dir(rtl) { + border-top-width: 0; + border-bottom-width: 1px; } + .linked.vertical > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 0; + border-bottom-width: 1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .linked.vertical > entry:last-child:dir(rtl) { + border-top-width: 1px; + border-bottom-width: 0; } + .linked.vertical > entry:only-child { + border-width: 1px; } + .linked.vertical > entry:only-child { + border-radius: 3px; } + +#login_window entry, .osd entry, +#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry { + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 100ms ease-out; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + #login_window entry:focus, + #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover, + #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active, + #XfceNotifyWindow entry:active, popover.background entry:active, entry:active { + transition: border 100ms ease-in; } + #login_window entry:selected, + #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected { + background-color: #58d782; + color: #f1f1f0; } + #login_window entry:disabled, + #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled { + box-shadow: none; } + #login_window entry progress, .osd entry progress, + #XfceNotifyWindow entry progress, popover.background entry progress, entry progress { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + #login_window entry image.left, + #XfceNotifyWindow entry image.left, entry image.left { + padding-right: 3px; } + #login_window entry image.right, + #XfceNotifyWindow entry image.right, entry image.right { + padding-left: 3px; } + #login_window entry.warning, + #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning { + color: #282c34; + border-color: #f4ff6f; + background-color: mix(#282a36,#fbffcb,0.6); } + #login_window entry.warning image, + #XfceNotifyWindow entry.warning image, entry.warning image { + color: #282c34; } + #login_window entry.warning:focus, + #XfceNotifyWindow entry.warning:focus, entry.warning:focus { + color: #282c34; + border-color: mix(#58d782,#fbffcb,0.3); + background-color: #fbffcb; + box-shadow: none; } + #login_window entry.warning selection, + #XfceNotifyWindow entry.warning selection, entry.warning selection { + background-color: #282c34; + color: #fbffcb; } + #login_window entry.error, + #XfceNotifyWindow entry.error, popover.background entry.error, entry.error { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.error image, + #XfceNotifyWindow entry.error image, entry.error image { + color: #282c34; } + #login_window entry.error:focus, + #XfceNotifyWindow entry.error:focus, entry.error:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.error selection, + #XfceNotifyWindow entry.error selection, entry.error selection { + background-color: #282c34; + color: #fc4a6d; } + #login_window entry.search-missing, + #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.search-missing image, + #XfceNotifyWindow entry.search-missing image, entry.search-missing image { + color: #282c34; } + #login_window entry.search-missing:focus, + #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.search-missing selection, + #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection { + background-color: #282c34; + color: #fc4a6d; } + +entry { + background-color: #282a36; + background-image: none; + border-color: mix(#d3dae3,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #d3dae3; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + entry:focus, entry:hover { + border-color: mix(#58d782,mix(#d3dae3,#282a36,0.7),0.3); } + entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus { + border-color: mix(#d3dae3,#282a36,0.32); } + entry:disabled { + border-color: mix(#d3dae3,#282a36,0.84); } + entry:active:disabled, entry:checked:disabled { + border-color: mix(#d3dae3,#282a36,0.8); } + entry:focus, entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + entry:disabled { + background-color: mix(#282a36,#d3dae3,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#d3dae3,0.9); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +toolbar { + padding: 2px; + border-style: none; } + toolbar.horizontal separator { + margin: 0 5px 1px; } + toolbar.vertical separator { + margin: 5px 1px 5px 0; } + +headerbar { + border-width: 0 0 1px; + border-style: solid; } + headerbar entry, + headerbar spinbutton, + headerbar separator, + headerbar button, + headerbar button.nautilus-circular-button.image-button { + margin-top: 6px; + margin-bottom: 6px; } + headerbar switch { + margin-top: 4px; + margin-bottom: 4px; } + window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child { + border-top-left-radius: 3px; } + window:not(.tiled):not(.maximized) headerbar:last-child { + border-top-right-radius: 3px; } + +.titlebar:not(headerbar), headerbar { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.88); + color: #f6f6f6; + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + color: #f6f6f6; + padding: 0 6px; + min-height: 42px; } + .titlebar:focus:not(headerbar), headerbar:focus, .titlebar:hover:not(headerbar), headerbar:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.8),0.3); } + .titlebar:active:not(headerbar), headerbar:active, .titlebar:checked:not(headerbar), headerbar:checked { + border-color: mix(#f6f6f6,#282a36,0.4); } + .titlebar:disabled:not(headerbar), headerbar:disabled { + border-color: mix(#f6f6f6,#282a36,0.92); } + .titlebar:active:disabled:not(headerbar), headerbar:active:disabled, .titlebar:checked:disabled:not(headerbar), headerbar:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.88); } + .titlebar:disabled:not(headerbar), headerbar:disabled { + background-color: #242631; + background-image: none; + color: mix(#f6f6f6,#282a36,0.5); } + .titlebar:not(headerbar) .background, headerbar .background { + background-color: #282a36; + border-color: mix(#282a36,#f6f6f6,0.3); } + .titlebar:not(headerbar) .title, headerbar .title { + font-weight: bold; + padding: 0 6px; } + .titlebar:not(headerbar) .subtitle, headerbar .subtitle { + font-size: smaller; + padding: 0 6px; } + .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked { + border-color: rgba(172, 172, 172, 0.22); } + .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked { + border-color: rgba(172, 172, 172, 0.3); } + .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked { + border-color: rgba(172, 172, 172, 0.3); } + .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active { + border-color: rgba(172, 172, 172, 0.22); } + .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + color: #f6f6f6; } + .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled { + background-color: alpha(mix(#282a36,#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f6f6f6,0.6); + box-shadow: none; } + .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled { + color: mix(#282a36,#f6f6f6,0.6); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f6f6f6,#282a36,0.9)); } + .titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button { + padding: 3px; } + .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button, + .titlebar:not(headerbar) .linked > button, + headerbar .linked > button, + headerbar .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) viewswitcher button:focus, headerbar viewswitcher button:focus, headerbar viewswitcher button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) viewswitcher button:hover, headerbar viewswitcher button:hover, headerbar viewswitcher button.nautilus-circular-button.image-button:hover, + .titlebar:not(headerbar) .linked > button:focus, + headerbar .linked > button:focus, + .titlebar:not(headerbar) .linked > button:hover, + headerbar .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) viewswitcher button:active, headerbar viewswitcher button:active, headerbar viewswitcher button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) viewswitcher button:checked, headerbar viewswitcher button:checked, headerbar viewswitcher button.nautilus-circular-button.image-button:checked, + .titlebar:not(headerbar) .linked > button:active, + headerbar .linked > button:active, + .titlebar:not(headerbar) .linked > button:checked, + headerbar .linked > button:checked { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .titlebar:not(headerbar) viewswitcher button:disabled, headerbar viewswitcher button:disabled, headerbar viewswitcher button.nautilus-circular-button.image-button:disabled, + .titlebar:not(headerbar) .linked > button:disabled, + headerbar .linked > button:disabled { + box-shadow: inset -1px 0 #20222b; } + .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child, + .titlebar:not(headerbar) .linked > button:last-child, + headerbar .linked > button:last-child, + .titlebar:not(headerbar) .linked > button:only-child, + headerbar .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) viewswitcher button:last-child:hover, headerbar viewswitcher button:last-child:hover, .titlebar:not(headerbar) viewswitcher button:only-child:hover, headerbar viewswitcher button:only-child:hover, + .titlebar:not(headerbar) .linked > button:last-child:hover, + headerbar .linked > button:last-child:hover, + .titlebar:not(headerbar) .linked > button:only-child:hover, + headerbar .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) viewswitcher button:disabled:last-child, headerbar viewswitcher button:disabled:last-child, .titlebar:not(headerbar) viewswitcher button:disabled:only-child, headerbar viewswitcher button:disabled:only-child, + .titlebar:not(headerbar) .linked > button:disabled:last-child, + headerbar .linked > button:disabled:last-child, + .titlebar:not(headerbar) .linked > button:disabled:only-child, + headerbar .linked > button:disabled:only-child { + box-shadow: none; } + .titlebar:not(headerbar) viewswitcher button:active:last-child, headerbar viewswitcher button:active:last-child, .titlebar:not(headerbar) viewswitcher button:checked:last-child, headerbar viewswitcher button:checked:last-child, + .titlebar:not(headerbar) .linked > button:active:last-child, + headerbar .linked > button:active:last-child, + .titlebar:not(headerbar) .linked > button:checked:last-child, + headerbar .linked > button:checked:last-child { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .titlebar:not(headerbar) viewswitcher button:active:only-child, headerbar viewswitcher button:active:only-child, .titlebar:not(headerbar) viewswitcher button:checked:only-child, headerbar viewswitcher button:checked:only-child, + .titlebar:not(headerbar) .linked > button:active:only-child, + headerbar .linked > button:active:only-child, + .titlebar:not(headerbar) .linked > button:checked:only-child, + headerbar .linked > button:checked:only-child { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button { + padding: 3px 7px; } + .titlebar:not(headerbar) separator, headerbar separator { + color: #181920; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .titlebar:not(headerbar) separator, headerbar separator { + background-image: image(mix(#f6f6f6,#282a36,0.9)); } + .titlebar:backdrop:not(headerbar), headerbar:backdrop { + background-color: #282a36; + background-image: none; + color: mix(#f1f1f0,#282a36,0.4); + text-shadow: none; + border-color: mix(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),#282a36,0.5); } + .default-decoration.titlebar:not(headerbar), headerbar.default-decoration { + min-height: 24px; + box-shadow: none; + border: 0; } + .default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton { + min-height: 16px; + min-width: 16px; + margin: 0; + padding: 0; } + .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd headerbar:dir(rtl), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:dir(ltr) { + border-radius: 0; + box-shadow: none; } + .tiled .titlebar:not(headerbar), .tiled headerbar, .maximized .titlebar:not(headerbar), .maximized headerbar { + border-radius: 0; } + .titlebar:not(headerbar) .title, headerbar .title { + font-weight: bold; } + .titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton { + margin-left: 3px; } + .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + padding: 3px; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked { + border-color: rgba(131, 150, 176, 0.22); } + .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked { + border-color: rgba(131, 150, 176, 0.3); } + .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked { + border-color: rgba(131, 150, 176, 0.3); } + .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active { + border-color: rgba(131, 150, 176, 0.22); } + .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + color: #d3dae3; } + .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + .titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button { + padding: 3px 5px; } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #f6f6f6; } + .titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover { + color: #d3dae3; } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,#282a36,0.4); } + .titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow { + /* have no clue why it's ignored by gtk and forced to 5px and 7px */ + padding: 0; } + .titlebar:not(headerbar) button:not(:checked):not(:hover) stack box, headerbar button:not(:checked):not(:hover) stack box { + color: #f6f6f6; } + .titlebar:not(headerbar) viewswitcher button:not(:checked):not(:hover) stack box, headerbar viewswitcher button:not(:checked):not(:hover) stack box { + color: #f1f1f0; } + .titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton { + margin-left: 0; + margin-right: 3px; } + .titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button { + border: 0; + padding: 3px; + background-image: none; + background-color: transparent; + color: #f6f6f6; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover { + background-image: none; + background-color: transparent; + color: #58d782; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active { + background-image: none; + background-color: transparent; + color: #40d170; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop { + background: none; + color: mix(#f1f1f0,#282a36,0.4); + -gtk-icon-shadow: none; } + +toolbar { + background-color: #282a36; + background-image: none; + border-color: mix(#f1f1f0,#282a36,0.88); + color: #f1f1f0; } + toolbar:focus, toolbar:hover { + border-color: mix(#58d782,mix(#f1f1f0,#282a36,0.8),0.3); } + toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus { + border-color: mix(#f1f1f0,#282a36,0.4); } + toolbar:disabled { + border-color: mix(#f1f1f0,#282a36,0.92); } + toolbar:active:disabled, toolbar:checked:disabled { + border-color: mix(#f1f1f0,#282a36,0.88); } + toolbar:disabled { + background-color: #242631; + background-image: none; + color: mix(#f1f1f0,#282a36,0.5); } + toolbar .background { + background-color: #282a36; + border-color: mix(#282a36,#f1f1f0,0.3); } + toolbar .title { + font-weight: bold; + padding: 0 6px; } + toolbar .subtitle { + font-size: smaller; + padding: 0 6px; } + toolbar button, toolbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar button:active:disabled, toolbar button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button { + color: #f1f1f0; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar button:hover:disabled, toolbar button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar button:focus:hover, toolbar button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover { + color: #f1f1f0; } + toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled { + color: mix(#282a36,#f1f1f0,0.6); } + toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + toolbar button:backdrop, toolbar button.nautilus-circular-button.image-button:backdrop, toolbar button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + toolbar button.separator:disabled, toolbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + toolbar button separator, toolbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); } + toolbar button.image-button, toolbar button.image-button.nautilus-circular-button { + padding: 3px; } + toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button, + toolbar .linked > button, + toolbar .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar viewswitcher button:focus, toolbar viewswitcher button.nautilus-circular-button.image-button:focus, toolbar viewswitcher button:hover, toolbar viewswitcher button.nautilus-circular-button.image-button:hover, + toolbar .linked > button:focus, + toolbar .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar viewswitcher button:active, toolbar viewswitcher button.nautilus-circular-button.image-button:active, toolbar viewswitcher button:active:hover, toolbar viewswitcher button:active:focus, toolbar viewswitcher button:active:hover:focus, toolbar viewswitcher button:checked, toolbar viewswitcher button.nautilus-circular-button.image-button:checked, toolbar viewswitcher button:checked:hover, toolbar viewswitcher button:checked:focus, toolbar viewswitcher button:checked:hover:focus, + toolbar .linked > button:active, + toolbar .linked > button:active:hover, + toolbar .linked > button:active:focus, + toolbar .linked > button:active:hover:focus, + toolbar .linked > button:checked, + toolbar .linked > button:checked:hover, + toolbar .linked > button:checked:focus, + toolbar .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + toolbar viewswitcher button:disabled, toolbar viewswitcher button.nautilus-circular-button.image-button:disabled, + toolbar .linked > button:disabled { + box-shadow: inset -1px 0 #20222b; } + toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child, + toolbar .linked > button:last-child, + toolbar .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar viewswitcher button:last-child:hover, toolbar viewswitcher button:only-child:hover, + toolbar .linked > button:last-child:hover, + toolbar .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar viewswitcher button:disabled:last-child, toolbar viewswitcher button:disabled:only-child, toolbar viewswitcher button:active:disabled:last-child, toolbar viewswitcher button:active:disabled:only-child, toolbar viewswitcher button:checked:disabled:last-child, toolbar viewswitcher button:checked:disabled:only-child, + toolbar .linked > button:disabled:last-child, + toolbar .linked > button:disabled:only-child, + toolbar .linked > button:active:disabled:last-child, + toolbar .linked > button:active:disabled:only-child, + toolbar .linked > button:checked:disabled:last-child, + toolbar .linked > button:checked:disabled:only-child { + box-shadow: none; } + toolbar viewswitcher button:active:last-child, toolbar viewswitcher button:active:last-child:focus, toolbar viewswitcher button:active:last-child:hover, toolbar viewswitcher button:active:last-child:hover:focus, toolbar viewswitcher button:checked:last-child, toolbar viewswitcher button:checked:last-child:focus, toolbar viewswitcher button:checked:last-child:hover, toolbar viewswitcher button:checked:last-child:hover:focus, + toolbar .linked > button:active:last-child, + toolbar .linked > button:active:last-child:focus, + toolbar .linked > button:active:last-child:hover, + toolbar .linked > button:active:last-child:hover:focus, + toolbar .linked > button:checked:last-child, + toolbar .linked > button:checked:last-child:focus, + toolbar .linked > button:checked:last-child:hover, + toolbar .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + toolbar viewswitcher button:active:only-child, toolbar viewswitcher button:active:only-child:focus, toolbar viewswitcher button:active:only-child:hover, toolbar viewswitcher button:active:only-child:hover:focus, toolbar viewswitcher button:checked:only-child, toolbar viewswitcher button:checked:only-child:focus, toolbar viewswitcher button:checked:only-child:hover, toolbar viewswitcher button:checked:only-child:hover:focus, + toolbar .linked > button:active:only-child, + toolbar .linked > button:active:only-child:focus, + toolbar .linked > button:active:only-child:hover, + toolbar .linked > button:active:only-child:hover:focus, + toolbar .linked > button:checked:only-child, + toolbar .linked > button:checked:only-child:focus, + toolbar .linked > button:checked:only-child:hover, + toolbar .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button { + padding: 3px 7px; } + toolbar separator, toolbar separator:disabled { + color: #181920; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + toolbar.inline-toolbar { + padding: 1px; + border-width: 0 1px 1px; + border-style: solid; + border-color: mix(#282a36,#f1f1f0,0.18); + background-color: mix(mix(#282a36,#f1f1f0,0.18),#282a36,0.7); + background-image: none; } + toolbar.inline-toolbar:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + background-color: mix(#282a36,mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),0.35); + transition: 200ms ease-out; } + toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar.inline-toolbar button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + toolbar.inline-toolbar button.flat { + color: #f1f1f0; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { + color: #f1f1f0; } + toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled { + color: mix(#282a36,#f1f1f0,0.6); } + toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + toolbar.inline-toolbar button:backdrop, toolbar.inline-toolbar button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); } + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + border-color: transparent; + box-shadow: none; } + +.titlebar:not(headerbar) > separator { + background-color: #232530; } + +.background .titlebar:backdrop, .background .titlebar { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +.background.tiled .titlebar:backdrop, .background.tiled .titlebar, +.background.tiled-top .titlebar:backdrop, +.background.tiled-top .titlebar, +.background.tiled-right .titlebar:backdrop, +.background.tiled-right .titlebar, +.background.tiled-bottom .titlebar:backdrop, +.background.tiled-bottom .titlebar, +.background.tiled-left .titlebar:backdrop, +.background.tiled-left .titlebar, +.background.maximized .titlebar:backdrop, +.background.maximized .titlebar, +.background.solid-csd .titlebar:backdrop, +.background.solid-csd .titlebar { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) { + border-radius: 0; + border-top-color: transparent; } + +/************** + ! Action-bar * +***************/ +actionbar > revealer > box { + padding: 3px; + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + actionbar > revealer > box:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +/**************************** + ! Search and Location bars * +*****************************/ +searchbar, +.location-bar { + background-color: #272935; + background-image: none; + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + +/****************** + ! Action buttons * +*******************/ +.suggested-action, headerbar.selection-mode button.suggested-action, +.titlebar.selection-mode:not(headerbar) button.suggested-action { + background-color: #71f59c; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action:active, headerbar.selection-mode button.suggested-action:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, + .titlebar:not(headerbar).selection-mode button.flat.suggested-action { + color: #f1f1f0; + border-color: rgba(113, 245, 156, 0); + background-color: rgba(113, 245, 156, 0); + background-image: none; + box-shadow: none; } + .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover { + background-color: #82f6a8; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .suggested-action:hover:focus, .suggested-action:hover:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action:hover:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action:hover:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus { + background-color: #82f6a8; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .suggested-action:focus:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { + background-color: #92f7b3; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .suggested-action:checked:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action:checked:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover { + color: #f1f1f0; } + .suggested-action:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { + background-color: alpha(mix(#71f59c,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#71f59c,#f1f1f0,0.6); + box-shadow: none; } + .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled { + color: mix(#71f59c,#f1f1f0,0.6); } + .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop, + .titlebar:not(headerbar).selection-mode button.suggested-action:backdrop, .suggested-action.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, + .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, + .titlebar.selection-mode:not(headerbar) button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(113, 245, 156, 0.9); } + .suggested-action.separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, + .titlebar.selection-mode:not(headerbar) button.suggested-action .separator:disabled { + color: rgba(113, 245, 156, 0.85); } + .suggested-action separator, headerbar.selection-mode button.suggested-action separator, + .titlebar.selection-mode:not(headerbar) button.suggested-action separator { + background-image: image(mix(#f1f1f0,#71f59c,0.9)); } + +.destructive-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .destructive-action:focus, .destructive-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action:active:disabled, .destructive-action:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .destructive-action.flat { + color: #f1f1f0; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .destructive-action:hover, .destructive-action.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action:focus, .destructive-action.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .destructive-action:focus:hover, .destructive-action.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { + color: #f1f1f0; } + .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#f1f1f0,0.6); + box-shadow: none; } + .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#f1f1f0,0.6); } + .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .destructive-action:backdrop, .destructive-action.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .destructive-action.separator, .destructive-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .destructive-action.separator:disabled, .destructive-action .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + .destructive-action separator { + background-image: image(mix(#f1f1f0,#fc4a6d,0.9)); } + +/****************** + ! Selection mode * +*******************/ +headerbar.selection-mode, +.titlebar:not(headerbar).selection-mode { + background-color: #58d782; + background-image: none; + border-color: mix(#f1f1f0,#58d782,0.72); + color: #f1f1f0; } + headerbar.selection-mode:focus, headerbar.selection-mode:hover, + .titlebar:not(headerbar).selection-mode:focus, + .titlebar:not(headerbar).selection-mode:hover { + border-color: mix(#58d782,mix(#f1f1f0,#58d782,0.8),0.3); } + headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus, + .titlebar:not(headerbar).selection-mode:active, + .titlebar:not(headerbar).selection-mode:active:hover, + .titlebar:not(headerbar).selection-mode:active:focus, + .titlebar:not(headerbar).selection-mode:active:hover:focus, + .titlebar:not(headerbar).selection-mode:checked, + .titlebar:not(headerbar).selection-mode:checked:hover, + .titlebar:not(headerbar).selection-mode:checked:focus, + .titlebar:not(headerbar).selection-mode:checked:hover:focus { + border-color: mix(#f1f1f0,#58d782,0.48); } + headerbar.selection-mode:disabled, + .titlebar:not(headerbar).selection-mode:disabled { + border-color: mix(#f1f1f0,#58d782,0.8); } + headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, + .titlebar:not(headerbar).selection-mode:active:disabled, + .titlebar:not(headerbar).selection-mode:checked:disabled { + border-color: mix(#f1f1f0,#58d782,0.72); } + headerbar.selection-mode:disabled, + .titlebar:not(headerbar).selection-mode:disabled { + background-color: #40d170; + background-image: none; + color: mix(#f1f1f0,#58d782,0.5); } + headerbar.selection-mode .background, + .titlebar:not(headerbar).selection-mode .background { + background-color: #58d782; + border-color: mix(#58d782,#f1f1f0,0.3); } + headerbar.selection-mode .title, + .titlebar:not(headerbar).selection-mode .title { + font-weight: bold; + padding: 0 6px; } + headerbar.selection-mode .subtitle, + .titlebar:not(headerbar).selection-mode .subtitle { + font-size: smaller; + padding: 0 6px; } + headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button, + .titlebar:not(headerbar).selection-mode button { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:disabled, + .titlebar:not(headerbar).selection-mode button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + headerbar.selection-mode button.flat, + .titlebar:not(headerbar).selection-mode button.flat { + color: #f1f1f0; + border-color: rgba(88, 215, 130, 0); + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, + .titlebar:not(headerbar).selection-mode button:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:active, + .titlebar:not(headerbar).selection-mode button:hover:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:hover:checked, + .titlebar:not(headerbar).selection-mode button:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, + .titlebar:not(headerbar).selection-mode button:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button.flat:checked, + .titlebar:not(headerbar).selection-mode button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover { + color: #f1f1f0; } + headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { + color: mix(#58d782,#f1f1f0,0.6); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop, + .titlebar:not(headerbar).selection-mode button:backdrop, + .titlebar:not(headerbar).selection-mode button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, + .titlebar:not(headerbar).selection-mode button.separator, + .titlebar:not(headerbar).selection-mode button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator:disabled, + .titlebar:not(headerbar).selection-mode button .separator:disabled { + color: rgba(88, 215, 130, 0.85); } + headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator, + .titlebar:not(headerbar).selection-mode button separator { + background-image: image(mix(#f1f1f0,#58d782,0.9)); } + headerbar.selection-mode button.image-button, + .titlebar:not(headerbar).selection-mode button.image-button { + padding: 3px; } + headerbar.selection-mode viewswitcher button, headerbar.selection-mode viewswitcher button.nautilus-circular-button.image-button, + headerbar.selection-mode .linked > button, + .titlebar:not(headerbar).selection-mode viewswitcher button, + .titlebar:not(headerbar).selection-mode .linked > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode viewswitcher button:focus, headerbar.selection-mode viewswitcher button:hover, + headerbar.selection-mode .linked > button:focus, + headerbar.selection-mode .linked > button:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:hover, + .titlebar:not(headerbar).selection-mode .linked > button:focus, + .titlebar:not(headerbar).selection-mode .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode viewswitcher button:active, headerbar.selection-mode viewswitcher button:active:hover, headerbar.selection-mode viewswitcher button:active:focus, headerbar.selection-mode viewswitcher button:active:hover:focus, headerbar.selection-mode viewswitcher button:checked, headerbar.selection-mode viewswitcher button:checked:hover, headerbar.selection-mode viewswitcher button:checked:focus, headerbar.selection-mode viewswitcher button:checked:hover:focus, + headerbar.selection-mode .linked > button:active, + headerbar.selection-mode .linked > button:active:hover, + headerbar.selection-mode .linked > button:active:focus, + headerbar.selection-mode .linked > button:active:hover:focus, + headerbar.selection-mode .linked > button:checked, + headerbar.selection-mode .linked > button:checked:hover, + headerbar.selection-mode .linked > button:checked:focus, + headerbar.selection-mode .linked > button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active, + .titlebar:not(headerbar).selection-mode .linked > button:active:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked, + .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + headerbar.selection-mode viewswitcher button:disabled, + headerbar.selection-mode .linked > button:disabled, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled, + .titlebar:not(headerbar).selection-mode .linked > button:disabled { + box-shadow: inset -1px 0 #2fc460; } + headerbar.selection-mode viewswitcher button:last-child, headerbar.selection-mode viewswitcher button:only-child, + headerbar.selection-mode .linked > button:last-child, + headerbar.selection-mode .linked > button:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode viewswitcher button:last-child:hover, headerbar.selection-mode viewswitcher button:only-child:hover, + headerbar.selection-mode .linked > button:last-child:hover, + headerbar.selection-mode .linked > button:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode viewswitcher button:disabled:last-child, headerbar.selection-mode viewswitcher button:disabled:only-child, headerbar.selection-mode viewswitcher button:active:disabled:last-child, headerbar.selection-mode viewswitcher button:active:disabled:only-child, headerbar.selection-mode viewswitcher button:checked:disabled:last-child, headerbar.selection-mode viewswitcher button:checked:disabled:only-child, + headerbar.selection-mode .linked > button:disabled:last-child, + headerbar.selection-mode .linked > button:disabled:only-child, + headerbar.selection-mode .linked > button:active:disabled:last-child, + headerbar.selection-mode .linked > button:active:disabled:only-child, + headerbar.selection-mode .linked > button:checked:disabled:last-child, + headerbar.selection-mode .linked > button:checked:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child { + box-shadow: none; } + headerbar.selection-mode viewswitcher button:active:last-child, headerbar.selection-mode viewswitcher button:active:last-child:focus, headerbar.selection-mode viewswitcher button:active:last-child:hover, headerbar.selection-mode viewswitcher button:active:last-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:last-child, headerbar.selection-mode viewswitcher button:checked:last-child:focus, headerbar.selection-mode viewswitcher button:checked:last-child:hover, headerbar.selection-mode viewswitcher button:checked:last-child:hover:focus, + headerbar.selection-mode .linked > button:active:last-child, + headerbar.selection-mode .linked > button:active:last-child:focus, + headerbar.selection-mode .linked > button:active:last-child:hover, + headerbar.selection-mode .linked > button:active:last-child:hover:focus, + headerbar.selection-mode .linked > button:checked:last-child, + headerbar.selection-mode .linked > button:checked:last-child:focus, + headerbar.selection-mode .linked > button:checked:last-child:hover, + headerbar.selection-mode .linked > button:checked:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + headerbar.selection-mode viewswitcher button:active:only-child, headerbar.selection-mode viewswitcher button:active:only-child:focus, headerbar.selection-mode viewswitcher button:active:only-child:hover, headerbar.selection-mode viewswitcher button:active:only-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:only-child, headerbar.selection-mode viewswitcher button:checked:only-child:focus, headerbar.selection-mode viewswitcher button:checked:only-child:hover, headerbar.selection-mode viewswitcher button:checked:only-child:hover:focus, + headerbar.selection-mode .linked > button:active:only-child, + headerbar.selection-mode .linked > button:active:only-child:focus, + headerbar.selection-mode .linked > button:active:only-child:hover, + headerbar.selection-mode .linked > button:active:only-child:hover:focus, + headerbar.selection-mode .linked > button:checked:only-child, + headerbar.selection-mode .linked > button:checked:only-child:focus, + headerbar.selection-mode .linked > button:checked:only-child:hover, + headerbar.selection-mode .linked > button:checked:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + headerbar.selection-mode box button.image-button, + .titlebar:not(headerbar).selection-mode box button.image-button { + padding: 3px 7px; } + headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, + .titlebar:not(headerbar).selection-mode separator, + .titlebar:not(headerbar).selection-mode separator:disabled { + color: #239348; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button, + .titlebar:not(headerbar).selection-mode button { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:disabled, + .titlebar:not(headerbar).selection-mode button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + headerbar.selection-mode button.flat, + .titlebar:not(headerbar).selection-mode button.flat { + color: #f1f1f0; + border-color: rgba(88, 215, 130, 0); + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, + .titlebar:not(headerbar).selection-mode button:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:active, + .titlebar:not(headerbar).selection-mode button:hover:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:hover:checked, + .titlebar:not(headerbar).selection-mode button:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, + .titlebar:not(headerbar).selection-mode button:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button.flat:checked, + .titlebar:not(headerbar).selection-mode button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover { + color: #f1f1f0; } + headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { + color: mix(#58d782,#f1f1f0,0.6); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop, + .titlebar:not(headerbar).selection-mode button:backdrop, + .titlebar:not(headerbar).selection-mode button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, + .titlebar:not(headerbar).selection-mode button.separator, + .titlebar:not(headerbar).selection-mode button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator:disabled, + .titlebar:not(headerbar).selection-mode button .separator:disabled { + color: rgba(88, 215, 130, 0.85); } + headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator, + .titlebar:not(headerbar).selection-mode button separator { + background-image: image(mix(#f1f1f0,#58d782,0.9)); } + headerbar.selection-mode:backdrop, + .titlebar:not(headerbar).selection-mode:backdrop { + background-color: #58d782; + background-image: none; } + headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, + .titlebar:not(headerbar).selection-mode .selection-menu { + color: #2fc460; + background-color: transparent; + background-image: none; + box-shadow: none; + border: 0; } + headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, + .titlebar:not(headerbar).selection-mode .selection-menu:hover { + color: #29ab54; } + headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, + .titlebar:not(headerbar).selection-mode .selection-menu:active { + color: #2cb75a; } + headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, + .titlebar:not(headerbar).selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: rgba(241, 241, 240, 0.5); + -gtk-icon-shadow: none; } + headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, + .titlebar:not(headerbar).selection-mode .dim-label, + .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label { + color: #29ab54; } + +/********** + ! Calendar +***********/ +calendar { + padding: 1px 3px; + outline-offset: -1px; + color: #d3dae3; } + calendar:selected { + border-radius: 3px; } + calendar.header { + border-bottom: 1px solid rgba(100, 100, 93, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(100, 100, 93, 0.1); } + calendar.button { + color: rgba(241, 241, 240, 0.55); } + calendar.button:hover { + color: #f1f1f0; } + calendar.button:backdrop { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.55); } + calendar.button:disabled { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.55); } + calendar:indeterminate, calendar:indeterminate:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + calendar.highlight, calendar.highlight:backdrop { + font-size: smaller; + color: mix(#58d782,#f1f1f0,0.5); } + calendar:backdrop { + color: mix(#282a36,#d3dae3,0.8); } + +/* gnome-calendar */ +.calendar-view { + background-color: #282a36; + color: #d3dae3; } + +/*************** + ! Color chooser +****************/ +colorswatch:drop(active), colorswatch { + border-style: none; } + +colorswatch.top { + border-top-left-radius: 3.5px; + border-top-right-radius: 3.5px; } + colorswatch.top overlay { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +colorswatch.bottom { + border-bottom-left-radius: 3.5px; + border-bottom-right-radius: 3.5px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 3.5px; + border-bottom-left-radius: 3.5px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 3.5px; + border-bottom-right-radius: 3.5px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.dark overlay { + color: #f1f1f0; } + colorswatch.dark overlay:hover { + border-color: rgba(100, 100, 93, 0.8); } + colorswatch.dark overlay:backdrop { + color: mix(#58d782,#f1f1f0,0.66); } + +colorswatch.light overlay { + color: #d3dae3; } + colorswatch.light overlay:hover { + border-color: rgba(100, 100, 93, 0.5); } + colorswatch.light overlay:backdrop { + color: mix(#282a36,#d3dae3,0.8); } + +colorswatch:drop(active) { + box-shadow: none; } + colorswatch:drop(active).light overlay { + border-color: #58d782; + box-shadow: inset 0 0 0 2px #3bd06c, inset 0 0 0 1px #58d782; } + colorswatch:drop(active).dark overlay { + border-color: #58d782; + box-shadow: inset 0 0 0 2px rgba(100, 100, 93, 0.3), inset 0 0 0 1px #58d782; } + +colorswatch overlay { + border: 1px solid rgba(100, 100, 93, 0.3); } + colorswatch overlay:hover { + box-shadow: inset 0 1px rgba(41, 43, 56, 0.4), inset 0 -1px rgba(100, 100, 93, 0.2); } + colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { + border-color: rgba(100, 100, 93, 0.3); + box-shadow: none; } + +colorswatch:disabled { + opacity: .5; } + colorswatch:disabled overlay { + border-color: rgba(100, 100, 93, 0.6); + box-shadow: none; } + +row:selected colorswatch { + box-shadow: 0 0 0 2px #f1f1f0; } + +colorswatch#add-color-button { + border-radius: 3px 3px 0 0; } + colorswatch#add-color-button:only-child { + border-radius: 3px; } + colorswatch#add-color-button overlay { + background-color: #262833; + color: #f1f1f0; } + colorswatch#add-color-button overlay:hover { + background-color: #242631; } + colorswatch#add-color-button overlay:backdrop { + background-color: #262833; } + +colorswatch#editor-color-sample { + border-radius: 3px; } + colorswatch#editor-color-sample overlay { + border-radius: 3.5px; } + +button.color, button.color.nautilus-circular-button.image-button { + padding: 3px; } + button.color colorswatch:only-child, button.color colorswatch:only-child overlay { + border-radius: 3px; } + button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { + box-shadow: none; } + +/*********************** +! Font and file choosers +************************/ +filechooser { + /* for fallback when header bar not used */ } + filechooser .dialog-action-box { + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + filechooser .dialog-action-box:backdrop { + border-top-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + filechooser #pathbarbox { + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); + background-color: #282a36; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +/****************** + ! Grid and flowbox +*******************/ +widget:active { + background-color: mix(#58d782,#282a36,0.5); } + +list { + color: #d3dae3; + background-color: #282a36; + border-color: mix(#282a36,#f1f1f0,0.18); } + list:backdrop { + background-color: #282a36; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + list row { + padding: 3px; } + +row { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + row:hover { + transition: none; } + row:backdrop { + transition: 200ms ease-out; } + row.activatable.has-open-popup, row.activatable:hover { + background-color: rgba(241, 241, 240, 0.05); } + row.activatable:active { + box-shadow: inset 0 2px 2px -2px rgba(100, 100, 93, 0.2); } + row.activatable:backdrop:hover { + background-color: transparent; } + row.activatable:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.5); } + row.activatable:selected.has-open-popup, row.activatable:selected:hover { + background-color: mix(#58d782,#f1f1f0,0.1); } + row.activatable:selected:backdrop { + background-color: #58d782; } + +flowbox flowboxchild { + padding: 3px; + border-radius: 3px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Infobar +**********/ +infobar { + border: 0; } + infobar.info, infobar.info:backdrop { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + caret-color: currentColor; } + infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { + color: #282c34; } + infobar.info button, infobar.info button.nautilus-circular-button.image-button { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.info button:focus, infobar.info button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.info button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.info button:active:disabled, infobar.info button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.info button.flat { + color: #282c34; + border-color: rgba(133, 214, 255, 0); + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + infobar.info button:hover, infobar.info button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.info button:focus, infobar.info button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.info button:focus:hover, infobar.info button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.info button:active:checked:disabled, infobar.info button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { + color: #282c34; } + infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled { + color: mix(#85d6ff,#282c34,0.6); } + infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.info button:backdrop, infobar.info button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.info button.separator, infobar.info button .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + infobar.info button.separator:disabled, infobar.info button .separator:disabled { + color: rgba(133, 214, 255, 0.85); } + infobar.info button separator, infobar.info button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#85d6ff,0.9)); } + infobar.warning, infobar.warning:backdrop { + background-color: #fbffcb; + background-image: none; + border: 1px solid #f4ff6f; + caret-color: currentColor; } + infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { + color: #282c34; } + infobar.warning button, infobar.warning button.nautilus-circular-button.image-button { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.warning button:focus, infobar.warning button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.warning button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.warning button:active:disabled, infobar.warning button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.warning button.flat { + color: #282c34; + border-color: rgba(251, 255, 203, 0); + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + infobar.warning button:hover, infobar.warning button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.warning button:focus, infobar.warning button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.warning button:active:checked:disabled, infobar.warning button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { + color: #282c34; } + infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled { + color: mix(#fbffcb,#282c34,0.6); } + infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.warning button:backdrop, infobar.warning button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.warning button.separator, infobar.warning button .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { + color: rgba(251, 255, 203, 0.85); } + infobar.warning button separator, infobar.warning button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#fbffcb,0.9)); } + infobar.question, infobar.question:backdrop { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + caret-color: currentColor; } + infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { + color: #282c34; } + infobar.question button, infobar.question button.nautilus-circular-button.image-button { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.question button:focus, infobar.question button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.question button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.question button:active:disabled, infobar.question button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.question button.flat { + color: #282c34; + border-color: rgba(133, 214, 255, 0); + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + infobar.question button:hover, infobar.question button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.question button:focus, infobar.question button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.question button:focus:hover, infobar.question button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.question button:active:checked:disabled, infobar.question button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { + color: #282c34; } + infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled { + color: mix(#85d6ff,#282c34,0.6); } + infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.question button:backdrop, infobar.question button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.question button.separator, infobar.question button .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + infobar.question button.separator:disabled, infobar.question button .separator:disabled { + color: rgba(133, 214, 255, 0.85); } + infobar.question button separator, infobar.question button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#85d6ff,0.9)); } + infobar.error, infobar.error:backdrop { + background-color: #fc4a6d; + background-image: none; + border: 1px solid #fb0a39; + caret-color: currentColor; } + infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { + color: #282c34; } + infobar.error button, infobar.error button.nautilus-circular-button.image-button { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.error button:focus, infobar.error button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.error button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.error button:active:disabled, infobar.error button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.error button.flat { + color: #282c34; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + infobar.error button:hover, infobar.error button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.error button:focus, infobar.error button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.error button:focus:hover, infobar.error button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.error button:active:checked:disabled, infobar.error button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { + color: #282c34; } + infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#282c34,0.6); } + infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.error button:backdrop, infobar.error button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.error button.separator, infobar.error button .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + infobar.error button.separator:disabled, infobar.error button .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + infobar.error button separator, infobar.error button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#fc4a6d,0.9)); } + +/********* + ! Entry * +**********/ +.linked:not(.vertical) > entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .linked:not(.vertical) > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .linked:not(.vertical) > entry:first-child:dir(rtl) { + border-left-width: 0; + border-right-width: 1px; } + .linked:not(.vertical) > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .linked:not(.vertical) > entry:last-child:dir(rtl) { + border-left-width: 1px; + border-right-width: 0; } + .linked:not(.vertical) > entry:only-child { + border-width: 1px; } + .linked:not(.vertical) > entry:only-child { + border-radius: 3px; } + +.linked.vertical > entry { + border-width: 1px; + border-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + .linked.vertical > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 1px; + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .linked.vertical > entry:first-child:dir(rtl) { + border-top-width: 0; + border-bottom-width: 1px; } + .linked.vertical > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 0; + border-bottom-width: 1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .linked.vertical > entry:last-child:dir(rtl) { + border-top-width: 1px; + border-bottom-width: 0; } + .linked.vertical > entry:only-child { + border-width: 1px; } + .linked.vertical > entry:only-child { + border-radius: 3px; } + +#login_window entry, .osd entry, +#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry { + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 100ms ease-out; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + #login_window entry:focus, + #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover, + #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active, + #XfceNotifyWindow entry:active, popover.background entry:active, entry:active { + transition: border 100ms ease-in; } + #login_window entry:selected, + #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected { + background-color: #58d782; + color: #f1f1f0; } + #login_window entry:disabled, + #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled { + box-shadow: none; } + #login_window entry progress, .osd entry progress, + #XfceNotifyWindow entry progress, popover.background entry progress, entry progress { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + #login_window entry image.left, + #XfceNotifyWindow entry image.left, entry image.left { + padding-right: 3px; } + #login_window entry image.right, + #XfceNotifyWindow entry image.right, entry image.right { + padding-left: 3px; } + #login_window entry.warning, + #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning { + color: #282c34; + border-color: #f4ff6f; + background-color: mix(#282a36,#fbffcb,0.6); } + #login_window entry.warning image, + #XfceNotifyWindow entry.warning image, entry.warning image { + color: #282c34; } + #login_window entry.warning:focus, + #XfceNotifyWindow entry.warning:focus, entry.warning:focus { + color: #282c34; + border-color: mix(#58d782,#fbffcb,0.3); + background-color: #fbffcb; + box-shadow: none; } + #login_window entry.warning selection, + #XfceNotifyWindow entry.warning selection, entry.warning selection { + background-color: #282c34; + color: #fbffcb; } + #login_window entry.error, + #XfceNotifyWindow entry.error, popover.background entry.error, entry.error { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.error image, + #XfceNotifyWindow entry.error image, entry.error image { + color: #282c34; } + #login_window entry.error:focus, + #XfceNotifyWindow entry.error:focus, entry.error:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.error selection, + #XfceNotifyWindow entry.error selection, entry.error selection { + background-color: #282c34; + color: #fc4a6d; } + #login_window entry.search-missing, + #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.search-missing image, + #XfceNotifyWindow entry.search-missing image, entry.search-missing image { + color: #282c34; } + #login_window entry.search-missing:focus, + #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.search-missing selection, + #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection { + background-color: #282c34; + color: #fc4a6d; } + +/********* + ! Menubar +**********/ +menubar, .menubar { + -GtkWidget-window-dragging: true; + padding: 0; + border: 0; + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + menubar > menuitem, .menubar > menuitem { + min-height: 16px; + padding: 5px 7px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + menubar > menuitem:hover, .menubar > menuitem:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + menubar > menuitem *:hover, .menubar > menuitem *:hover { + color: white; } + +/****** + ! Menu +*******/ +menu, +.menu, +.context-menu { + border-radius: 0; + padding: 3px; + background-color: #282a36; + color: #f6f6f6; + border: 1px solid mix(#282a36,#f6f6f6,0.21); } + .csd menu, .csd .menu, .csd .context-menu { + border: 0; } + menu:selected, + .menu:selected, + .context-menu:selected { + background-color: #58d782; + color: #f1f1f0; } + menu separator, .csd menu separator, + .menu separator, .csd .menu separator, + .context-menu separator, .csd .context-menu separator { + background-image: image(mix(#282a36,#f6f6f6,0.18)); + margin: 1px 0; } + menu .separator, .csd menu .separator, + .menu .separator, .csd .menu .separator, + .context-menu .separator, .csd .context-menu .separator { + color: mix(#282a36,#f6f6f6,0.18); } + menu menuitem, + .menu menuitem, + .context-menu menuitem { + min-height: 16px; + min-width: 40px; + padding: 5px; + border-radius: 0; } + menu menuitem:active, menu menuitem:hover, + .menu menuitem:active, + .menu menuitem:hover, + .context-menu menuitem:active, + .context-menu menuitem:hover { + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + menu menuitem:active accelerator, menu menuitem:hover accelerator, + .menu menuitem:active accelerator, + .menu menuitem:hover accelerator, + .context-menu menuitem:active accelerator, + .context-menu menuitem:hover accelerator { + color: rgba(241, 241, 240, 0.6); } + menu menuitem *:active, menu menuitem *:hover, + .menu menuitem *:active, + .menu menuitem *:hover, + .context-menu menuitem *:active, + .context-menu menuitem *:hover { + color: #f1f1f0; } + menu menuitem:disabled, menu menuitem *:disabled, + .menu menuitem:disabled, + .menu menuitem *:disabled, + .context-menu menuitem:disabled, + .context-menu menuitem *:disabled { + color: mix(#f6f6f6,#282a36,0.5); } + menu menuitem arrow, + .menu menuitem arrow, + .context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; } + menu menuitem arrow:dir(ltr), + .menu menuitem arrow:dir(ltr), + .context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 10px; } + menu menuitem arrow:dir(rtl), + .menu menuitem arrow:dir(rtl), + .context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 10px; } + menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled, + .menu menuitem.button, + .menu menuitem.button:focus, + .menu menuitem.button:active, + .menu menuitem.button:disabled, + .menu menuitem.button:active:disabled, + .menu menuitem.button.flat, + .menu menuitem.button.flat:focus, + .menu menuitem.button.flat:active, + .menu menuitem.button.flat:disabled, + .menu menuitem.button.flat:active:disabled, + .context-menu menuitem.button, + .context-menu menuitem.button:focus, + .context-menu menuitem.button:active, + .context-menu menuitem.button:disabled, + .context-menu menuitem.button:active:disabled, + .context-menu menuitem.button.flat, + .context-menu menuitem.button.flat:focus, + .context-menu menuitem.button.flat:active, + .context-menu menuitem.button.flat:disabled, + .context-menu menuitem.button.flat:active:disabled { + background-color: transparent; + background-image: none; + border: 0; + box-shadow: none; + color: currentColor; } + menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected, + .menu menuitem.button:hover, + .menu menuitem.button:focus:hover, + .menu menuitem.button:active:hover, + .menu menuitem.button:selected, + .menu menuitem.button.flat:hover, + .menu menuitem.button.flat:focus:hover, + .menu menuitem.button.flat:active:hover, + .menu menuitem.button.flat:selected, + .context-menu menuitem.button:hover, + .context-menu menuitem.button:focus:hover, + .context-menu menuitem.button:active:hover, + .context-menu menuitem.button:selected, + .context-menu menuitem.button.flat:hover, + .context-menu menuitem.button.flat:focus:hover, + .context-menu menuitem.button.flat:active:hover, + .context-menu menuitem.button.flat:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + menu menuitem calendar, + .menu menuitem calendar, + .context-menu menuitem calendar { + color: #f6f6f6; } + menu menuitem calendar.header, + .menu menuitem calendar.header, + .context-menu menuitem calendar.header { + border-bottom: 1px solid #242631; + border-radius: 0; } + menu menuitem calendar.header:backdrop, + .menu menuitem calendar.header:backdrop, + .context-menu menuitem calendar.header:backdrop { + border-color: #242631; } + menu menuitem calendar.button, + .menu menuitem calendar.button, + .context-menu menuitem calendar.button { + color: rgba(246, 246, 246, 0.55); } + menu menuitem calendar.button:hover, + .menu menuitem calendar.button:hover, + .context-menu menuitem calendar.button:hover { + color: #f6f6f6; } + menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, + .menu menuitem calendar:indeterminate, + .menu menuitem calendar:indeterminate:backdrop, + .context-menu menuitem calendar:indeterminate, + .context-menu menuitem calendar:indeterminate:backdrop { + color: mix(#f6f6f6,#282a36,0.5); } + menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), + .menu menuitem label:dir(rtl), + .menu menuitem label:dir(ltr), + .context-menu menuitem label:dir(rtl), + .context-menu menuitem label:dir(ltr) { + color: inherit; } + menu > arrow, + .menu > arrow, + .context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 3px; + background-color: #282a36; + border-radius: 0; } + menu > arrow.top, + .menu > arrow.top, + .context-menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid mix(#282a36,#f6f6f6,0.18); + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, + .menu > arrow.bottom, + .context-menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid mix(#282a36,#f6f6f6,0.18); + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, + .menu > arrow:hover, + .context-menu > arrow:hover { + background-color: mix(#282a36,#f6f6f6,0.1); } + menu > arrow:backdrop, + .menu > arrow:backdrop, + .context-menu > arrow:backdrop { + background-color: #282a36; } + menu > arrow:disabled, + .menu > arrow:disabled, + .context-menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.context-menu { + font: initial; } + +.monospace { + font-family: monospace; } + +menuitem accelerator { + color: rgba(246, 246, 246, 0.6); } + menuitem accelerator:hover { + color: rgba(241, 241, 240, 0.8); } + menuitem accelerator:disabled { + color: alpha(mix(#f6f6f6,#282a36,0.5),0.4); } + +menuitem check, menuitem radio { + min-height: 16px; + min-width: 16px; } + menuitem check:dir(ltr), menuitem radio:dir(ltr) { + margin-right: 7px; } + menuitem check:dir(rtl), menuitem radio:dir(rtl) { + margin-left: 7px; } + +menuitem window decoration { + box-shadow: 0 2px 3px rgba(100, 100, 93, 0.2); } + +menuitem entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + menuitem entry:focus, menuitem entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + menuitem entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + menuitem entry:active:disabled, menuitem entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + menuitem entry:focus, menuitem entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + menuitem entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + +/********* + ! Popover +**********/ +popover.background { + padding: 0px; + border-radius: 3px; + background-clip: border-box; + background-color: #282a36; + background-image: none; + color: #f6f6f6; + box-shadow: 0 3px 6px rgba(100, 100, 93, 0.16); } + .csd popover.background, popover.background { + border-color: mix(#f6f6f6,#282a36,0.64); + border-width: 1px; + border-style: solid; } + .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.5),0.3); } + .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.16); } + .csd popover.background:disabled, popover.background:disabled { + border-color: mix(#f6f6f6,#282a36,0.68); } + .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.64); } + popover.background:backdrop { + box-shadow: none; } + popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus { + border-top-color: #58d782; } + popover.background treeview.view, popover.background treeview.view:backdrop { + border-top-color: #303241; } + popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop { + background-color: mix(#282a36,#f6f6f6,1.3); + background-image: none; + color: #f6f6f6; + border-color: mix(#f6f6f6,#282a36,0.8); } + popover.background list row, popover.background list row .button { + background-color: transparent; + background-image: none; + color: #f6f6f6; } + popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + popover.background .frame { + border-color: mix(#f6f6f6,#282a36,0.8); + border-radius: 3px; } + popover.background entry { + background-color: #282a36; + background-image: none; + border-color: mix(#d3dae3,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #d3dae3; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + popover.background entry:focus, popover.background entry:hover { + border-color: mix(#58d782,mix(#d3dae3,#282a36,0.7),0.3); } + popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus { + border-color: mix(#d3dae3,#282a36,0.32); } + popover.background entry:disabled { + border-color: mix(#d3dae3,#282a36,0.84); } + popover.background entry:active:disabled, popover.background entry:checked:disabled { + border-color: mix(#d3dae3,#282a36,0.8); } + popover.background entry:focus, popover.background entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + popover.background entry:disabled { + background-color: mix(#282a36,#d3dae3,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#d3dae3,0.9); } + popover.background button, popover.background button.nautilus-circular-button.image-button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background button:focus, popover.background button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + popover.background button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + popover.background button:active:disabled, popover.background button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > popover.background button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) popover.background button, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + popover.background button.flat { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + popover.background button:hover, popover.background button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + popover.background button:hover:disabled, popover.background button.flat:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + popover.background button:focus, popover.background button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background button:focus:hover, popover.background button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + popover.background button:active:checked:disabled, popover.background button.flat:active:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { + color: #d3dae3; } + popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + popover.background button:backdrop, popover.background button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + popover.background button.separator, popover.background button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + popover.background button.separator:disabled, popover.background button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + popover.background button separator, popover.background button.nautilus-circular-button.image-button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + popover.background button.flat:not(:hover) { + color: #f6f6f6; } + popover.background .linked > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background .linked > button:focus, popover.background .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + popover.background .linked > button:disabled { + box-shadow: inset -1px 0 #242931; } + popover.background .linked > button:last-child, popover.background .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { + box-shadow: none; } + popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { + border-style: none; + background-color: transparent; } + +modelbutton.flat, +menuitem.button.flat { + padding: 3px; + padding-left: 3px; + transition: none; } + modelbutton.flat:hover, + menuitem.button.flat:hover { + border-radius: 3px; + background-color: #58d782; + color: #f1f1f0; } + modelbutton.flat:checked, + menuitem.button.flat:checked { + color: #f1f1f0; } + modelbutton.flat arrow.left, + menuitem.button.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + modelbutton.flat arrow.right, + menuitem.button.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + modelbutton.flat check:last-child, + modelbutton.flat radio:last-child, + menuitem.button.flat check:last-child, + menuitem.button.flat radio:last-child { + margin-left: 8px; } + modelbutton.flat check:first-child, + modelbutton.flat radio:first-child, + menuitem.button.flat check:first-child, + menuitem.button.flat radio:first-child { + margin-right: 8px; } + +/*************** +! Dimmed label * +****************/ +.dim-label, label.separator { + opacity: .5; + text-shadow: none; } + +/*********** + ! Tooltip * +************/ +.tooltip.background, .tooltip.background.csd, +tooltip.background, +tooltip.background.csd { + background-color: #282a36; + background-clip: padding-box; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + +.tooltip *, +tooltip * { + background-color: transparent; + color: inherit; } + +/*********** + ! Dialogs * +************/ +messagedialog, .message-dialog, .prompt { + -GtkDialog-content-area-border: 0; + -GtkDialog-action-area-border: 0; + -GtkDialog-button-spacing: 3px; + margin: 0; + padding: 0; } + messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { + margin: 6px; } + +printdialog paper { + color: #f1f1f0; + border: 1px solid mix(#282a36,#f1f1f0,0.18); + background: #292b38; + padding: 0; } + printdialog paper:backdrop { + color: mix(#f1f1f0,#282a36,0.5); + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +printdialog .dialog-action-box { + margin: 6px; } + +/********************* + ! App notifications * +**********************/ +frame.app-notification { + border-style: solid; + border-color: rgba(32, 34, 43, 0.8); + border-width: 0 1px 1px; + border-radius: 0 0 3px 3px; + padding: 6px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + frame.app-notification button, frame.app-notification button.nautilus-circular-button.image-button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + frame.app-notification button:focus, frame.app-notification button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + frame.app-notification button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + frame.app-notification button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + frame.app-notification button:hover, frame.app-notification button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + frame.app-notification button:focus, frame.app-notification button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { + color: #f6f6f6; } + frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + frame.app-notification button:backdrop, frame.app-notification button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + frame.app-notification button.separator, frame.app-notification button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + frame.app-notification button separator, frame.app-notification button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + frame.app-notification border { + border: 0; } + +/************* + ! Expanders * +**************/ +expander arrow { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + expander arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + expander arrow:hover { + color: alpha(currentColor,0.8); } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/******************* + ! Symbolic images * +********************/ +.image { + color: alpha(currentColor,0.5); } + .image:hover { + color: alpha(currentColor,0.9); } + .image:selected, .image:selected:hover { + color: #f1f1f0; } + +/**************** + ! Floating bar * +*****************/ +.floating-bar { + background-color: #282a36; + background-image: none; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + .floating-bar.top { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .floating-bar.right { + border-right-width: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .floating-bar.bottom { + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .floating-bar.left { + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .floating-bar button, .floating-bar button.nautilus-circular-button.image-button { + border: 0; + background-color: transparent; + background-image: none; } + +/************************* + ! Touch text selections * +**************************/ +GtkBubbleWindow { + border-radius: 3px; + background-clip: border-box; } + GtkBubbleWindow.osd.background { + background-color: rgba(40, 42, 54, 0.8); } + GtkBubbleWindow .toolbar { + background-color: transparent; } + +/*************** + ! Font-viewer * +****************/ +SushiFontWidget { + padding: 3px 6px; } + +/************* + ! Gucharmap * +**************/ +GucharmapChartable { + background-color: #282a36; + color: #d3dae3; } + +/************* + ! Evolution * +**************/ +EPreviewPane .entry { + background-color: #282a36; + color: #d3dae3; } + +/******************* + ! Gnome Bluetooth * +********************/ +entry.entry.pin-entry { + font-style: normal; + font-size: 50px; + padding-left: 15px; + padding-right: 15px; } + +label.pin-label { + font-style: normal; + font-size: 50px; } + +/************************ + ! Shortcut window keys * +*************************/ +.keycap { + min-width: 20px; + min-height: 24px; + margin-top: 2px; + padding-bottom: 1.5px; + padding-left: 3px; + padding-right: 3px; + color: #f1f1f0; + background-color: #282a36; + border: 1px solid; + border-color: mix(mix(#282a36,#f1f1f0,0.18),#282a36,0.5); + border-radius: 3px; + box-shadow: inset 0 -3px mix(#282a36,#282a36,0.2); + font-size: smaller; } + .keycap:backdrop { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); + transition: 200ms ease-out; } + +/***************** + ! Stackswitcher * +******************/ +stackswitcher button.text-button, stackswitcher button.text-button.nautilus-circular-button.image-button { + min-width: 80px; } + +stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button { + min-width: 28px; + min-height: 28px; + padding: 0; } + +/******************* + ! Selected Items * +********************/ +row:selected label:disabled, label:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .cs-category-view:disabled:selected, .cs-category-view .view:disabled:selected, .cs-category-view iconview:disabled:selected, treeview.view:disabled:selected, .view text selection:disabled, iconview text selection:disabled, +textview text selection:disabled:focus, +textview text selection:disabled, #login_window entry selection:disabled, .osd entry selection:disabled, +#XfceNotifyWindow entry selection:disabled, entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, +menuitem.button.flat:disabled:active, +menuitem.button.flat:active arrow:disabled, +menuitem.button.flat:disabled:selected, +menuitem.button.flat:selected arrow:disabled, label:disabled selection { + color: mix(#f1f1f0,#58d782,0.5); } + +row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, +textview text selection:backdrop:focus, +textview text selection:backdrop, #login_window entry selection:backdrop, .osd entry selection:backdrop, +#XfceNotifyWindow entry selection:backdrop, entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, +menuitem.button.flat:backdrop:active, +menuitem.button.flat:active arrow:backdrop, +menuitem.button.flat:backdrop:selected, +menuitem.button.flat:selected arrow:backdrop, label:backdrop selection { + background-color: #58d782; + color: mix(#58d782,#f1f1f0,0.66); } + row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop, + textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop, + #XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop, + menuitem.button.flat:disabled:backdrop:active, + menuitem.button.flat:active arrow:disabled:backdrop, + menuitem.button.flat:disabled:backdrop:selected, + menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled { + color: mix(mix(#58d782,#f1f1f0,0.66),#58d782,0.3); } + +.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, +textview text selection:focus, +textview text selection, #login_window entry selection, .osd entry selection, +#XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, +menuitem.button.flat:active, +menuitem.button.flat:active arrow, +menuitem.button.flat:selected, +menuitem.button.flat:selected arrow { + background-color: #58d782; } + row:selected label, label:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, + textview text selection:focus, + textview text selection, #login_window entry selection, .osd entry selection, + #XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, + menuitem.button.flat:active, + menuitem.button.flat:active arrow, + menuitem.button.flat:selected, + menuitem.button.flat:selected arrow { + color: #f1f1f0; + outline-color: rgba(241, 241, 240, 0.3); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********** + ! Notebook +***********/ +notebook { + padding: 0; } + notebook.frame { + border: 1px solid mix(#282a36,#f1f1f0,0.18); } + notebook.frame > header { + margin: -1px; } + notebook.frame > header.top { + margin-bottom: 0; } + notebook.frame > header.bottom { + margin-top: 0; } + notebook.frame > header.left { + margin-right: 0; } + notebook.frame > header.right { + margin-left: 0; } + notebook.frame > header.top, notebook.frame > header.bottom { + padding-left: 0; + padding-right: 0; } + notebook.frame > header.left, notebook.frame > header.right { + padding-top: 0; + padding-bottom: 0; } + notebook > stack:not(:only-child) { + background-color: #282a36; } + notebook > header { + padding: 3px; + background-color: #282a36; } + notebook > header.top { + box-shadow: inset 0 -1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.bottom { + box-shadow: inset 0 1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.right { + box-shadow: inset 1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.left { + box-shadow: inset -1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { + margin-left: 2px; } + notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { + margin-right: 2px; } + notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { + margin-top: 2px; } + notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { + margin-bottom: 2px; } + notebook > header > tabs > arrow { + color: mix(#f1f1f0,#282a36,0.5); } + notebook > header > tabs > arrow:hover { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); } + notebook > header > tabs > arrow:active { + color: #f1f1f0; } + notebook > header > tabs > arrow:disabled { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.3); } + notebook > header > tabs > tab { + background-color: alpha(mix(#282a36,#f1f1f0,0.1),0.7); + background-image: none; + border-color: mix(mix(#282a36,#f1f1f0,0.18),mix(#f1f1f0,#282a36,0.5),0.15); + color: rgba(241, 241, 240, 0.8); + padding: 3px 11px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border-width: 1px; + border-style: solid; } + notebook > header > tabs > tab:hover:not(:checked) { + background-color: mix(#282a36,#f1f1f0,0.04); + background-image: none; + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); } + notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { + background: #282a36; + border-color: mix(#282a36,#f1f1f0,0.18); + color: #f1f1f0; } + notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button { + min-height: 22px; + min-width: 22px; + padding: 0; + color: mix(#282a36,#f1f1f0,0.35); } + notebook > header > tabs > tab button.flat:hover { + color: #fd95aa; } + notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { + color: #58d782; } + notebook > header.top > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 -1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.left > tabs > tab:hover:not(:checked) { + box-shadow: inset -1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.right > tabs > tab:hover:not(:checked) { + box-shadow: inset 1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.top { + padding-bottom: 0; } + notebook > header.top > tabs > tab { + border-bottom: none; + -gtk-outline-radius: 0; + margin-top: 3px; } + notebook > header.top > tabs > tab + tab { + margin-left: -1px; } + notebook > header.top > tabs > tab:first-child { + border-radius: 3px 0 0; + -gtk-outline-radius: 3px 0 0; } + notebook > header.top > tabs > tab:last-child { + border-radius: 0 3px 0 0; + -gtk-outline-radius: 0 3px 0 0; } + notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { + border-top-width: 3px; + border-top-color: #58d782; + margin-top: 0; + -gtk-outline-radius: 3px; + border-radius: 3px 3px 0 0; + padding-top: 4px; } + notebook > header.top > tabs > tab:hover:not(:checked) { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.bottom { + padding-top: 0; } + notebook > header.bottom > tabs > tab { + border-top: none; + -gtk-outline-radius: 0; + margin-bottom: 3px; } + notebook > header.bottom > tabs > tab + tab { + margin-left: -1px; } + notebook > header.bottom > tabs > tab:first-child { + border-radius: 0 0 0 3px; + -gtk-outline-radius: 0 0 0 3px; } + notebook > header.bottom > tabs > tab:last-child { + border-radius: 0 0 3px; + -gtk-outline-radius: 0 0 3px; } + notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { + border-bottom-width: 3px; + border-bottom-color: #58d782; + margin-bottom: 0; + -gtk-outline-radius: 3px; + border-radius: 0 0 3px 3px; + padding-bottom: 4px; } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.right { + padding-left: 0; } + notebook > header.right > tabs > tab { + border-left: none; + -gtk-outline-radius: 0; + margin-right: 3px; } + notebook > header.right > tabs > tab + tab { + margin-top: -1px; } + notebook > header.right > tabs > tab:first-child { + border-radius: 0 3px 0 0; + -gtk-outline-radius: 0 3px 0 0; } + notebook > header.right > tabs > tab:last-child { + border-radius: 0 0 3px; + -gtk-outline-radius: 0 0 3px; } + notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { + border-right-width: 3px; + border-right-color: #58d782; + margin-right: 0; + -gtk-outline-radius: 3px; + border-radius: 0 3px 3px 0; + padding-right: 12px; } + notebook > header.right > tabs > tab:hover:not(:checked) { + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.left { + padding-right: 0; } + notebook > header.left > tabs > tab { + border-right: none; + -gtk-outline-radius: 0; + margin-left: 3px; } + notebook > header.left > tabs > tab + tab { + margin-top: -1px; } + notebook > header.left > tabs > tab:first-child { + border-radius: 3px 0 0; + -gtk-outline-radius: 3px 0 0; } + notebook > header.left > tabs > tab:last-child { + border-radius: 0 0 0 3px; + -gtk-outline-radius: 0 0 0 3px; } + notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { + border-left-width: 3px; + border-left-color: #58d782; + margin-left: 0; + -gtk-outline-radius: 3px; + border-radius: 3px 0 0 3px; + padding-left: 12px; } + notebook > header.left > tabs > tab:hover:not(:checked) { + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/******* + ! OSD * +********/ +overlay.osd { + background-color: transparent; } + +colorchooser .popover.osd { + border-radius: 3px; } + +button.color .osd colorswatch:only-child { + box-shadow: none; } + +.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child { + box-shadow: none; } + +button.osd, button.osd.nautilus-circular-button.image-button, +#XfceNotifyWindow button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + button.osd:focus, button.osd:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover:focus, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + button.osd:disabled, + #XfceNotifyWindow button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + button.osd:active:disabled, button.osd:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button.osd, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + button.osd.flat, + #XfceNotifyWindow button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + button.osd:hover, button.osd.flat:hover, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, + #XfceNotifyWindow button:hover:focus, + #XfceNotifyWindow button:hover:hover, + #XfceNotifyWindow button.flat:hover:focus, + #XfceNotifyWindow button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + button.osd:hover:active, button.osd:hover:active:focus, button.osd.flat:hover:active:focus, button.osd:hover:checked, button.osd:hover:checked:focus, button.osd.flat:hover:checked:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover:focus, + #XfceNotifyWindow button:hover:active, + #XfceNotifyWindow button:hover:active:focus, + #XfceNotifyWindow button.flat:hover:active:focus, + #XfceNotifyWindow button:hover:checked, + #XfceNotifyWindow button:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:active, + #XfceNotifyWindow button.flat:hover:active:hover:focus, + #XfceNotifyWindow button.flat:hover:checked, + #XfceNotifyWindow button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + button.osd:hover:disabled, button.osd.flat:hover:disabled, + #XfceNotifyWindow button:hover:disabled, + #XfceNotifyWindow button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, + #XfceNotifyWindow button:hover:active:disabled, + #XfceNotifyWindow button:hover:checked:disabled, + #XfceNotifyWindow button.flat:hover:active:disabled, + #XfceNotifyWindow button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + button.osd:focus, button.osd.flat:focus, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + button.osd:focus:hover, button.osd.flat:focus:hover, + #XfceNotifyWindow button:focus:hover, + #XfceNotifyWindow button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover, + #XfceNotifyWindow button:focus:hover:hover, + #XfceNotifyWindow button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + button.osd:focus:hover:active, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:focus, button.osd:focus:hover:checked, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow button:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active:focus, + #XfceNotifyWindow button:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked:focus, + #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, + #XfceNotifyWindow button:focus:hover:disabled, + #XfceNotifyWindow button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, + #XfceNotifyWindow button:focus:hover:active:disabled, + #XfceNotifyWindow button:focus:hover:checked:disabled, + #XfceNotifyWindow button.flat:focus:hover:active:disabled, + #XfceNotifyWindow button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button.flat:checked, + #XfceNotifyWindow button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + button.osd:checked:active, button.osd.nautilus-circular-button.image-button:checked:active, button.osd:checked:active:hover, button.osd.nautilus-circular-button.image-button:checked:active:hover, button.osd:checked:active:focus, button.osd.nautilus-circular-button.image-button:checked:active:focus, button.osd:checked:active:hover:focus, button.osd.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd:checked:checked, button.osd.nautilus-circular-button.image-button:checked:checked, button.osd:checked:checked:hover, button.osd.nautilus-circular-button.image-button:checked:checked:hover, button.osd:checked:checked:focus, button.osd.nautilus-circular-button.image-button:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd:active:active, button.osd.nautilus-circular-button.image-button:active:active, button.osd:active:active:hover, button.osd.nautilus-circular-button.image-button:active:active:hover, button.osd:active:active:focus, button.osd.nautilus-circular-button.image-button:active:active:focus, button.osd:active:active:hover:focus, button.osd.nautilus-circular-button.image-button:active:active:hover:focus, button.osd:active:checked, button.osd.nautilus-circular-button.image-button:active:checked, button.osd:active:checked:hover, button.osd.nautilus-circular-button.image-button:active:checked:hover, button.osd:active:checked:focus, button.osd.nautilus-circular-button.image-button:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.nautilus-circular-button.image-button:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat.nautilus-circular-button.image-button:checked:active, button.osd.flat:checked:active:hover, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat.nautilus-circular-button.image-button:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat.nautilus-circular-button.image-button:active:active, button.osd.flat:active:active:hover, button.osd.flat.nautilus-circular-button.image-button:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat.nautilus-circular-button.image-button:active:checked, button.osd.flat:active:checked:hover, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:focus, button.osd.flat:active:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button:checked:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button:checked:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button:checked:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button:checked:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button:checked:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button:checked:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button:checked:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button:checked:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button:active:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button:active:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button:active:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button:active:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button:active:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button:active:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button:active:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button:active:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button.flat:checked:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button.flat:checked:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button.flat:checked:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button.flat:checked:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button.flat:checked:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button.flat:checked:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button.flat:checked:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button.flat:checked:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button.flat:active:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button.flat:active:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button.flat:active:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button.flat:active:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button.flat:active:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button.flat:active:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button.flat:active:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button.flat:active:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + button.osd:active:checked:disabled, button.osd.flat:active:checked:disabled, + #XfceNotifyWindow button:active:checked:disabled, + #XfceNotifyWindow button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:focus, + #XfceNotifyWindow button.flat:hover { + color: #f6f6f6; } + button.osd:disabled:disabled, button.osd.flat:disabled:disabled, + #XfceNotifyWindow button:disabled:disabled, + #XfceNotifyWindow button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled, + #XfceNotifyWindow button:disabled:disabled :disabled, + #XfceNotifyWindow button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled, + #XfceNotifyWindow button:active:disabled :disabled, + #XfceNotifyWindow button:checked:disabled :disabled, + #XfceNotifyWindow button.flat:active:disabled :disabled, + #XfceNotifyWindow button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + button.osd:backdrop, button.osd.flat:backdrop, + #XfceNotifyWindow button:backdrop, + #XfceNotifyWindow button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + button.osd.separator, button.osd .separator, + #XfceNotifyWindow button.separator, + #XfceNotifyWindow button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + button.osd.separator:disabled, button.osd .separator:disabled, + #XfceNotifyWindow button.separator:disabled, + #XfceNotifyWindow button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + button.osd separator, button.osd.nautilus-circular-button.image-button separator, + #XfceNotifyWindow button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + button.osd.image-button, + #XfceNotifyWindow button.image-button { + padding: 0; + min-height: 36px; + min-width: 36px; } + +toolbar.osd { + -GtkToolbar-button-relief: normal; + padding: 3px; + border: 1px solid rgba(32, 34, 43, 0.8); + border-radius: 3px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + toolbar.osd separator { + color: rgba(36, 38, 49, 0.8); } + toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; } + +progressbar.osd { + margin: 2px; + min-height: 2px; + min-width: 2px; } + progressbar.osd trough { + border-style: none; + border-radius: 0; + background-image: none; + background-color: transparent; } + progressbar.osd progress { + border-style: none; + border-radius: 0; + background-color: #58d782; + background-image: none; } + +.osd, +#XfceNotifyWindow { + background-color: rgba(40, 42, 54, 0.8); + color: #f6f6f6; + /* used by gnome-settings-daemon's media-keys OSD */ + /* used by Documents */ } + .osd.background, + #XfceNotifyWindow.background { + background-color: rgba(40, 42, 54, 0.6); + color: #f6f6f6; } + .osd .frame, + #XfceNotifyWindow .frame { + background-clip: border-box; + background-origin: border-box; } + .osd button, .osd button.nautilus-circular-button.image-button, + #XfceNotifyWindow button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd button:focus, .osd button:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover:focus, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd button:disabled, + #XfceNotifyWindow button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd button:active:disabled, .osd button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd button, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd button.flat, + #XfceNotifyWindow button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd button:hover, .osd button.flat:hover, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, + #XfceNotifyWindow button:hover:focus, + #XfceNotifyWindow button:hover:hover, + #XfceNotifyWindow button.flat:hover:focus, + #XfceNotifyWindow button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd button:hover:active, .osd button:hover:active:focus, .osd button.flat:hover:active:focus, .osd button:hover:checked, .osd button:hover:checked:focus, .osd button.flat:hover:checked:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover:focus, + #XfceNotifyWindow button:hover:active, + #XfceNotifyWindow button:hover:active:focus, + #XfceNotifyWindow button.flat:hover:active:focus, + #XfceNotifyWindow button:hover:checked, + #XfceNotifyWindow button:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:active, + #XfceNotifyWindow button.flat:hover:active:hover:focus, + #XfceNotifyWindow button.flat:hover:checked, + #XfceNotifyWindow button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd button:hover:disabled, .osd button.flat:hover:disabled, + #XfceNotifyWindow button:hover:disabled, + #XfceNotifyWindow button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, + #XfceNotifyWindow button:hover:active:disabled, + #XfceNotifyWindow button:hover:checked:disabled, + #XfceNotifyWindow button.flat:hover:active:disabled, + #XfceNotifyWindow button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd button:focus, .osd button.flat:focus, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd button:focus:hover, .osd button.flat:focus:hover, + #XfceNotifyWindow button:focus:hover, + #XfceNotifyWindow button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd button:focus:hover:hover, .osd button.flat:focus:hover:hover, + #XfceNotifyWindow button:focus:hover:hover, + #XfceNotifyWindow button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd button:focus:hover:active, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:focus, .osd button:focus:hover:checked, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow button:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active:focus, + #XfceNotifyWindow button:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked:focus, + #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, + #XfceNotifyWindow button:focus:hover:disabled, + #XfceNotifyWindow button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, + #XfceNotifyWindow button:focus:hover:active:disabled, + #XfceNotifyWindow button:focus:hover:checked:disabled, + #XfceNotifyWindow button.flat:focus:hover:active:disabled, + #XfceNotifyWindow button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button.flat:checked, + #XfceNotifyWindow button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd button:checked:active, .osd button.nautilus-circular-button.image-button:checked:active, .osd button:checked:active:hover, .osd button.nautilus-circular-button.image-button:checked:active:hover, .osd button:checked:active:focus, .osd button.nautilus-circular-button.image-button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button:checked:checked, .osd button.nautilus-circular-button.image-button:checked:checked, .osd button:checked:checked:hover, .osd button.nautilus-circular-button.image-button:checked:checked:hover, .osd button:checked:checked:focus, .osd button.nautilus-circular-button.image-button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button:active:active, .osd button.nautilus-circular-button.image-button:active:active, .osd button:active:active:hover, .osd button.nautilus-circular-button.image-button:active:active:hover, .osd button:active:active:focus, .osd button.nautilus-circular-button.image-button:active:active:focus, .osd button:active:active:hover:focus, .osd button.nautilus-circular-button.image-button:active:active:hover:focus, .osd button:active:checked, .osd button.nautilus-circular-button.image-button:active:checked, .osd button:active:checked:hover, .osd button.nautilus-circular-button.image-button:active:checked:hover, .osd button:active:checked:focus, .osd button.nautilus-circular-button.image-button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat.nautilus-circular-button.image-button:checked:active, .osd button.flat:checked:active:hover, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat.nautilus-circular-button.image-button:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat.nautilus-circular-button.image-button:active:active, .osd button.flat:active:active:hover, .osd button.flat.nautilus-circular-button.image-button:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat.nautilus-circular-button.image-button:active:checked, .osd button.flat:active:checked:hover, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd button.flat:active:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button:checked:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button:checked:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button:checked:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button:checked:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button:checked:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button:checked:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button:checked:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button:checked:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button:active:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button:active:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button:active:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button:active:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button:active:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button:active:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button:active:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button:active:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button.flat:checked:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button.flat:checked:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button.flat:checked:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button.flat:checked:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button.flat:checked:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button.flat:checked:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button.flat:checked:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button.flat:checked:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button.flat:active:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button.flat:active:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button.flat:active:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button.flat:active:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button.flat:active:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button.flat:active:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button.flat:active:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button.flat:active:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd button:active:checked:disabled, .osd button.flat:active:checked:disabled, + #XfceNotifyWindow button:active:checked:disabled, + #XfceNotifyWindow button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:focus, + #XfceNotifyWindow button.flat:hover { + color: #f6f6f6; } + .osd button:disabled:disabled, .osd button.flat:disabled:disabled, + #XfceNotifyWindow button:disabled:disabled, + #XfceNotifyWindow button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled, + #XfceNotifyWindow button:disabled:disabled :disabled, + #XfceNotifyWindow button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled, + #XfceNotifyWindow button:active:disabled :disabled, + #XfceNotifyWindow button:checked:disabled :disabled, + #XfceNotifyWindow button.flat:active:disabled :disabled, + #XfceNotifyWindow button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd button:backdrop, .osd button.flat:backdrop, + #XfceNotifyWindow button:backdrop, + #XfceNotifyWindow button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd button.separator, .osd button .separator, + #XfceNotifyWindow button.separator, + #XfceNotifyWindow button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd button.separator:disabled, .osd button .separator:disabled, + #XfceNotifyWindow button.separator:disabled, + #XfceNotifyWindow button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd button separator, .osd button.nautilus-circular-button.image-button separator, + #XfceNotifyWindow button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + .osd entry, + #XfceNotifyWindow entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + .osd entry:focus, .osd entry:hover, + #XfceNotifyWindow entry:focus, + #XfceNotifyWindow entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus, + #XfceNotifyWindow entry:active, + #XfceNotifyWindow entry:active:hover, + #XfceNotifyWindow entry:active:focus, + #XfceNotifyWindow entry:active:hover:focus, + #XfceNotifyWindow entry:checked, + #XfceNotifyWindow entry:checked:hover, + #XfceNotifyWindow entry:checked:focus, + #XfceNotifyWindow entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + .osd entry:disabled, + #XfceNotifyWindow entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + .osd entry:active:disabled, .osd entry:checked:disabled, + #XfceNotifyWindow entry:active:disabled, + #XfceNotifyWindow entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + .osd entry:focus, .osd entry:active, + #XfceNotifyWindow entry:focus, + #XfceNotifyWindow entry:active { + border-color: mix(#58d782,rgba(34, 36, 46, 0.8),0.3); } + .osd entry:disabled, + #XfceNotifyWindow entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + .osd trough, .osd.trough, + #XfceNotifyWindow trough, + #XfceNotifyWindow.trough { + background-color: rgba(246, 246, 246, 0.3); } + .osd progressbar, .osd.progressbar, + #XfceNotifyWindow progressbar, + #XfceNotifyWindow.progressbar { + background-color: #f6f6f6; } + .osd scale slider, + #XfceNotifyWindow scale slider { + background-color: rgba(43, 45, 58, 0.8); + background-image: none; + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.8); } + .osd scale slider:focus, .osd scale slider:hover, + #XfceNotifyWindow scale slider:focus, + #XfceNotifyWindow scale slider:hover { + border-color: mix(#58d782,mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.7),0.3); } + .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus, + #XfceNotifyWindow scale slider:active, + #XfceNotifyWindow scale slider:active:hover, + #XfceNotifyWindow scale slider:active:focus, + #XfceNotifyWindow scale slider:active:hover:focus, + #XfceNotifyWindow scale slider:checked, + #XfceNotifyWindow scale slider:checked:hover, + #XfceNotifyWindow scale slider:checked:focus, + #XfceNotifyWindow scale slider:checked:hover:focus { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.32); } + .osd scale slider:disabled, + #XfceNotifyWindow scale slider:disabled { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.84); } + .osd scale slider:active:disabled, .osd scale slider:checked:disabled, + #XfceNotifyWindow scale slider:active:disabled, + #XfceNotifyWindow scale slider:checked:disabled { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.8); } + .osd scale slider:disabled, + #XfceNotifyWindow scale slider:disabled { + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd scale trough, + #XfceNotifyWindow scale trough { + border-color: rgba(32, 34, 43, 0.8); + background-color: rgba(43, 45, 58, 0.8); + background-image: none; } + .osd scale trough.highlight, + #XfceNotifyWindow scale trough.highlight { + border-color: #58d782; + background-color: #58d782; + background-image: none; } + .osd scale trough:disabled, .osd scale trough.highlight:disabled, + #XfceNotifyWindow scale trough:disabled, + #XfceNotifyWindow scale trough.highlight:disabled { + border-color: rgba(34, 36, 46, 0.8); + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd scale trough, + #XfceNotifyWindow scale trough { + background-color: rgba(55, 58, 75, 0.8); } + .osd scale trough highlight, + #XfceNotifyWindow scale trough highlight { + background-color: #58d782; } + .osd scale slider, + #XfceNotifyWindow scale slider { + background-clip: border-box; + background-color: #58d782; + border-color: #58d782; } + .osd scale slider:hover, + #XfceNotifyWindow scale slider:hover { + background-color: #81e1a1; + border-color: #81e1a1; } + .osd scale slider:active, + #XfceNotifyWindow scale slider:active { + background-color: #31cb64; + border-color: #31cb64; } + .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, + #XfceNotifyWindow.view, + iconview#XfceNotifyWindow, + #XfceNotifyWindow .view, + #XfceNotifyWindow iconview, + #XfceNotifyWindow view { + background-color: rgba(40, 42, 54, 0.8); } + .osd scrollbar trough, + #XfceNotifyWindow scrollbar trough { + background-color: rgba(40, 42, 54, 0.8); } + .osd scrollbar slider, + #XfceNotifyWindow scrollbar slider { + border: 1px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 0; + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.21); } + .osd scrollbar slider:hover, + #XfceNotifyWindow scrollbar slider:hover { + border-color: mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.31); + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.31); } + .osd scrollbar slider:active, + #XfceNotifyWindow scrollbar slider:active { + border-color: #40d170; + background-color: #58d782; } + .osd iconview.cell:selected, .osd iconview.cell:selected:focus, + #XfceNotifyWindow iconview.cell:selected, + #XfceNotifyWindow iconview.cell:selected:focus { + background-color: transparent; + border: 3px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 3px; + outline-color: transparent; } + .osd .page-thumbnail, + #XfceNotifyWindow .page-thumbnail { + border: 1px solid rgba(36, 38, 49, 0.8); + /* when there's no pixbuf yet */ + background-color: rgba(40, 42, 54, 0.8); } + .osd popover.background, + #XfceNotifyWindow popover.background { + box-shadow: 0 2px 7px 3px rgba(100, 100, 93, 0.5); } + .osd popover.background > toolbar button, + #XfceNotifyWindow popover.background > toolbar button { + border-radius: 0; + border-width: 0; + background-color: transparent; + background-image: none; } + .osd spinbutton:not(.vertical), + #XfceNotifyWindow spinbutton:not(.vertical) { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 0; + color: #f6f6f6; + caret-color: #f6f6f6; } + .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, + #XfceNotifyWindow spinbutton:not(.vertical):focus, + #XfceNotifyWindow spinbutton:not(.vertical):hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical):active, + #XfceNotifyWindow spinbutton:not(.vertical):active:hover, + #XfceNotifyWindow spinbutton:not(.vertical):active:focus, + #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical):checked, + #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + .osd spinbutton:not(.vertical):disabled, + #XfceNotifyWindow spinbutton:not(.vertical):disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, + #XfceNotifyWindow spinbutton:not(.vertical):focus, + #XfceNotifyWindow spinbutton:not(.vertical):active { + border-color: mix(#58d782,rgba(34, 36, 46, 0.8),0.3); } + .osd spinbutton:not(.vertical):disabled, + #XfceNotifyWindow spinbutton:not(.vertical):disabled { + background-color: #242631; + background-image: none; + color: mix(#282a36,#f6f6f6,0.5); } + .osd spinbutton:not(.vertical) button, + #XfceNotifyWindow spinbutton:not(.vertical) button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + border-radius: 0; + border-color: rgba(34, 36, 46, 0.5); + border-style: none none none solid; + background-image: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton:not(.vertical) button:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd spinbutton:not(.vertical) button.flat, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { + color: #f6f6f6; } + .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd spinbutton:not(.vertical) button:backdrop, .osd spinbutton:not(.vertical) button.flat:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, + #XfceNotifyWindow spinbutton:not(.vertical) button.separator, + #XfceNotifyWindow spinbutton:not(.vertical) button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd spinbutton:not(.vertical) button separator, + #XfceNotifyWindow spinbutton:not(.vertical) button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + .osd spinbutton:not(.vertical) button:dir(rtl), + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover { + color: #f6f6f6; } + .osd spinbutton:not(.vertical) button:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { + color: alpha(mix(#f6f6f6,#282a36,0.6),0.8); } + .osd spinbutton:not(.vertical) button:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { + color: mix(#282a36,mix(#f1f1f0,#282a36,0.5),0.9); } + .osd spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.2); } + .osd spinbutton:not(.vertical) button:backdrop:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { + color: rgba(7, 8, 10, 0.8); + border-style: none none none solid; } + .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:dir(rtl):first-child, + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } + .osd spinbutton:not(.vertical) button:dir(ltr):last-child, + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton.vertical button:first-child, + #XfceNotifyWindow spinbutton.vertical button:first-child { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton.vertical button:first-child:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd spinbutton.vertical button:first-child.flat, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { + color: #f6f6f6; } + .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical button:first-child.flat:backdrop, + #XfceNotifyWindow spinbutton.vertical button:first-child:backdrop, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, + #XfceNotifyWindow spinbutton.vertical button:first-child.separator, + #XfceNotifyWindow spinbutton.vertical button:first-child .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd spinbutton.vertical button:first-child separator, + #XfceNotifyWindow spinbutton.vertical button:first-child separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + +scrolledwindow viewport.frame { + border-style: none; } + +scrolledwindow overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.top { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.bottom { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.left { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.right { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: 0; + box-shadow: none; } + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, mix(#282a36,#f1f1f0,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #1d1f27; } + scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; } + scrolledwindow junction:backdrop { + border-image-source: linear-gradient(to bottom, mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9) 1px, transparent 1px); + background-color: #21232d; + transition: 200ms ease-out; } + +/***************** + ! Progress bars * +******************/ +progressbar { + padding: 0; + border-radius: 3px; + font-size: smaller; + color: rgba(241, 241, 240, 0.6); } + progressbar.horizontal trough, + progressbar.horizontal progress { + min-height: 6px; } + progressbar.vertical trough, + progressbar.vertical progress { + min-width: 6px; } + progressbar trough { + border: 1px solid mix(#282a36,#f1f1f0,0.17); + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border-radius: 3px; } + progressbar progress { + background-color: #58d782; + background-image: none; + border-radius: 0; } + progressbar progress.left { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + progressbar progress.right { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar progress.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar progress.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +levelbar.horizontal block { + min-width: 34px; + min-height: 4px; } + +levelbar.vertical block { + min-width: 4px; + min-height: 34px; } + +levelbar:backdrop { + transition: 200ms ease-out; } + +levelbar trough { + background-color: mix(#282a36,#282a36,0.08); + border: 1px solid mix(#282a36,#f1f1f0,0.17); + border-radius: 3px; + padding: 2px; } + +levelbar.horizontal.discrete block { + margin: 0 1px; } + levelbar.horizontal.discrete block:first-child { + margin: 0; } + +levelbar.vertical.discrete block { + margin: 1px 0; } + levelbar.vertical.discrete block:first-child { + margin: 0; } + +levelbar block { + background-color: #58d782; + border-color: transparent; + border-radius: 3px; } + levelbar block.low { + background-color: #fbffcb; + border-color: transparent; } + levelbar block.high, levelbar block:not(.empty) { + background-color: #71f59c; + border-color: transparent; } + levelbar block.full { + background-color: #2fc460; + border-color: transparent; } + levelbar block.empty { + background-color: transparent; + border-color: transparent; + box-shadow: none; } + +scale { + min-height: 10px; + min-width: 10px; + padding: 3px; } + scale.horizontal trough { + padding: 0 3px; } + scale.horizontal highlight, scale.horizontal fill { + margin: 0 -4px; } + scale.vertical trough { + padding: 3px 0; } + scale.vertical highlight, scale.vertical fill { + margin: -4px 0; } + scale slider { + min-height: 15px; + min-width: 15px; + margin: -7px; } + scale.fine-tune slider { + margin: -7px; } + scale.fine-tune highlight { + background-color: #70dd94; } + scale.fine-tune fill, + scale.fine-tune highlight, + scale.fine-tune trough { + border-radius: 5px; + -gtk-outline-radius: 7px; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 4.5px; + border-radius: 2.5px; + background-color: mix(#282a36,#f1f1f0,0.2); } + scale trough:disabled { + background-color: mix(#282a36,#f1f1f0,0.1); } + menuitem:hover scale trough, row:selected scale trough, infobar scale trough { + background-color: rgba(100, 100, 93, 0.2); } + menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { + background-color: #f1f1f0; } + menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { + background-color: mix(#f1f1f0,#58d782,0.55); } + menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { + background-color: rgba(100, 100, 93, 0.1); } + scale highlight { + border-radius: 2.5px; + background-color: #58d782; } + scale highlight:disabled { + background-color: rgba(88, 215, 130, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(88, 215, 130, 0.5); } + scale fill:disabled { + background-color: transparent; } + scale slider { + background-color: #3d434f; + border: 1px solid rgba(241, 241, 240, 0.16); + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border; } + scale slider:hover { + background-color: #484f5d; } + scale slider:active { + background-clip: border-box; + background-color: #58d782; + border-color: #58d782; } + scale slider:disabled { + background-color: mix(#3d434f,#282a36,0.55); + border-color: mix(#f1f1f0,#282a36,0.92); } + menuitem:hover scale slider, row:selected scale slider, infobar scale slider { + background-clip: border-box; + background-color: #f1f1f0; + border-color: #f1f1f0; } + menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { + background-color: mix(#f1f1f0,#58d782,0.85); + border-color: mix(#f1f1f0,#58d782,0.85); } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: mix(#f1f1f0,#58d782,0.5); + border-color: mix(#f1f1f0,#58d782,0.5); } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: mix(#f1f1f0,#58d782,0.55); + border-color: mix(#f1f1f0,#58d782,0.55); } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale marks.top { + margin-bottom: 1px; + margin-top: -4px; } + scale marks.bottom { + margin-top: 1px; + margin-bottom: -4px; } + scale marks.top { + margin-right: 1px; + margin-left: -4px; } + scale marks.bottom { + margin-left: 1px; + margin-right: -4px; } + scale.fine-tune marks.top { + margin-bottom: 0px; + margin-top: -2px; } + scale.fine-tune marks.bottom { + margin-top: 0px; + margin-bottom: -2px; } + scale.fine-tune marks.top { + margin-right: 0px; + margin-left: -2px; } + scale.fine-tune marks.bottom { + margin-left: 0px; + margin-right: -2px; } + scale.horizontal indicator { + min-height: 3px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 2px; } + scale.vertical indicator { + min-height: 1px; + min-width: 3px; } + scale.vertical.fine-tune indicator { + min-width: 2px; } + scale.color trough { + padding: 0; + border: 0; + background-image: none; } + scale.color highlight, scale.color fill { + margin: 0; } + scale.color.horizontal { + padding: 0 0 6px; } + scale.color.horizontal trough { + border-top-left-radius: 0; + border-top-right-radius: 0; } + scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider { + margin-bottom: 0; + margin-top: 0; } + scale.color.vertical:dir(ltr) { + padding: 0 0 0 6px; } + scale.color.vertical:dir(ltr) trough { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { + margin-left: 0; + margin-right: 0; } + scale.color.vertical:dir(rtl) { + padding: 0 6px 0 0; } + scale.color.vertical:dir(rtl) trough { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { + margin-right: 0; + margin-left: 0; } + +/*********** + ! Scrollbar +************/ +scrollbar { + background-color: #1d1f27; + transition: 300ms ease-out; } + * { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.top { + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.bottom { + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.left { + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.right { + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar:backdrop { + background-color: #21232d; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + transition: 400ms ease-in; } + scrollbar slider { + min-width: 7px; + min-height: 7px; + border: 1px solid transparent; + border-radius: 3px; + background-clip: padding-box; + background-color: mix(#282a36,#f1f1f0,0.5); } + scrollbar slider:hover { + background-color: mix(#282a36,#f1f1f0,0.7); } + scrollbar slider:hover:active { + background-color: #43d273; } + scrollbar slider:backdrop { + background-color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.4); } + scrollbar slider:disabled { + background-color: transparent; } + scrollbar.horizontal slider { + min-width: 40px; } + scrollbar.vertical slider { + min-height: 40px; } + scrollbar.fine-tune slider:active { + background-color: #6ddc91; } + scrollbar.overlay-indicator { + opacity: .8; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + opacity: .4; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + min-width: 4px; + min-height: 4px; + background-color: #f1f1f0; + border: 1px solid #292b38; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + border-color: transparent; + -gtk-icon-source: none; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-width: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 7px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-height: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + min-height: 7px; } + scrollbar button, scrollbar button.nautilus-circular-button.image-button { + min-width: 7px; + min-height: 7px; + padding: 0; + border: 0; + border-radius: 0; + border-color: mix(#282a36,#f1f1f0,0.18); + background-color: transparent; + box-shadow: none; + color: mix(#282a36,#f1f1f0,0.5); } + scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover { + color: mix(#282a36,#f1f1f0,0.7); } + scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked { + color: #43d273; } + scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop { + color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.4); } + scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); } + +/********* + ! Sidebar +**********/ +.sidebar { + border-style: none; + background-color: mix(#282a36,#282a36,0.5); } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); + border-right-style: none; } + .sidebar:backdrop { + background-color: mix(#282a36,#282a36,0.5); + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + transition: 200ms ease-out; } + .sidebar .frame, .sidebar frame { + border-width: 0; } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; } + +stacksidebar row { + padding: 6px 3px; } + stacksidebar row > label { + padding-left: 3px; + padding-right: 3px; } + stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; } + +placessidebar > viewport.frame { + border-style: none; } + +placessidebar row { + min-height: 32px; + padding: 0; } + placessidebar row > revealer { + padding: 0 6px; } + placessidebar row:selected { + color: #f1f1f0; } + placessidebar row:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + placessidebar row:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + placessidebar row:backdrop:selected { + color: mix(#58d782,#f1f1f0,0.66); } + placessidebar row:backdrop:disabled { + color: #07080a; } + placessidebar row image.sidebar-icon { + opacity: 0.7; } + placessidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; + padding-left: 3px; } + placessidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; + padding-right: 3px; } + placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; } + placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; } + button.sidebar-button, button.sidebar-button.nautilus-circular-button.image-button { + min-height: 20px; + min-width: 20px; + margin-top: 2px; + margin-bottom: 2px; + padding: 0; + border-radius: 100%; + -gtk-outline-radius: 100%; } + button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { + opacity: 0.7; } + placessidebar row:selected:active { + box-shadow: none; } + placessidebar row.sidebar-placeholder-row { + padding: 0 8px; + min-height: 2px; + background-image: image(#58d782); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #58d782; } + placessidebar row:drop(active):not(:disabled) { + color: #58d782; + box-shadow: inset 0 1px #58d782, inset 0 -1px #58d782; } + placessidebar row:drop(active):not(:disabled):selected { + color: #f1f1f0; + background-color: #58d782; } + +/****** +! Paned +*******/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#242631); + background-size: 1px 1px; + background-position: center center; } + paned > separator:selected { + background-image: image(#58d782); } + paned > separator:backdrop { + background-image: image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #282a36; + background-image: image(#20222b), image(#20222b); + background-size: 1px 1px, 1px 1px; } + paned > separator.wide:backdrop { + background-color: #282a36; + background-image: image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)), image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)); } + +paned.horizontal > separator { + background-repeat: repeat-y; + padding: 0 2px; + margin: 0 -2px; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; } + +paned.vertical > separator { + background-repeat: repeat-x; + padding: 2px 0; + margin: -2px 0; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; } + +paned.titlebar > separator { + background-image: image(#242631); } + +/******************* + ! Spinner animation +********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +spinner { + background-image: none; + color: #58d782; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; } + spinner:checked:disabled { + opacity: .5; } + +/*********************** + ! Check and Radio items +************************/ +radio { + background-image: none; + min-width: 16px; + min-height: 16px; + margin-right: 3px; } + radio:disabled { + -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } + radio:checked, radio:active { + -gtk-icon-source: url("../assets/radio-checked.svg"); } + radio:checked:disabled, radio:active:disabled { + -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } + radio:indeterminate { + -gtk-icon-source: url("../assets/radio-mixed.svg"); } + radio:indeterminate:disabled { + -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } + menuitem radio, modelbutton radio { + -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } + menuitem radio:disabled, modelbutton radio:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active { + -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } + menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover { + -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } + menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + menuitem radio:indeterminate, modelbutton radio:indeterminate { + -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } + menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } + menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } + +check { + background-image: none; + min-width: 16px; + min-height: 16px; + margin-right: 3px; } + check:disabled { + -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } + check:checked, check:active { + -gtk-icon-source: url("../assets/checkbox-checked.svg"); } + check:checked:disabled, check:active:disabled { + -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } + check:indeterminate { + -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } + check:indeterminate:disabled { + -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } + menuitem check, modelbutton check { + -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } + menuitem check:disabled, modelbutton check:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } + menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } + menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + menuitem check:indeterminate, modelbutton check:indeterminate { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } + menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } + menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } + +check, radio { + box-shadow: -1px 0 mix(#282a36,#f1f1f0,0.3) inset, 1px 0 mix(#282a36,#f1f1f0,0.3) inset, 0 -1px mix(#282a36,#f1f1f0,0.3) inset, 0 1px mix(#282a36,#f1f1f0,0.3) inset; + border-radius: 1.5px; + background-color: #282a36; } + check:disabled, radio:disabled { + box-shadow: -1px 0 mix(#282a36,#f1f1f0,0.15) inset, 1px 0 mix(#282a36,#f1f1f0,0.15) inset, 0 -1px mix(#282a36,#f1f1f0,0.15) inset, 0 1px mix(#282a36,#f1f1f0,0.15) inset; + background-color: rgba(40, 42, 54, 0.25); } + menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio { + box-shadow: none; + border-radius: 0; + background-color: transparent; + border: 0; } + textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus { + background-color: #282a36; } + +radio { + border-radius: 999px; } + +radio:dir(rtl), check:dir(rtl) { + margin-right: 0; + margin-left: 3px; } + +.view.content-view.check:not(list), iconview.content-view.check:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +/******** + ! Switch +*********/ +switch { + border-radius: 3px; + padding: 2px; + border: 0; + outline: none; + transition: background-color .3s linear; + min-width: 78px; + min-height: 24px; + background-color: mix(#282a36,#282a36,0.3); + color: #d3dae3; + box-shadow: inset 1px -1px 0 rgba(50, 50, 46, 0.06), inset -1px 1px 0 rgba(50, 50, 46, 0.06); + font-size: 90%; } + switch slider { + background-color: mix(#d3dae3,#282a36,0.5); + transition: all .3s ease-in; + box-shadow: 0 1px 2px 0 rgba(50, 50, 46, 0.07), 1px 0 2px 0 rgba(50, 50, 46, 0.07); + border-radius: 3px; } + switch:checked { + background-color: #58d782; + background-image: none; + border-color: #58d782; + color: #282a36; } + switch:checked slider { + background-color: #292b38; + box-shadow: 0 1px 3px 0 rgba(50, 50, 46, 0.1); } + switch:disabled { + background-color: mix(#282a36,#282a36,0.5); + background-image: none; + border-color: #282a36; + color: #282a36; + box-shadow: none; } + switch:disabled slider { + background-color: #282a36; } + list row:selected switch { + background-color: #282a36; + color: mix(#282a36,#282a36,0.5); } + list row:selected switch slider { + background-color: mix(mix(#282a36,#282a36,0.5),#282a36,0.4); } + list row:selected switch:checked { + color: #58d782; + background-color: mix(#d3dae3,#282a36,0.5); } + list row:selected switch:checked slider { + background-color: #58d782; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +/*************** + ! Generic views +****************/ +.view, iconview, +.view text, +iconview text, +textview text { + color: #d3dae3; + background-color: #282a36; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + .view:backdrop, iconview:backdrop, + .view text:backdrop, + iconview text:backdrop, + textview text:backdrop { + color: mix(#282a36,#d3dae3,0.8); + background-color: #282a36; } + .view separator, iconview separator, + textview text separator { + background-image: image(mix(#d3dae3,#282a36,0.9)); } + +textview border { + background-color: mix(#282a36,#282a36,0.5); } + +iconview :selected { + border-radius: 3px; } + +/************ +! Treeview +*************/ +.rubberband, +rubberband, +treeview.view rubberband, +flowbox rubberband { + border: 1px solid mix(#58d782,#f1f1f0,0.1); + background-color: rgba(88, 215, 130, 0.2); } + +treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { + background-color: #282a36; + transition-property: color, background; } + +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #282a36; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #58d782; } + +treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button { + padding: 1px 4px; + border-radius: 0; + text-shadow: none; + border-top-color: transparent; + border-left-color: transparent; } + treeview.view header button:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + treeview.view header button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); + background-image: none; + background-color: mix(#3d434f,#282a36,0.5); } + treeview.view header button:backdrop:disabled { + border-color: #282a36; + background-image: none; } + +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ""; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ""; + border-left-color: mix(#f1f1f0,#282a36,0.7); + border-top-color: mix(#f1f1f0,#282a36,0.9); } + treeview.view:selected:focus, treeview.view:selected { + border-radius: 0; } + treeview.view:selected:backdrop, treeview.view:selected { + border-left-color: mix(#f1f1f0,#58d782,0.5); + border-top-color: rgba(241, 241, 240, 0.1); } + treeview.view:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + treeview.view:disabled:selected { + color: mix(#f1f1f0,#58d782,0.4); } + treeview.view:disabled:selected:backdrop { + color: mix(mix(#58d782,#f1f1f0,0.66),#58d782,0.3); } + treeview.view:disabled:backdrop { + color: #07080a; } + treeview.view.separator { + min-height: 2px; + color: #282a36; } + treeview.view.separator:backdrop { + color: rgba(40, 42, 54, 0.1); } + treeview.view:backdrop { + border-left-color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.5); + border-top: #282a36; } + treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: mix(#58d782,#f1f1f0,0.3); } + treeview.view:drop(active).after { + border-top-style: none; } + treeview.view:drop(active).before { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: mix(#282a36,#f1f1f0,0.7); } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #f1f1f0; } + treeview.view.expander:selected { + color: mix(#58d782,#f1f1f0,0.7); } + treeview.view.expander:selected:hover { + color: #f1f1f0; } + treeview.view.expander:selected:backdrop { + color: mix(#58d782,mix(#58d782,#f1f1f0,0.66),0.7); } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: mix(#282a36,mix(#f1f1f0,#282a36,0.5),0.7); } + treeview.view.progressbar { + background-color: #58d782; + background-image: none; + color: #282a36; + border-radius: 3px; + border: 1px solid mix(#58d782,#f1f1f0,0.3); } + treeview.view.progressbar:selected { + border: 1px solid mix(#58d782,#f1f1f0,0.2); } + treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { + color: #f1f1f0; + box-shadow: none; + background-color: #58d782; + background-image: none; + border-radius: 3px; } + treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { + color: mix(#58d782,#f1f1f0,0.66); + border-color: mix(#58d782,#f1f1f0,0.3); + background-color: mix(#282a36,#58d782,0.9); } + treeview.view.progressbar:disabled { + background-color: #282a36; + background-image: none; + border-color: mix(#f1f1f0,#282a36,0.84); } + treeview.view.progressbar:backdrop { + color: #282a36; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(241, 241, 240, 0.1); + border-radius: 3px; } + treeview.view.trough:selected:focus, treeview.view.trough:selected { + background-color: rgba(241, 241, 240, 0.3); + border-width: 1px 0; + border-style: solid; + border-color: #58d782; + border-radius: 3px; } + treeview.view header button, treeview.view header button.nautilus-circular-button.image-button { + font-weight: normal; + text-shadow: none; + box-shadow: none; } + treeview.view header button:hover { + border-top-color: mix(#58d782,#f1f1f0,0.3); + border-left-color: mix(#58d782,#f1f1f0,0.3); + box-shadow: none; + transition: none; } + treeview.view header button:active { + border-top-color: mix(#58d782,#f1f1f0,0.3); + border-left-color: mix(#58d782,#f1f1f0,0.3); + transition: none; } + treeview.view header button:last-child:backdrop, treeview.view header button:last-child { + border-right-style: none; } + treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, + treeview.view header.button.dnd:active, + treeview.view header.button.dnd:selected, + treeview.view header.button.dnd:hover, + treeview.view header.button.dnd { + padding: 0 6px; + transition: none; + background-image: none; + background-color: #58d782; + color: #282a36; + border-radius: 0; + border-style: none; + box-shadow: inset 0 0 0 1px #282a36; + text-shadow: none; } + treeview.view acceleditor > label { + background-color: #58d782; } + +/*********** + ! Separator +************/ +separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); + min-width: 1px; + min-height: 1px; } + +/********** + ! Frames * +***********/ +frame > border, .frame { + border: 1px solid mix(#282a36,#f1f1f0,0.18); } + frame > border.flat, .frame.flat { + border-style: none; } + frame > border:backdrop, .frame:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +frame.border-inset > border, +frame.border-outset > border, +frame.border-groove > border, +frame.border-ridge > border { + border: 1px solid alpha(mix(#282a36,#f1f1f0,0.18),0.3843137255); } + +.content-view { + background-color: mix(#282a36,#282a36,0.28); + color: mix(#d3dae3,#f1f1f0,0.18); + border: 1px solid shade(mix(#282a36,#282a36,0.78),0.8); } + +viewport separator { + background-image: image(mix(#d3dae3,#282a36,0.9)); } + +viewport menu separator { + background-image: image(mix(#282a36,#f6f6f6,0.18)); } + +/*************** + ! Places view * +****************/ +placesview .server-list-button > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } + +placesview row.activatable:hover { + background-color: transparent; } + +placesview > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; } + +/************** + ! Window frame +***************/ +decoration { + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + border-width: 0; + box-shadow: 0 3px 9px 1px rgba(100, 100, 93, 0.7), 0 0 0 1px #5af78e; + /* this is used for the resize cursor area */ + margin: 9px; } + decoration:backdrop { + box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(100, 100, 93, 0.4), 0 0 0 1px #282a36; + transition: 200ms ease-out; } + .maximized decoration, .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; } + .ssd decoration { + box-shadow: 0 0 0 1px #5af78e; } + .ssd decoration:backdrop { + box-shadow: 0 0 0 1px #282a36; } + .solid-csd decoration { + border-radius: 0; + margin: 0; + box-shadow: none; } + .csd.popup decoration { + border-radius: 0; + box-shadow: 0 1px 2px rgba(100, 100, 93, 0.2), 0 0 0 1px rgba(40, 42, 54, 0.13); } + tooltip.csd decoration { + border-radius: 3px; + box-shadow: none; } + messagedialog.csd decoration { + border-radius: 3px; + box-shadow: 0 1px 2px rgba(100, 100, 93, 0.2), 0 0 0 1px rgba(40, 42, 54, 0.13); } + +/*********************** + ! Fallback mode panel * +************************/ +UnityPanelWidget, .unity-panel, .xfce4-panel, .mate-panel-menu-bar, wnck-pager, wnck-tasklist, clock-box menuitem, clock-box:backdrop menuitem, +panel-applet > menubar menuitem, +panel-applet > menubar:backdrop menuitem, +panel-toplevel .gnome-panel-menu-bar menuitem, clock-box, clock-box:backdrop, +panel-applet > menubar, +panel-applet > menubar:backdrop, +panel-toplevel .gnome-panel-menu-bar, panel-plug, +panel-toplevel.background { + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + +gp-calendar-window label, +#tasklist-button label, +#clock-applet-button label, +#showdesktop-button label, clock-box menuitem label, clock-box:backdrop menuitem label, +panel-applet > menubar menuitem label, +panel-applet > menubar:backdrop menuitem label, +panel-toplevel .gnome-panel-menu-bar menuitem label { + font-weight: normal; + color: #f6f6f6; } + +#login_window, #shutdown_dialog, #restart_dialog, .xfce4-panel button, .xfce4-panel button.nautilus-circular-button.image-button, panel-applet button, panel-applet button.nautilus-circular-button.image-button, panel-applet button:backdrop, #clock-applet-button, #clock-applet-button:backdrop { + border-width: 0 1px; + border-radius: 0; + border-color: transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover, .xfce4-panel button:hover, panel-applet button:hover, panel-applet button.nautilus-circular-button.image-button:hover, #clock-applet-button:hover { + background-color: mix(#282a36,#f6f6f6,0.11); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.11); + color: white; } + #login_window:active, #shutdown_dialog:active, #restart_dialog:active, .xfce4-panel button:active, panel-applet button:active, panel-applet button.nautilus-circular-button.image-button:active, #clock-applet-button:active, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked, .xfce4-panel button:checked, panel-applet button:checked, panel-applet button.nautilus-circular-button.image-button:checked, #clock-applet-button:checked { + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.21); + color: white; } + #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, .xfce4-panel button:active:hover, panel-applet button:active:hover, #clock-applet-button:active:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover, .xfce4-panel button:checked:hover, panel-applet button:checked:hover, #clock-applet-button:checked:hover { + background-color: mix(#282a36,#f6f6f6,0.31); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.31); } + +panel-plug, +panel-toplevel.background { + padding: 0; } + +.gp-text-color { + color: #64645d; } + +panel-applet { + border: 0; } + +clock-box menuitem, clock-box:backdrop menuitem, +panel-applet > menubar menuitem, +panel-applet > menubar:backdrop menuitem, +panel-toplevel .gnome-panel-menu-bar menuitem, +panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { + border: 0; } + +/**************** + ! MATE styles * +*****************/ +.mate-panel-menu-bar { + border: 0; + padding: 0; + text-shadow: none; } + +#PanelApplet label, +.mate-panel-menu-bar menubar > menuitem { + color: #f6f6f6; } + +PanelSeparator, MatePanelAppletFrameDBus { + border-width: 0; + color: transparent; + background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png")); + background-color: transparent; + background-repeat: no-repeat; + background-position: left; } + +#PanelApplet button, +#PanelApplet button.flat, +#PanelApplet button.toggle +#PanelApplet button.flat.toggle { + background-image: none; + background-color: transparent; + border-color: transparent; + border-style: solid; + border-radius: 0; + border-width: 1px; + color: #f6f6f6; + text-shadow: none; + box-shadow: none; + padding: 2px; } + +#PanelApplet button:hover:active, +#PanelApplet button:checked, +#PanelApplet button:checked:hover, +#PanelApplet button.flat:hover:active, +#PanelApplet button.flat:checked, +#PanelApplet button.flat:checked:hover, +#PanelApplet button.toggle:hover:active, +#PanelApplet button.toggle:checked, +#PanelApplet button.toggle:checked:hover, +#PanelApplet button.flat.toggle:hover:active, +#PanelApplet button.flat.toggle:checked, +#PanelApplet button.flat.toggle:checked:hover { + background-image: none; + background-color: darker(#282a36); + border-color: transparent; + border-radius: 0; + border-width: 1px; + color: lighter(#f6f6f6); + text-shadow: none; + padding: 2px; } + +#PanelApplet button:hover, +#PanelApplet button.flat:hover, +#PanelApplet button.toggle:hover, +#PanelApplet button.flat.toggle:hover { + background-image: none; + background-color: #343746; + border-color: transparent; + border-radius: 0; + border-width: 1px; + color: #f1f1f0; + text-shadow: none; + padding: 2px; } + +.mate-panel-menu-bar menubar > menuitem { + padding: 3px 7px; } + +/********************* + ! Cinnamon Settings * +**********************/ +.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop { + background-color: transparent; } + +/**************** + ! Gnome clocks * +*****************/ +.clocks-analog-frame.trough { + color: mix(#f1f1f0,#282a36,0.85); } + +.clocks-analog-frame.progress { + color: mix(#282a36,#58d782,0.5); } + +.clocks-analog-frame.progress-fast { + color: #29ab54; } + +/***************** + ! Gnome Builder * +******************/ +workbench.csd > stack.titlebar:not(headerbar) { + padding: 0; + background: none; + border: 0; + 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: 3px 3px 0 0; } + +/**************** + ! Geary * +*****************/ +.geary-expanded .geary-message-summary { + background-color: #262833; } + +.geary-folder-popover-list-row { + border-color: #303241; + box-shadow: None; } + .geary-folder-popover-list-row > label { + color: #282a36; } + +/*********************** + ! Unity Greeter * + ***********************/ +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.9); + border-radius: 7px; + padding: 3px; + color: #292b38; } + +.lightdm.menu { + background-image: none; + background-color: rgba(100, 100, 93, 0.6); + border-color: rgba(41, 43, 56, 0.2); + border-radius: 6px; + padding: 1px; + color: #292b38; } + .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { + color: #292b38; } + +.lightdm.menubar *, .lightdm.menubar.menuitem { + padding: 0px; } + +.lightdm.option-button { + padding: 3px; + background: none; + border: 0; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + .lightdm.toggle-button.selected { + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + .lightdm.toggle-button.selected:hover { + background-color: rgba(41, 43, 56, 0.3); } + +.lightdm.button:hover { + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.6); + text-shadow: none; } + +.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 7px; + padding: 5px; + color: #292b38; + text-shadow: none; } + +.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { + background-image: none; + border-image: none; } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.entry:focus { + border-color: rgba(41, 43, 56, 0.6); + border-width: 1px; + border-style: solid; + color: #292b38; } + +.lightdm.entry:selected { + background-color: rgba(41, 43, 56, 0.2); } + +.lightdm-combo.menu { + background-color: #2b2d3a; + border-radius: 0; + padding: 0; + color: #292b38; } + +/********* + ! Gedit * +**********/ +GeditWindow .pane-separator { + border-width: 0 1px 0 0; + border-style: solid; } + GeditWindow .pane-separator, GeditWindow .pane-separator:hover { + border-color: #242631; + background-color: #282a36; } + +.gedit-document-panel { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .gedit-document-panel list row { + padding: 3px; } + .gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button { + padding: 1px; + border-radius: 3px; + border-style: solid; + border-color: transparent; + border-width: 1px; + background-color: transparent; + background-image: none; + color: transparent; + -gtk-icon-shadow: none; } + .gedit-document-panel .prelight-row button { + border-color: rgba(100, 100, 93, 0.1); + color: rgba(41, 43, 56, 0.8); } + .gedit-document-panel .prelight-row button:active { + border-color: rgba(100, 100, 93, 0.2); + background-color: rgba(100, 100, 93, 0.08); + color: #292b38; } + .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { + border-color: rgba(100, 100, 93, 0.1); + color: #292b38; } + +.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { + border-top: 1px solid #242631; + background-color: #282a36; } + +.gedit-document-panel-document-row:hover { + background-color: #2a2c39; } + +.gedit-document-panel-dragged-row { + border: 1px solid rgba(100, 100, 93, 0.1); + background-color: rgba(100, 100, 93, 0.5); + color: #292b38; } + +.gedit-document-panel-placeholder-row { + border: 0; + background-color: rgba(100, 100, 93, 0.08); + transition: all 200ms ease-in; } + +statusbar GeditSmallButton, GeditStatusMenuButton { + text-shadow: none; } + statusbar GeditSmallButton button, statusbar GeditSmallButton button.nautilus-circular-button.image-button, GeditStatusMenuButton button, GeditStatusMenuButton button.nautilus-circular-button.image-button { + border-style: solid; + border-width: 0 1px; + border-color: transparent; + border-radius: 0; + padding: 1px 6px 2px 4px; } + statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover { + border-color: #20222b; } + statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active { + background-color: #262833; + color: #f1f1f0; } + +GeditViewFrame .gedit-search-slider { + padding: 3px; + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px; + border-style: solid; + border-color: #20222b; + background-color: #282a36; } + GeditViewFrame .gedit-search-slider .not-found { + background-color: #fc4a6d; + background-image: none; + color: #282c34; } + +GeditFileBrowserWidget .toolbar { + padding: 1.5px; + border-top: 0; + background-color: #282a36; + background-image: none; } + +.gedit-search-entry-occurrences-tag { + margin: 1.5px; + padding: 1.5px; + color: mix(#d3dae3,#282a36,0.5); } + +.gedit-bottom-panel-paned, +.gedit-side-panel-paned, +paned.titlebar { + margin-right: 0; } + +.gedit-bottom-panel-paned notebook { + border-top: 0; } + +/************ + ! Nautilus * +*************/ +.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { + color: #f1f1f0; } + .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { + color: #f1f1f0; } + .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { + text-shadow: none; } + +.nautilus-window toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; } + +.nautilus-window .sidebar { + border: 0; } + .nautilus-window .sidebar frame { + border: 0; } + +.nautilus-window notebook { + background-color: #282a36; + border: 0; } + .nautilus-window notebook frame { + border: 0; } + +.nautilus-window .searchbar-container { + margin-top: -1px; } + .nautilus-window .searchbar-container searchbar { + padding-top: 0px; + padding-bottom: 1px; + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(241, 241, 240, 0.5); + border-color: rgba(218, 218, 215, 0.5); } + .disk-space-display.used { + background-color: rgba(88, 215, 130, 0.8); + border-color: rgba(64, 209, 112, 0.8); } + .disk-space-display.free { + background-color: #262833; + border-color: #22242e; } + +.conflict-row.activatable, .conflict-row.activatable:active { + color: #282c34; + background-color: #fc4a6d; } + +.conflict-row.activatable:hover { + background-color: #fd6a87; } + +.conflict-row.activatable:selected { + color: #f1f1f0; + background-color: #58d782; } + +/******** + ! Nemo * +*********/ +.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { + color: #f1f1f0; } + .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { + color: #f1f1f0; } + .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { + text-shadow: none; } + +.nemo-window { + /* Status Bar */ } + .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { + background-color: mix(#282a36,#d3dae3,0.12); + color: #d3dae3; } + .nemo-window toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + /* Path Bar */ } + .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { + color: mix(#282a36,#f1f1f0,0.88); + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .nemo-window toolbar.primary-toolbar button.image-button { + padding: 0 8px; } + .nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button { + padding: 3px; } + .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { + padding: 3px; } + .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { + padding: 3px; } + .nemo-window toolbar toolitem stack { + margin-left: 15px; } + .nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + -NemoPathbarButton-border-radius: 3px; } + .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .nemo-window toolbar toolitem stack widget button:disabled { + box-shadow: inset -1px 0 #20222b; } + .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { + box-shadow: none; } + .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .nemo-window grid > widget:last-child button { + min-height: 16px; + min-width: 16px; + padding: 2px 4px; } + .nemo-window grid > widget:last-child button:first-child + button { + margin-right: 72px; } + .nemo-window grid > widget:last-child > box > scale { + margin-right: 12px; } + .nemo-window grid > widget:last-child statusbar { + border: 0; } + .nemo-window .sidebar { + /* Nemo Query Editor (File Search Bar) */ } + .nemo-window .sidebar .frame { + border: 0; } + .nemo-window .sidebar image { + padding-left: 3px; + padding-right: 3px; } + .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { + background-color: mix(#282a36,#282a36,0.5); } + .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { + -NemoPlacesTreeView-disk-full-bg-color: #20222b; + -NemoPlacesTreeView-disk-full-fg-color: #58d782; + -NemoPlacesTreeView-disk-full-bar-width: 2px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 0; + -NemoPlacesTreeView-disk-full-max-length: 75px; } + .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { + -NemoPlacesTreeView-disk-full-bg-color: #f1f1f0; + -NemoPlacesTreeView-disk-full-fg-color: #89e3a7; } + .nemo-window .sidebar + separator + box .primary-toolbar { + background-color: #272935; + background-image: none; + padding-top: 0px; + padding-bottom: 0px; + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) { + border-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(3) { + margin-left: -6px; + border-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + padding: 5px 6px; } + .nemo-window notebook { + background-color: #282a36; + border-width: 0; } + .nemo-window notebook tabs { + border: 0; } + +/*********************** + ! Fallback mode panel * +************************/ +/************ + ! Synaptic * +*************/ +GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { + background-color: #282a36; + background-image: none; + padding: 3px; + border: 0; + color: #f1f1f0; } + +/*********************** + ! Fallback mode panel * +************************/ +/*************** + ! Xfce styles * +****************/ +.XfceHeading { + margin: 0; + padding: 0; + border: 0; + background-image: none; + background-color: #282a36; + color: #d3dae3; } + +.xfce4-panel { + font: inherit; } + .xfce4-panel menu { + -gtk-icon-effect: none; + text-shadow: none; } + +/*********************** + ! Fallback mode panel * +************************/ +/**************** + ! Unity styles * +*****************/ +UnityDecoration { + -UnityDecoration-extents: 24px 1px 1px 1px; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 1px; + -UnityDecoration-active-shadow-color: rgba(100, 100, 93, 0.3); + -UnityDecoration-active-shadow-radius: 8px; + -UnityDecoration-inactive-shadow-color: rgba(100, 100, 93, 0.5); + -UnityDecoration-inactive-shadow-radius: 5px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #58d782; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0; } + UnityDecoration .top { + border: 1px solid #5af78e; + border-bottom: 0; + border-radius: 3px 3px 0 0; + padding: 1px 6px 0; + background-color: #282a36; + color: #f6f6f6; + text-shadow: none; } + UnityDecoration .top:hover { + border-radius: 0; + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + UnityDecoration .top:backdrop { + border: 1px solid #282a36; + color: mix(#f1f1f0,#282a36,0.4); } + UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { + background-color: #282a36; } + UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { + background-color: mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.21); } + +UnityPanelWidget, .unity-panel { + border: 0; } + +.unity-panel.menuitem, .unity-panel .menuitem { + border-width: 0 1px; + color: #f6f6f6; } + .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + +SheetStyleDialog.unity-force-quit { + background-color: #282a36; } + +/************************ + ! Unity-Control-Center * +*************************/ +.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame { + border: 0 none transparent; } + .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop { + background-color: transparent; } + +/*********************** + ! LightDM GTK Greeter * + ***********************/ +#panel_window { + background-color: #282a36; + background-image: none; + color: #f6f6f6; + font-weight: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + -gtk-icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window menubar { + padding-left: 3px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + background-image: none; + border-style: none; + color: #f6f6f6; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + -gtk-icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window menubar:hover, #panel_window menubar > menuitem:hover { + background-color: rgba(246, 246, 246, 0.2); + background-image: none; + color: #f6f6f6; } + #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { + color: #f6f6f6; } + #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { + color: rgba(246, 246, 246, 0.7); } + #panel_window menubar menu > menuitem { + font-weight: normal; } + +#content_frame { + padding-bottom: 9px; } + +#login_window, #shutdown_dialog, #restart_dialog { + border-style: none; + border-radius: 3px; + background-color: #282a36; + color: #f6f6f6; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 mix(#1c1d26,#f6f6f6,0.21), inset -1px 0 mix(#1c1d26,#f6f6f6,0.21), inset 0 1px mix(#1c1d26,#f6f6f6,0.21), inset 0 -1px mix(#1c1d26,#f6f6f6,0.21); } + +#login_window menu { + border-radius: 0; } + +#login_window button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #login_window button:focus, #login_window button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + #login_window button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + #login_window button:active:disabled, #login_window button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #login_window button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #login_window button, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #login_window button.flat { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + #login_window button:hover, #login_window button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + #login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + #login_window button:hover:disabled, #login_window button.flat:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + #login_window button:focus, #login_window button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + #login_window button:focus:hover, #login_window button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + #login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + #login_window button:active:checked:disabled, #login_window button.flat:active:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { + color: #d3dae3; } + #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #login_window button:backdrop, #login_window button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #login_window button.separator, #login_window button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + #login_window button.separator:disabled, #login_window button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + #login_window button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + +#login_window entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + #login_window entry:focus, #login_window entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + #login_window entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + #login_window entry:active:disabled, #login_window entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + #login_window entry:focus, #login_window entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + #login_window entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + +#user_combobox { + color: #f6f6f6; + font-size: 18px; } + #user_combobox menu { + font-weight: normal; } + #user_combobox arrow { + color: mix(#f6f6f6,#282a36,0.5); } + +#user_image { + border-radius: 3px; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 #1c1d26, inset -1px 0 #1c1d26, inset 0 1px #1c1d26, inset 0 -1px #1c1d26; } + +#user_image_border { + border-radius: 3px; + background-color: #242631; + background-image: none; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#buttonbox_frame { + padding-top: 6px; + padding-bottom: 0; + border-style: none; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + background-color: transparent; + background-image: none; + box-shadow: none; } + +/* shutdown button */ +#shutdown_button button { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + #shutdown_button button:focus, #shutdown_button button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #shutdown_button button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #shutdown_button button.flat { + color: #282c34; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + #shutdown_button button:hover, #shutdown_button button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #shutdown_button button:focus, #shutdown_button button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { + color: #282c34; } + #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#282c34,0.6); } + #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #shutdown_button button:backdrop, #shutdown_button button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #shutdown_button button.separator, #shutdown_button button .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + #shutdown_button button separator { + background-image: image(mix(#282c34,#fc4a6d,0.9)); } + +/* restart button */ +#restart_button button { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + #restart_button button:focus, #restart_button button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #restart_button button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #restart_button button:active:disabled, #restart_button button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #restart_button button.flat { + color: #282c34; + border-color: rgba(251, 255, 203, 0); + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + #restart_button button:hover, #restart_button button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #restart_button button:focus, #restart_button button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #restart_button button:focus:hover, #restart_button button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #restart_button button:active:checked:disabled, #restart_button button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { + color: #282c34; } + #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled { + color: mix(#fbffcb,#282c34,0.6); } + #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #restart_button button:backdrop, #restart_button button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #restart_button button.separator, #restart_button button .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + #restart_button button.separator:disabled, #restart_button button .separator:disabled { + color: rgba(251, 255, 203, 0.85); } + #restart_button button separator { + background-image: image(mix(#282c34,#fbffcb,0.9)); } + +/* password warning */ +#greeter_infobar { + font-weight: bold; } + +/********************** + ! Genome Terminal * +***********************/ +VteTerminal { + background-color: #282a36; + color: #f6f6f6; } + +terminal-window junction, terminal-window scrollbar trough { + background-color: #282a36; + border-color: #20222b; } + +terminal-window scrollbar.vertical slider { + background-color: mix(#282a36,#f6f6f6,0.2); } + terminal-window scrollbar.vertical slider:hover { + background-color: mix(#282a36,#f6f6f6,0.3); } + terminal-window scrollbar.vertical slider:hover:active { + background-color: #58d782; } + terminal-window scrollbar.vertical slider:disabled { + background-color: transparent; } + +/****************** + ! Budgie Desktop * +*******************/ +.budgie-container { + background-color: transparent; } + +.raven { + background-color: rgba(40, 42, 54, 0.93); } + .raven .raven-header { + background-color: #282a36; + border: solid mix(#282a36,#f1f1f0,0.18); + border-width: 1px 0; } + .raven .raven-background { + background-color: rgba(40, 42, 54, 0.93); } + +.raven-mpris { + background-color: rgba(40, 42, 54, 0.7); } diff --git a/.config/gtk-3.20/dist/gtk.css b/.config/gtk-3.20/dist/gtk.css new file mode 100644 index 0000000..ef354ef --- /dev/null +++ b/.config/gtk-3.20/dist/gtk.css @@ -0,0 +1,8515 @@ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ +/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ +/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$dark_shadow: #000;*/ +/*$light_shadow: #fff;*/ +/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ +/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ +/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ +/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ +/* dark color scheme */ +@define-color dark_bg_color #282a36; +@define-color dark_fg_color #f6f6f6; +/* colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_bg_color #282a36; +@define-color theme_fg_color #f1f1f0; +@define-color theme_base_color #282a36; +@define-color text_view_bg #282a36; +/*workaround for new vte versions */ +@define-color theme_text_color #d3dae3; +@define-color theme_selected_bg_color #58d782; +@define-color theme_selected_fg_color #f1f1f0; +@define-color theme_tooltip_bg_color #282a36; +@define-color theme_tooltip_fg_color #f1f1f0; +/* shadow effects */ +@define-color light_shadow #292b37; +@define-color dark_shadow #32322e; +/* misc colors used by gtk+ */ +@define-color info_fg_color #282c34; +@define-color info_bg_color #85d6ff; +@define-color warning_fg_color #282c34; +@define-color warning_bg_color #fbffcb; +@define-color question_fg_color #282c34; +@define-color question_bg_color #85d6ff; +@define-color error_fg_color #282c34; +@define-color error_bg_color #fc4a6d; +@define-color link_color #57C7FF; +@define-color success_color #71f59c; +@define-color warning_color #fbffcb; +@define-color error_color #fc4a6d; +/* widget colors */ +@define-color titlebar_bg_focused @dark_bg_color; +@define-color titlebar_bg_unfocused @theme_bg_color; +@define-color titlebar_fg_focused @dark_fg_color; +@define-color titlebar_fg_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color menubar_bg_color @dark_bg_color; +@define-color menubar_fg_color @dark_fg_color; +@define-color toolbar_bg_color @theme_bg_color; +@define-color toolbar_fg_color @theme_fg_color; +@define-color menu_bg_color @dark_bg_color; +@define-color menu_fg_color @dark_fg_color; +@define-color panel_bg_color @dark_bg_color; +@define-color panel_fg_color @dark_fg_color; +@define-color borders mix(#282a36,#f1f1f0,0.18); +@define-color unfocused_borders mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); +@define-color button_bg_color #3d434f; +@define-color button_fg_color #f1f1f0; +@define-color header_button_bg_color #2d333d; +@define-color header_button_fg_color #d3dae3; +@define-color insensitive_bg_color mix(#282a36,#282a36,0.6); +@define-color insensitive_fg_color mix(#f1f1f0,#282a36,0.5); +/* osd */ +@define-color osd_base #282a36; +@define-color osd_bg rgba(40, 42, 54, 0.8); +@define-color osd_fg #f6f6f6; +@define-color osd_insensitive_bg_color mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.5); +@define-color osd_insensitive_fg_color mix(#f6f6f6,#282a36,0.6); +@define-color osd_borders_color rgba(34, 36, 46, 0.8); +/* lightdm greeter colors */ +@define-color lightdm_bg_color #282a36; +@define-color lightdm_fg_color #f6f6f6; +/* widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color mix(#f1f1f0,#282a36,0.5); +/* text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #d3dae3; +/* widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #282a36; +/* text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #282a36; +/* base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #58d782; +/* text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #f1f1f0; +/* insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color #07080a; +/* window manager colors */ +@define-color wm_bg_focused #282a36; +@define-color wm_bg_unfocused #282a36; +@define-color wm_border_focused #5af78e; +@define-color wm_border_unfocused #282a36; +@define-color wm_title_focused #f6f6f6; +@define-color wm_title_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_focused #f6f6f6; +@define-color wm_icons_focused_prelight #58d782; +@define-color wm_icons_focused_pressed #2fc460; +@define-color wm_icons_unfocused mix(#f1f1f0,#282a36,0.4); +@define-color wm_icons_unfocused_prelight #58d782; +@define-color wm_icons_unfocused_pressed #2fc460; +/************** + ! GTK settings +***************/ +* { + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + -WnckTasklist-fade-overlay-rect: 0; + -GtkWidget-cursor-aspect-ratio: 0.04; + outline-color: rgba(88, 215, 130, 0.5); + outline-style: dashed; + outline-width: 1px; + outline-offset: -1px; + -gtk-outline-radius: 3px; } + +/************* + ! Base states + *************/ +GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected { + background-color: #58d782; + color: #f1f1f0; } + +* { + /* hyperlinks */ + -GtkIMHtml-hyperlink-color: #57C7FF; } + *:disabled, *:disabled:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + *:disabled, *:disabled { + -gtk-icon-effect: dim; } + *:hover { + -gtk-icon-effect: highlight; } + *:link, *:visited { + color: #57C7FF; } + +.background { + background-color: #282a36; + color: #f1f1f0; } + .background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; } + .background.csd { + background-color: #282a36; } + +.gtkstyle-fallback { + background-color: rgba(40, 42, 54, 0.5); + color: #f1f1f0; } + .gtkstyle-fallback:hover { + background-color: #2c2e3b; + color: #f1f1f0; } + .gtkstyle-fallback:active { + background-color: #242631; + color: #f1f1f0; } + .gtkstyle-fallback:disabled { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); } + +image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { + background-color: transparent; } + +label.separator { + color: #f1f1f0; } + label.separator:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + +label selection { + background-color: #58d782; + color: #f1f1f0; } + +label:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + label:disabled:backdrop { + color: #07080a; } + +label:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + +assistant .sidebar { + background-color: #282a36; + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + assistant .sidebar:backdrop { + background-color: #282a36; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +assistant.csd .sidebar { + border-top-style: none; } + +assistant .sidebar label { + padding: 3px 6px; } + +assistant .sidebar label.highlight { + background-color: mix(#f1f1f0,#282a36,0.8); } + +/********* + ! Buttons +**********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#58d782), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#58d782), to(transparent)); } } + +stacksidebar row.needs-attention > label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#58d782), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(100, 100, 93, 0.852549)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + stacksidebar row.needs-attention > label:backdrop { + background-size: 6px 6px, 0 0; } + stacksidebar row.needs-attention > label:dir(rtl) { + background-position: left 3px, left 4px; } + +#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd, +#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button, +.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button { + min-height: 20px; + min-width: 20px; + padding: 3px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + -gtk-outline-radius: 6.3px; + transition: 150ms ease; + outline-color: transparent; } + #restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button, + #XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button, + .titlebar:not(headerbar).selection-mode button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button { + padding: 3px 3.6428571429px; } + +notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat, +menuitem.button.flat, menu menuitem calendar.button:hover, +.menu menuitem calendar.button:hover, +.context-menu menuitem calendar.button:hover, menu menuitem calendar.button, +.menu menuitem calendar.button, +.context-menu menuitem calendar.button, calendar.button:disabled, calendar.button:backdrop, calendar.button:hover, calendar.button, calendar.view, calendar.view:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton:not(.vertical) button:dir(rtl) { + border-radius: 0; + -gtk-outline-radius: 0; } + +toolbar.inline-toolbar toolbutton > button.flat:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button { + border-radius: 0; + -gtk-outline-radius: 0; } + +.linked.vertical > combobox > box > button.combo { + border-radius: 0; + -gtk-outline-radius: 0; } + .linked.vertical > combobox > box > button.combo:dir(rtl) { + border-radius: 0; + -gtk-outline-radius: 0; } + +toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > combobox:first-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:first-child, popover.background .linked > button:first-child, headerbar.selection-mode viewswitcher button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar viewswitcher button:first-child, toolbar viewswitcher button.nautilus-circular-button.image-button:first-child, +toolbar .linked > button:first-child, .titlebar:not(headerbar) viewswitcher button:first-child, headerbar viewswitcher button:first-child, headerbar viewswitcher button.nautilus-circular-button.image-button:first-child, +.titlebar:not(headerbar) .linked > button:first-child, +headerbar .linked > button:first-child, combobox box button:first-child, combobox box button.nautilus-circular-button.image-button:first-child, combobox box entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child { + border-width: 1px; + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; } + +toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > combobox:last-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:last-child, popover.background .linked > button:last-child, headerbar.selection-mode viewswitcher button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, +toolbar .linked > button:last-child, .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, +.titlebar:not(headerbar) .linked > button:last-child, +headerbar .linked > button:last-child, combobox box button:last-child, combobox box button.nautilus-circular-button.image-button:last-child, combobox box entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child { + border-width: 1px; + border-radius: 0 3px 3px 0; + -gtk-outline-radius: 0 6.3px 6.3px 0; } + +toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:only-child, popover.background .linked > button:only-child, headerbar.selection-mode viewswitcher button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child, +toolbar .linked > button:only-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child, +.titlebar:not(headerbar) .linked > button:only-child, +headerbar .linked > button:only-child, combobox box button:only-child, combobox box button.nautilus-circular-button.image-button:only-child, combobox box entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child { + border-width: 1px; + border-style: solid; + border-radius: 3px; + -gtk-outline-radius: 6.3px; } + +.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button, popover.background .linked > button, headerbar.selection-mode viewswitcher button, +headerbar.selection-mode .linked > button, +.titlebar.selection-mode:not(headerbar) viewswitcher button, toolbar.inline-toolbar toolbutton > button.flat, +toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button, +toolbar .linked > button, +toolbar .linked > button.nautilus-circular-button.image-button, .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button, +.titlebar:not(headerbar) .linked > button, +headerbar .linked > button, +headerbar .linked > button.nautilus-circular-button.image-button, combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry, .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button { + border-width: 1px; + border-radius: 0; + -gtk-outline-radius: 0; } + +.linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > button:first-child { + border-width: 1px; + border-radius: 3px 3px 0 0; + -gtk-outline-radius: 6.3px 6.3px 0 0; } + +.linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > button:last-child { + border-width: 1px; + border-radius: 0 0 3px 3px; + -gtk-outline-radius: 0 0 6.3px 6.3px; } + +.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:only-child { + border-width: 1px; + border-radius: 3px; + -gtk-outline-radius: 6.3px; } + +.linked.vertical > button { + border-width: 1px; + border-style: solid; + border-radius: 0; + -gtk-outline-radius: 0; } + +notebook > header > tabs > arrow, infobar.error button.close, infobar.question button.close, infobar.warning button.close, infobar.info button.close { + border: 1px solid transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover { + border: 1px solid rgba(40, 42, 54, 0.3); + background-color: rgba(241, 241, 240, 0.2); + background-image: none; + box-shadow: none; } + notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked { + border: 1px solid rgba(88, 215, 130, 0.3); + background-color: rgba(241, 241, 240, 0.1); + background-image: none; + box-shadow: none; } + +button, button.nautilus-circular-button.image-button { + background-color: #3d434f; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + button:disabled, button.nautilus-circular-button.image-button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + button:active:disabled, button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, viewswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button, stackswitcher.vertical > button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button:checked, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + button.flat, button.flat.nautilus-circular-button.image-button { + color: #f1f1f0; + border-color: rgba(61, 67, 79, 0); + background-color: rgba(61, 67, 79, 0); + background-image: none; + box-shadow: none; } + button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover { + background-color: #404653; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + button:hover:disabled, button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus { + background-color: #404653; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + button:focus:hover, button.flat:focus:hover { + background-color: #434a57; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + button:focus:hover:hover, button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + button:focus:hover:disabled, button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + button:active:checked:disabled, button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover { + color: #f1f1f0; } + button:disabled:disabled, button.flat:disabled:disabled { + background-color: alpha(mix(#3d434f,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#3d434f,#f1f1f0,0.6); + box-shadow: none; } + button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled { + color: mix(#3d434f,#f1f1f0,0.6); } + button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + button:backdrop, button.nautilus-circular-button.image-button:backdrop, button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(61, 67, 79, 0.9); } + button.separator:disabled, button .separator:disabled { + color: rgba(61, 67, 79, 0.85); } + button separator, button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#3d434f,0.9)); } + .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .inline-toolbar button:disabled, .linked > button:disabled { + box-shadow: inset -1px 0 #31363f; } + .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child { + box-shadow: none; } + .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .linked.vertical > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .linked.vertical > button:focus, .linked.vertical > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.05); } + .linked.vertical > button:disabled { + box-shadow: inset 0 -1px #31363f; } + .linked.vertical > button:last-child, .linked.vertical > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { + box-shadow: none; } + .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + button.circular, button.nautilus-circular-button.image-button, button.circular-button { + padding: 0; + min-width: 28px; + min-height: 28px; + border-radius: 9999px; + -gtk-outline-radius: 9999px; } + button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label { + padding: 0; } + +spinbutton:disabled { + opacity: .6; } + +spinbutton button, spinbutton button.nautilus-circular-button.image-button { + color: #f1f1f0; + padding: 3px 5px; } + spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover { + background-color: #49505f; + background-image: none; } + spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover { + border-color: rgba(195, 195, 190, 0.3); } + spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + spinbutton button:focus:hover { + color: mix(#f1f1f0,mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3),0.3); } + spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled { + color: mix(#f1f1f0,#282a36,0.7); } + spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + spinbutton button:backdrop:disabled { + color: rgba(7, 8, 10, 0.8); } + +spinbutton:not(.vertical) { + /*@extend %entry;*/ + background-color: #282a36; + background-image: none; + /*@include border($base_color);*/ + padding: 0; + border-radius: 3px; + -gtk-outline-radius: 6.3px; + color: #d3dae3; + caret-color: #d3dae3; + /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } + spinbutton:not(.vertical):disabled { + background-color: #242631; + background-image: none; + color: mix(#282a36,#d3dae3,0.5); } + spinbutton:not(.vertical) entry { + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; + border-right-width: 0; + box-shadow: none; } + spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button { + border-radius: 0; + -gtk-outline-radius: 0; + border-style: solid; + background-image: none; + box-shadow: none; } + spinbutton:not(.vertical) button:focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.2); } + spinbutton:not(.vertical) button:backdrop { + border-color: alpha(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),0.8); } + spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { + border-style: solid; } + spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton:not(.vertical) button.down:dir(rtl) { + border-right-style: none; + border-radius: 3px 0 0 3px; + -gtk-outline-radius: 6.3px 0 0 6.3px; } + spinbutton:not(.vertical) button.down:dir(rtl):focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + spinbutton:not(.vertical) button.up:dir(ltr) { + border-left-style: none; + border-radius: 0 3px 3px 0; + -gtk-outline-radius: 0 6.3px 6.3px 0; } + spinbutton:not(.vertical) button.up:dir(ltr):focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); + box-shadow: inset 1px 0 mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + +spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry { + min-width: 0; + padding-left: 1px; + padding-right: 1px; } + +spinbutton.vertical entry { + border-radius: 0; + -gtk-outline-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + +spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + +spinbutton.vertical button.up { + border-radius: 3px 3px 0 0; + -gtk-outline-radius: 6.3px 6.3px 0 0; } + spinbutton.vertical button.up:focus { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + +spinbutton.vertical button.down { + border-radius: 0 0 3px 3px; + -gtk-outline-radius: 0 0 6.3px 6.3px; } + spinbutton.vertical button.down:focus { + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + +/****************** +! ComboBoxes * +*******************/ +combobox button.combo, combobox button.combo.nautilus-circular-button.image-button { + min-width: 0; + padding-left: 3.6428571429px; + padding-right: 3.6428571429px; } + +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; + padding: 1.5px; } + +combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry { + padding: 3px 3.6428571429px; } + +combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button { + padding: 3px; } + +combobox menu menuitem { + padding: 3px 5px; } + combobox menu menuitem cellview { + min-height: 20px; } + +/********* + ! Entry * +**********/ +.linked:not(.vertical) > entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .linked:not(.vertical) > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .linked:not(.vertical) > entry:first-child:dir(rtl) { + border-left-width: 0; + border-right-width: 1px; } + .linked:not(.vertical) > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .linked:not(.vertical) > entry:last-child:dir(rtl) { + border-left-width: 1px; + border-right-width: 0; } + .linked:not(.vertical) > entry:only-child { + border-width: 1px; } + .linked:not(.vertical) > entry:only-child { + border-radius: 3px; } + +.linked.vertical > entry { + border-width: 1px; + border-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + .linked.vertical > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 1px; + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .linked.vertical > entry:first-child:dir(rtl) { + border-top-width: 0; + border-bottom-width: 1px; } + .linked.vertical > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 0; + border-bottom-width: 1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .linked.vertical > entry:last-child:dir(rtl) { + border-top-width: 1px; + border-bottom-width: 0; } + .linked.vertical > entry:only-child { + border-width: 1px; } + .linked.vertical > entry:only-child { + border-radius: 3px; } + +#login_window entry, .osd entry, +#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry { + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 100ms ease-out; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + #login_window entry:focus, + #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover, + #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active, + #XfceNotifyWindow entry:active, popover.background entry:active, entry:active { + transition: border 100ms ease-in; } + #login_window entry:selected, + #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected { + background-color: #58d782; + color: #f1f1f0; } + #login_window entry:disabled, + #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled { + box-shadow: none; } + #login_window entry progress, .osd entry progress, + #XfceNotifyWindow entry progress, popover.background entry progress, entry progress { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + #login_window entry image.left, + #XfceNotifyWindow entry image.left, entry image.left { + padding-right: 3px; } + #login_window entry image.right, + #XfceNotifyWindow entry image.right, entry image.right { + padding-left: 3px; } + #login_window entry.warning, + #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning { + color: #282c34; + border-color: #f4ff6f; + background-color: mix(#282a36,#fbffcb,0.6); } + #login_window entry.warning image, + #XfceNotifyWindow entry.warning image, entry.warning image { + color: #282c34; } + #login_window entry.warning:focus, + #XfceNotifyWindow entry.warning:focus, entry.warning:focus { + color: #282c34; + border-color: mix(#58d782,#fbffcb,0.3); + background-color: #fbffcb; + box-shadow: none; } + #login_window entry.warning selection, + #XfceNotifyWindow entry.warning selection, entry.warning selection { + background-color: #282c34; + color: #fbffcb; } + #login_window entry.error, + #XfceNotifyWindow entry.error, popover.background entry.error, entry.error { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.error image, + #XfceNotifyWindow entry.error image, entry.error image { + color: #282c34; } + #login_window entry.error:focus, + #XfceNotifyWindow entry.error:focus, entry.error:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.error selection, + #XfceNotifyWindow entry.error selection, entry.error selection { + background-color: #282c34; + color: #fc4a6d; } + #login_window entry.search-missing, + #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.search-missing image, + #XfceNotifyWindow entry.search-missing image, entry.search-missing image { + color: #282c34; } + #login_window entry.search-missing:focus, + #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.search-missing selection, + #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection { + background-color: #282c34; + color: #fc4a6d; } + +entry { + background-color: #282a36; + background-image: none; + border-color: mix(#d3dae3,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #d3dae3; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + entry:focus, entry:hover { + border-color: mix(#58d782,mix(#d3dae3,#282a36,0.7),0.3); } + entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus { + border-color: mix(#d3dae3,#282a36,0.32); } + entry:disabled { + border-color: mix(#d3dae3,#282a36,0.84); } + entry:active:disabled, entry:checked:disabled { + border-color: mix(#d3dae3,#282a36,0.8); } + entry:focus, entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + entry:disabled { + background-color: mix(#282a36,#d3dae3,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#d3dae3,0.9); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +toolbar { + padding: 2px; + border-style: none; } + toolbar.horizontal separator { + margin: 0 5px 1px; } + toolbar.vertical separator { + margin: 5px 1px 5px 0; } + +headerbar { + border-width: 0 0 1px; + border-style: solid; } + headerbar entry, + headerbar spinbutton, + headerbar separator, + headerbar button, + headerbar button.nautilus-circular-button.image-button { + margin-top: 6px; + margin-bottom: 6px; } + headerbar switch { + margin-top: 4px; + margin-bottom: 4px; } + window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child { + border-top-left-radius: 3px; } + window:not(.tiled):not(.maximized) headerbar:last-child { + border-top-right-radius: 3px; } + +.titlebar:not(headerbar), headerbar { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.88); + color: #f6f6f6; + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + color: #f6f6f6; + padding: 0 6px; + min-height: 42px; } + .titlebar:focus:not(headerbar), headerbar:focus, .titlebar:hover:not(headerbar), headerbar:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.8),0.3); } + .titlebar:active:not(headerbar), headerbar:active, .titlebar:checked:not(headerbar), headerbar:checked { + border-color: mix(#f6f6f6,#282a36,0.4); } + .titlebar:disabled:not(headerbar), headerbar:disabled { + border-color: mix(#f6f6f6,#282a36,0.92); } + .titlebar:active:disabled:not(headerbar), headerbar:active:disabled, .titlebar:checked:disabled:not(headerbar), headerbar:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.88); } + .titlebar:disabled:not(headerbar), headerbar:disabled { + background-color: #242631; + background-image: none; + color: mix(#f6f6f6,#282a36,0.5); } + .titlebar:not(headerbar) .background, headerbar .background { + background-color: #282a36; + border-color: mix(#282a36,#f6f6f6,0.3); } + .titlebar:not(headerbar) .title, headerbar .title { + font-weight: bold; + padding: 0 6px; } + .titlebar:not(headerbar) .subtitle, headerbar .subtitle { + font-size: smaller; + padding: 0 6px; } + .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked { + border-color: rgba(172, 172, 172, 0.22); } + .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked { + border-color: rgba(172, 172, 172, 0.3); } + .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked { + border-color: rgba(172, 172, 172, 0.3); } + .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active { + border-color: rgba(172, 172, 172, 0.22); } + .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + color: #f6f6f6; } + .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled { + background-color: alpha(mix(#282a36,#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f6f6f6,0.6); + box-shadow: none; } + .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled { + color: mix(#282a36,#f6f6f6,0.6); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f6f6f6,#282a36,0.9)); } + .titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button { + padding: 3px; } + .titlebar:not(headerbar) viewswitcher button, headerbar viewswitcher button, headerbar viewswitcher button.nautilus-circular-button.image-button, + .titlebar:not(headerbar) .linked > button, + headerbar .linked > button, + headerbar .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) viewswitcher button:focus, headerbar viewswitcher button:focus, headerbar viewswitcher button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) viewswitcher button:hover, headerbar viewswitcher button:hover, headerbar viewswitcher button.nautilus-circular-button.image-button:hover, + .titlebar:not(headerbar) .linked > button:focus, + headerbar .linked > button:focus, + .titlebar:not(headerbar) .linked > button:hover, + headerbar .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) viewswitcher button:active, headerbar viewswitcher button:active, headerbar viewswitcher button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) viewswitcher button:checked, headerbar viewswitcher button:checked, headerbar viewswitcher button.nautilus-circular-button.image-button:checked, + .titlebar:not(headerbar) .linked > button:active, + headerbar .linked > button:active, + .titlebar:not(headerbar) .linked > button:checked, + headerbar .linked > button:checked { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .titlebar:not(headerbar) viewswitcher button:disabled, headerbar viewswitcher button:disabled, headerbar viewswitcher button.nautilus-circular-button.image-button:disabled, + .titlebar:not(headerbar) .linked > button:disabled, + headerbar .linked > button:disabled { + box-shadow: inset -1px 0 #20222b; } + .titlebar:not(headerbar) viewswitcher button:last-child, headerbar viewswitcher button:last-child, headerbar viewswitcher button.nautilus-circular-button.image-button:last-child, .titlebar:not(headerbar) viewswitcher button:only-child, headerbar viewswitcher button:only-child, headerbar viewswitcher button.nautilus-circular-button.image-button:only-child, + .titlebar:not(headerbar) .linked > button:last-child, + headerbar .linked > button:last-child, + .titlebar:not(headerbar) .linked > button:only-child, + headerbar .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .titlebar:not(headerbar) viewswitcher button:last-child:hover, headerbar viewswitcher button:last-child:hover, .titlebar:not(headerbar) viewswitcher button:only-child:hover, headerbar viewswitcher button:only-child:hover, + .titlebar:not(headerbar) .linked > button:last-child:hover, + headerbar .linked > button:last-child:hover, + .titlebar:not(headerbar) .linked > button:only-child:hover, + headerbar .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) viewswitcher button:disabled:last-child, headerbar viewswitcher button:disabled:last-child, .titlebar:not(headerbar) viewswitcher button:disabled:only-child, headerbar viewswitcher button:disabled:only-child, + .titlebar:not(headerbar) .linked > button:disabled:last-child, + headerbar .linked > button:disabled:last-child, + .titlebar:not(headerbar) .linked > button:disabled:only-child, + headerbar .linked > button:disabled:only-child { + box-shadow: none; } + .titlebar:not(headerbar) viewswitcher button:active:last-child, headerbar viewswitcher button:active:last-child, .titlebar:not(headerbar) viewswitcher button:checked:last-child, headerbar viewswitcher button:checked:last-child, + .titlebar:not(headerbar) .linked > button:active:last-child, + headerbar .linked > button:active:last-child, + .titlebar:not(headerbar) .linked > button:checked:last-child, + headerbar .linked > button:checked:last-child { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .titlebar:not(headerbar) viewswitcher button:active:only-child, headerbar viewswitcher button:active:only-child, .titlebar:not(headerbar) viewswitcher button:checked:only-child, headerbar viewswitcher button:checked:only-child, + .titlebar:not(headerbar) .linked > button:active:only-child, + headerbar .linked > button:active:only-child, + .titlebar:not(headerbar) .linked > button:checked:only-child, + headerbar .linked > button:checked:only-child { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button { + padding: 3px 7px; } + .titlebar:not(headerbar) separator, headerbar separator { + color: #181920; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .titlebar:not(headerbar) separator, headerbar separator { + background-image: image(mix(#f6f6f6,#282a36,0.9)); } + .titlebar:backdrop:not(headerbar), headerbar:backdrop { + background-color: #282a36; + background-image: none; + color: mix(#f1f1f0,#282a36,0.4); + text-shadow: none; + border-color: mix(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),#282a36,0.5); } + .default-decoration.titlebar:not(headerbar), headerbar.default-decoration { + min-height: 24px; + box-shadow: none; + border: 0; } + .default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton { + min-height: 16px; + min-width: 16px; + margin: 0; + padding: 0; } + .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd headerbar:dir(rtl), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:dir(ltr) { + border-radius: 0; + box-shadow: none; } + .tiled .titlebar:not(headerbar), .tiled headerbar, .maximized .titlebar:not(headerbar), .maximized headerbar { + border-radius: 0; } + .titlebar:not(headerbar) .title, headerbar .title { + font-weight: bold; } + .titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton { + margin-left: 3px; } + .titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + padding: 3px; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked { + border-color: rgba(131, 150, 176, 0.22); } + .titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, viewswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked { + border-color: rgba(131, 150, 176, 0.3); } + .titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked { + border-color: rgba(131, 150, 176, 0.3); } + .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active { + border-color: rgba(131, 150, 176, 0.22); } + .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover { + color: #d3dae3; } + .titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + .titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + .titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + .titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button { + padding: 3px 5px; } + .titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button { + color: #f6f6f6; } + .titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover { + color: #d3dae3; } + .titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop { + color: mix(#f1f1f0,#282a36,0.4); } + .titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow { + /* have no clue why it's ignored by gtk and forced to 5px and 7px */ + padding: 0; } + .titlebar:not(headerbar) button:not(:checked):not(:hover) stack box, headerbar button:not(:checked):not(:hover) stack box { + color: #f6f6f6; } + .titlebar:not(headerbar) viewswitcher button:not(:checked):not(:hover) stack box, headerbar viewswitcher button:not(:checked):not(:hover) stack box { + color: #f1f1f0; } + .titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton { + margin-left: 0; + margin-right: 3px; } + .titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button { + border: 0; + padding: 3px; + background-image: none; + background-color: transparent; + color: #f6f6f6; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover { + background-image: none; + background-color: transparent; + color: #58d782; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active { + background-image: none; + background-color: transparent; + color: #40d170; + box-shadow: none; } + .titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop { + background: none; + color: mix(#f1f1f0,#282a36,0.4); + -gtk-icon-shadow: none; } + +toolbar { + background-color: #282a36; + background-image: none; + border-color: mix(#f1f1f0,#282a36,0.88); + color: #f1f1f0; } + toolbar:focus, toolbar:hover { + border-color: mix(#58d782,mix(#f1f1f0,#282a36,0.8),0.3); } + toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus { + border-color: mix(#f1f1f0,#282a36,0.4); } + toolbar:disabled { + border-color: mix(#f1f1f0,#282a36,0.92); } + toolbar:active:disabled, toolbar:checked:disabled { + border-color: mix(#f1f1f0,#282a36,0.88); } + toolbar:disabled { + background-color: #242631; + background-image: none; + color: mix(#f1f1f0,#282a36,0.5); } + toolbar .background { + background-color: #282a36; + border-color: mix(#282a36,#f1f1f0,0.3); } + toolbar .title { + font-weight: bold; + padding: 0 6px; } + toolbar .subtitle { + font-size: smaller; + padding: 0 6px; } + toolbar button, toolbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar button:active:disabled, toolbar button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button { + color: #f1f1f0; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar button:hover:disabled, toolbar button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar button:focus:hover, toolbar button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover { + color: #f1f1f0; } + toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled { + color: mix(#282a36,#f1f1f0,0.6); } + toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + toolbar button:backdrop, toolbar button.nautilus-circular-button.image-button:backdrop, toolbar button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + toolbar button.separator:disabled, toolbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + toolbar button separator, toolbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); } + toolbar button.image-button, toolbar button.image-button.nautilus-circular-button { + padding: 3px; } + toolbar viewswitcher button, toolbar viewswitcher button.nautilus-circular-button.image-button, + toolbar .linked > button, + toolbar .linked > button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar viewswitcher button:focus, toolbar viewswitcher button.nautilus-circular-button.image-button:focus, toolbar viewswitcher button:hover, toolbar viewswitcher button.nautilus-circular-button.image-button:hover, + toolbar .linked > button:focus, + toolbar .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar viewswitcher button:active, toolbar viewswitcher button.nautilus-circular-button.image-button:active, toolbar viewswitcher button:active:hover, toolbar viewswitcher button:active:focus, toolbar viewswitcher button:active:hover:focus, toolbar viewswitcher button:checked, toolbar viewswitcher button.nautilus-circular-button.image-button:checked, toolbar viewswitcher button:checked:hover, toolbar viewswitcher button:checked:focus, toolbar viewswitcher button:checked:hover:focus, + toolbar .linked > button:active, + toolbar .linked > button:active:hover, + toolbar .linked > button:active:focus, + toolbar .linked > button:active:hover:focus, + toolbar .linked > button:checked, + toolbar .linked > button:checked:hover, + toolbar .linked > button:checked:focus, + toolbar .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + toolbar viewswitcher button:disabled, toolbar viewswitcher button.nautilus-circular-button.image-button:disabled, + toolbar .linked > button:disabled { + box-shadow: inset -1px 0 #20222b; } + toolbar viewswitcher button:last-child, toolbar viewswitcher button.nautilus-circular-button.image-button:last-child, toolbar viewswitcher button:only-child, toolbar viewswitcher button.nautilus-circular-button.image-button:only-child, + toolbar .linked > button:last-child, + toolbar .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar viewswitcher button:last-child:hover, toolbar viewswitcher button:only-child:hover, + toolbar .linked > button:last-child:hover, + toolbar .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar viewswitcher button:disabled:last-child, toolbar viewswitcher button:disabled:only-child, toolbar viewswitcher button:active:disabled:last-child, toolbar viewswitcher button:active:disabled:only-child, toolbar viewswitcher button:checked:disabled:last-child, toolbar viewswitcher button:checked:disabled:only-child, + toolbar .linked > button:disabled:last-child, + toolbar .linked > button:disabled:only-child, + toolbar .linked > button:active:disabled:last-child, + toolbar .linked > button:active:disabled:only-child, + toolbar .linked > button:checked:disabled:last-child, + toolbar .linked > button:checked:disabled:only-child { + box-shadow: none; } + toolbar viewswitcher button:active:last-child, toolbar viewswitcher button:active:last-child:focus, toolbar viewswitcher button:active:last-child:hover, toolbar viewswitcher button:active:last-child:hover:focus, toolbar viewswitcher button:checked:last-child, toolbar viewswitcher button:checked:last-child:focus, toolbar viewswitcher button:checked:last-child:hover, toolbar viewswitcher button:checked:last-child:hover:focus, + toolbar .linked > button:active:last-child, + toolbar .linked > button:active:last-child:focus, + toolbar .linked > button:active:last-child:hover, + toolbar .linked > button:active:last-child:hover:focus, + toolbar .linked > button:checked:last-child, + toolbar .linked > button:checked:last-child:focus, + toolbar .linked > button:checked:last-child:hover, + toolbar .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + toolbar viewswitcher button:active:only-child, toolbar viewswitcher button:active:only-child:focus, toolbar viewswitcher button:active:only-child:hover, toolbar viewswitcher button:active:only-child:hover:focus, toolbar viewswitcher button:checked:only-child, toolbar viewswitcher button:checked:only-child:focus, toolbar viewswitcher button:checked:only-child:hover, toolbar viewswitcher button:checked:only-child:hover:focus, + toolbar .linked > button:active:only-child, + toolbar .linked > button:active:only-child:focus, + toolbar .linked > button:active:only-child:hover, + toolbar .linked > button:active:only-child:hover:focus, + toolbar .linked > button:checked:only-child, + toolbar .linked > button:checked:only-child:focus, + toolbar .linked > button:checked:only-child:hover, + toolbar .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button { + padding: 3px 7px; } + toolbar separator, toolbar separator:disabled { + color: #181920; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + toolbar.inline-toolbar { + padding: 1px; + border-width: 0 1px 1px; + border-style: solid; + border-color: mix(#282a36,#f1f1f0,0.18); + background-color: mix(mix(#282a36,#f1f1f0,0.18),#282a36,0.7); + background-image: none; } + toolbar.inline-toolbar:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + background-color: mix(#282a36,mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9),0.35); + transition: 200ms ease-out; } + toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar.inline-toolbar button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, viewswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + toolbar.inline-toolbar button.flat { + color: #f1f1f0; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { + background-color: #2a2c39; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { + background-color: #2a2c39; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { + background-color: #2c2e3b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { + color: #f1f1f0; } + toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { + background-color: alpha(mix(#282a36,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#282a36,#f1f1f0,0.6); + box-shadow: none; } + toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled { + color: mix(#282a36,#f1f1f0,0.6); } + toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + toolbar.inline-toolbar button:backdrop, toolbar.inline-toolbar button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.9); } + toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { + color: rgba(40, 42, 54, 0.85); } + toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); } + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + border-color: transparent; + box-shadow: none; } + +.titlebar:not(headerbar) > separator { + background-color: #232530; } + +.background .titlebar:backdrop, .background .titlebar { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +.background.tiled .titlebar:backdrop, .background.tiled .titlebar, +.background.tiled-top .titlebar:backdrop, +.background.tiled-top .titlebar, +.background.tiled-right .titlebar:backdrop, +.background.tiled-right .titlebar, +.background.tiled-bottom .titlebar:backdrop, +.background.tiled-bottom .titlebar, +.background.tiled-left .titlebar:backdrop, +.background.tiled-left .titlebar, +.background.maximized .titlebar:backdrop, +.background.maximized .titlebar, +.background.solid-csd .titlebar:backdrop, +.background.solid-csd .titlebar { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) { + border-radius: 0; + border-top-color: transparent; } + +/************** + ! Action-bar * +***************/ +actionbar > revealer > box { + padding: 3px; + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + actionbar > revealer > box:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +/**************************** + ! Search and Location bars * +*****************************/ +searchbar, +.location-bar { + background-color: #272935; + background-image: none; + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + color: #f1f1f0; } + +/****************** + ! Action buttons * +*******************/ +.suggested-action, headerbar.selection-mode button.suggested-action, +.titlebar.selection-mode:not(headerbar) button.suggested-action { + background-color: #71f59c; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action:active, headerbar.selection-mode button.suggested-action:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, viewswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode viewswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child), + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, + .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, + .titlebar:not(headerbar).selection-mode button.flat.suggested-action { + color: #f1f1f0; + border-color: rgba(113, 245, 156, 0); + background-color: rgba(113, 245, 156, 0); + background-image: none; + box-shadow: none; } + .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover { + background-color: #82f6a8; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .suggested-action:hover:focus, .suggested-action:hover:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action:hover:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action:hover:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus { + background-color: #82f6a8; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .suggested-action:focus:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { + background-color: #92f7b3; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, + .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .suggested-action:checked:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .suggested-action:checked:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, + .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, + .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover { + color: #f1f1f0; } + .suggested-action:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { + background-color: alpha(mix(#71f59c,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#71f59c,#f1f1f0,0.6); + box-shadow: none; } + .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled { + color: mix(#71f59c,#f1f1f0,0.6); } + .suggested-action:active:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, + .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop, + .titlebar:not(headerbar).selection-mode button.suggested-action:backdrop, .suggested-action.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, + .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, + .titlebar.selection-mode:not(headerbar) button.suggested-action .separator { + border: 1px solid currentColor; + color: rgba(113, 245, 156, 0.9); } + .suggested-action.separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, + .titlebar.selection-mode:not(headerbar) button.suggested-action .separator:disabled { + color: rgba(113, 245, 156, 0.85); } + .suggested-action separator, headerbar.selection-mode button.suggested-action separator, + .titlebar.selection-mode:not(headerbar) button.suggested-action separator { + background-image: image(mix(#f1f1f0,#71f59c,0.9)); } + +.destructive-action { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + .destructive-action:focus, .destructive-action:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action:active:disabled, .destructive-action:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, viewswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .destructive-action.flat { + color: #f1f1f0; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + .destructive-action:hover, .destructive-action.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action:focus, .destructive-action.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .destructive-action:focus:hover, .destructive-action.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { + color: #f1f1f0; } + .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#f1f1f0,0.6); + box-shadow: none; } + .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#f1f1f0,0.6); } + .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .destructive-action:backdrop, .destructive-action.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .destructive-action.separator, .destructive-action .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + .destructive-action.separator:disabled, .destructive-action .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + .destructive-action separator { + background-image: image(mix(#f1f1f0,#fc4a6d,0.9)); } + +/****************** + ! Selection mode * +*******************/ +headerbar.selection-mode, +.titlebar:not(headerbar).selection-mode { + background-color: #58d782; + background-image: none; + border-color: mix(#f1f1f0,#58d782,0.72); + color: #f1f1f0; } + headerbar.selection-mode:focus, headerbar.selection-mode:hover, + .titlebar:not(headerbar).selection-mode:focus, + .titlebar:not(headerbar).selection-mode:hover { + border-color: mix(#58d782,mix(#f1f1f0,#58d782,0.8),0.3); } + headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus, + .titlebar:not(headerbar).selection-mode:active, + .titlebar:not(headerbar).selection-mode:active:hover, + .titlebar:not(headerbar).selection-mode:active:focus, + .titlebar:not(headerbar).selection-mode:active:hover:focus, + .titlebar:not(headerbar).selection-mode:checked, + .titlebar:not(headerbar).selection-mode:checked:hover, + .titlebar:not(headerbar).selection-mode:checked:focus, + .titlebar:not(headerbar).selection-mode:checked:hover:focus { + border-color: mix(#f1f1f0,#58d782,0.48); } + headerbar.selection-mode:disabled, + .titlebar:not(headerbar).selection-mode:disabled { + border-color: mix(#f1f1f0,#58d782,0.8); } + headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, + .titlebar:not(headerbar).selection-mode:active:disabled, + .titlebar:not(headerbar).selection-mode:checked:disabled { + border-color: mix(#f1f1f0,#58d782,0.72); } + headerbar.selection-mode:disabled, + .titlebar:not(headerbar).selection-mode:disabled { + background-color: #40d170; + background-image: none; + color: mix(#f1f1f0,#58d782,0.5); } + headerbar.selection-mode .background, + .titlebar:not(headerbar).selection-mode .background { + background-color: #58d782; + border-color: mix(#58d782,#f1f1f0,0.3); } + headerbar.selection-mode .title, + .titlebar:not(headerbar).selection-mode .title { + font-weight: bold; + padding: 0 6px; } + headerbar.selection-mode .subtitle, + .titlebar:not(headerbar).selection-mode .subtitle { + font-size: smaller; + padding: 0 6px; } + headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button, + .titlebar:not(headerbar).selection-mode button { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:disabled, + .titlebar:not(headerbar).selection-mode button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + headerbar.selection-mode button.flat, + .titlebar:not(headerbar).selection-mode button.flat { + color: #f1f1f0; + border-color: rgba(88, 215, 130, 0); + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, + .titlebar:not(headerbar).selection-mode button:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:active, + .titlebar:not(headerbar).selection-mode button:hover:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:hover:checked, + .titlebar:not(headerbar).selection-mode button:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, + .titlebar:not(headerbar).selection-mode button:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button.flat:checked, + .titlebar:not(headerbar).selection-mode button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover { + color: #f1f1f0; } + headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { + color: mix(#58d782,#f1f1f0,0.6); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop, + .titlebar:not(headerbar).selection-mode button:backdrop, + .titlebar:not(headerbar).selection-mode button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, + .titlebar:not(headerbar).selection-mode button.separator, + .titlebar:not(headerbar).selection-mode button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator:disabled, + .titlebar:not(headerbar).selection-mode button .separator:disabled { + color: rgba(88, 215, 130, 0.85); } + headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator, + .titlebar:not(headerbar).selection-mode button separator { + background-image: image(mix(#f1f1f0,#58d782,0.9)); } + headerbar.selection-mode button.image-button, + .titlebar:not(headerbar).selection-mode button.image-button { + padding: 3px; } + headerbar.selection-mode viewswitcher button, headerbar.selection-mode viewswitcher button.nautilus-circular-button.image-button, + headerbar.selection-mode .linked > button, + .titlebar:not(headerbar).selection-mode viewswitcher button, + .titlebar:not(headerbar).selection-mode .linked > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode viewswitcher button:focus, headerbar.selection-mode viewswitcher button:hover, + headerbar.selection-mode .linked > button:focus, + headerbar.selection-mode .linked > button:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:hover, + .titlebar:not(headerbar).selection-mode .linked > button:focus, + .titlebar:not(headerbar).selection-mode .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode viewswitcher button:active, headerbar.selection-mode viewswitcher button:active:hover, headerbar.selection-mode viewswitcher button:active:focus, headerbar.selection-mode viewswitcher button:active:hover:focus, headerbar.selection-mode viewswitcher button:checked, headerbar.selection-mode viewswitcher button:checked:hover, headerbar.selection-mode viewswitcher button:checked:focus, headerbar.selection-mode viewswitcher button:checked:hover:focus, + headerbar.selection-mode .linked > button:active, + headerbar.selection-mode .linked > button:active:hover, + headerbar.selection-mode .linked > button:active:focus, + headerbar.selection-mode .linked > button:active:hover:focus, + headerbar.selection-mode .linked > button:checked, + headerbar.selection-mode .linked > button:checked:hover, + headerbar.selection-mode .linked > button:checked:focus, + headerbar.selection-mode .linked > button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active, + .titlebar:not(headerbar).selection-mode .linked > button:active:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked, + .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + headerbar.selection-mode viewswitcher button:disabled, + headerbar.selection-mode .linked > button:disabled, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled, + .titlebar:not(headerbar).selection-mode .linked > button:disabled { + box-shadow: inset -1px 0 #2fc460; } + headerbar.selection-mode viewswitcher button:last-child, headerbar.selection-mode viewswitcher button:only-child, + headerbar.selection-mode .linked > button:last-child, + headerbar.selection-mode .linked > button:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode viewswitcher button:last-child:hover, headerbar.selection-mode viewswitcher button:only-child:hover, + headerbar.selection-mode .linked > button:last-child:hover, + headerbar.selection-mode .linked > button:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode viewswitcher button:disabled:last-child, headerbar.selection-mode viewswitcher button:disabled:only-child, headerbar.selection-mode viewswitcher button:active:disabled:last-child, headerbar.selection-mode viewswitcher button:active:disabled:only-child, headerbar.selection-mode viewswitcher button:checked:disabled:last-child, headerbar.selection-mode viewswitcher button:checked:disabled:only-child, + headerbar.selection-mode .linked > button:disabled:last-child, + headerbar.selection-mode .linked > button:disabled:only-child, + headerbar.selection-mode .linked > button:active:disabled:last-child, + headerbar.selection-mode .linked > button:active:disabled:only-child, + headerbar.selection-mode .linked > button:checked:disabled:last-child, + headerbar.selection-mode .linked > button:checked:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:disabled:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child { + box-shadow: none; } + headerbar.selection-mode viewswitcher button:active:last-child, headerbar.selection-mode viewswitcher button:active:last-child:focus, headerbar.selection-mode viewswitcher button:active:last-child:hover, headerbar.selection-mode viewswitcher button:active:last-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:last-child, headerbar.selection-mode viewswitcher button:checked:last-child:focus, headerbar.selection-mode viewswitcher button:checked:last-child:hover, headerbar.selection-mode viewswitcher button:checked:last-child:hover:focus, + headerbar.selection-mode .linked > button:active:last-child, + headerbar.selection-mode .linked > button:active:last-child:focus, + headerbar.selection-mode .linked > button:active:last-child:hover, + headerbar.selection-mode .linked > button:active:last-child:hover:focus, + headerbar.selection-mode .linked > button:checked:last-child, + headerbar.selection-mode .linked > button:checked:last-child:focus, + headerbar.selection-mode .linked > button:checked:last-child:hover, + headerbar.selection-mode .linked > button:checked:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + headerbar.selection-mode viewswitcher button:active:only-child, headerbar.selection-mode viewswitcher button:active:only-child:focus, headerbar.selection-mode viewswitcher button:active:only-child:hover, headerbar.selection-mode viewswitcher button:active:only-child:hover:focus, headerbar.selection-mode viewswitcher button:checked:only-child, headerbar.selection-mode viewswitcher button:checked:only-child:focus, headerbar.selection-mode viewswitcher button:checked:only-child:hover, headerbar.selection-mode viewswitcher button:checked:only-child:hover:focus, + headerbar.selection-mode .linked > button:active:only-child, + headerbar.selection-mode .linked > button:active:only-child:focus, + headerbar.selection-mode .linked > button:active:only-child:hover, + headerbar.selection-mode .linked > button:active:only-child:hover:focus, + headerbar.selection-mode .linked > button:checked:only-child, + headerbar.selection-mode .linked > button:checked:only-child:focus, + headerbar.selection-mode .linked > button:checked:only-child:hover, + headerbar.selection-mode .linked > button:checked:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:active:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:focus, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover, + .titlebar:not(headerbar).selection-mode viewswitcher button:checked:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, + .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + headerbar.selection-mode box button.image-button, + .titlebar:not(headerbar).selection-mode box button.image-button { + padding: 3px 7px; } + headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, + .titlebar:not(headerbar).selection-mode separator, + .titlebar:not(headerbar).selection-mode separator:disabled { + color: #239348; + border-color: currentColor; + -GtkWidget-window-dragging: true; } + headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button, + .titlebar:not(headerbar).selection-mode button { + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:disabled, + .titlebar:not(headerbar).selection-mode button:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, viewswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, viewswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(241, 241, 240, 0.36),0.3); } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar).selection-mode button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + headerbar.selection-mode button.flat, + .titlebar:not(headerbar).selection-mode button.flat { + color: #f1f1f0; + border-color: rgba(88, 215, 130, 0); + background-color: rgba(88, 215, 130, 0); + background-image: none; + box-shadow: none; } + headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover { + background-color: #64da8b; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, + .titlebar:not(headerbar).selection-mode button:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:hover:active, + .titlebar:not(headerbar).selection-mode button:hover:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:hover:checked, + .titlebar:not(headerbar).selection-mode button:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, + .titlebar:not(headerbar).selection-mode button:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus { + background-color: #64da8b; + background-image: none; + border-color: rgba(241, 241, 240, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover { + background-color: #70dd94; + background-image: none; + border-color: rgba(195, 195, 190, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button:focus:hover:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.3),0.3); } + headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.3); } + headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { + border-color: rgba(206, 206, 203, 0.3); } + headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { + border-color: rgba(195, 195, 190, 0.3); } + headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, + .titlebar:not(headerbar).selection-mode button:checked, + .titlebar:not(headerbar).selection-mode button:active, + .titlebar:not(headerbar).selection-mode button.flat:checked, + .titlebar:not(headerbar).selection-mode button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(195, 195, 190, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(241, 241, 240, 0.06), inset 0 1px rgba(241, 241, 240, 0.07), inset -1px 0 rgba(241, 241, 240, 0.06), inset 0 -1px rgba(241, 241, 240, 0.05); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + border-color: mix(#58d782,rgba(241, 241, 240, 0.22),0.3); } + headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:active, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button:active:checked, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus, + .titlebar:not(headerbar).selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(171, 171, 165, 0.22); } + headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled { + border-color: rgba(206, 206, 203, 0.22); } + headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { + border-color: rgba(195, 195, 190, 0.22); } + headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, + .titlebar:not(headerbar).selection-mode button:checked:focus, + .titlebar:not(headerbar).selection-mode button:checked:hover, + .titlebar:not(headerbar).selection-mode button:active:focus, + .titlebar:not(headerbar).selection-mode button:active:hover, + .titlebar:not(headerbar).selection-mode button.flat:checked:focus, + .titlebar:not(headerbar).selection-mode button.flat:checked:hover, + .titlebar:not(headerbar).selection-mode button.flat:active:focus, + .titlebar:not(headerbar).selection-mode button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, + .titlebar:not(headerbar).selection-mode button:focus, + .titlebar:not(headerbar).selection-mode button:hover, + .titlebar:not(headerbar).selection-mode button.flat:focus, + .titlebar:not(headerbar).selection-mode button.flat:hover { + color: #f1f1f0; } + headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { + background-color: alpha(mix(#58d782,#f1f1f0,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#58d782,#f1f1f0,0.6); + box-shadow: none; } + headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { + color: mix(#58d782,#f1f1f0,0.6); } + headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, + .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop, + .titlebar:not(headerbar).selection-mode button:backdrop, + .titlebar:not(headerbar).selection-mode button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, + .titlebar:not(headerbar).selection-mode button.separator, + .titlebar:not(headerbar).selection-mode button .separator { + border: 1px solid currentColor; + color: rgba(88, 215, 130, 0.9); } + headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, + .titlebar:not(headerbar).selection-mode button.separator:disabled, + .titlebar:not(headerbar).selection-mode button .separator:disabled { + color: rgba(88, 215, 130, 0.85); } + headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator, + .titlebar:not(headerbar).selection-mode button separator { + background-image: image(mix(#f1f1f0,#58d782,0.9)); } + headerbar.selection-mode:backdrop, + .titlebar:not(headerbar).selection-mode:backdrop { + background-color: #58d782; + background-image: none; } + headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, + .titlebar:not(headerbar).selection-mode .selection-menu { + color: #2fc460; + background-color: transparent; + background-image: none; + box-shadow: none; + border: 0; } + headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, + .titlebar:not(headerbar).selection-mode .selection-menu:hover { + color: #29ab54; } + headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, + .titlebar:not(headerbar).selection-mode .selection-menu:active { + color: #2cb75a; } + headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, + .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, + .titlebar:not(headerbar).selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: rgba(241, 241, 240, 0.5); + -gtk-icon-shadow: none; } + headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, + .titlebar:not(headerbar).selection-mode .dim-label, + .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label { + color: #29ab54; } + +/********** + ! Calendar +***********/ +calendar { + padding: 1px 3px; + outline-offset: -1px; + color: #d3dae3; } + calendar:selected { + border-radius: 3px; } + calendar.header { + border-bottom: 1px solid rgba(100, 100, 93, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(100, 100, 93, 0.1); } + calendar.button { + color: rgba(241, 241, 240, 0.55); } + calendar.button:hover { + color: #f1f1f0; } + calendar.button:backdrop { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.55); } + calendar.button:disabled { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.55); } + calendar:indeterminate, calendar:indeterminate:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + calendar.highlight, calendar.highlight:backdrop { + font-size: smaller; + color: mix(#58d782,#f1f1f0,0.5); } + calendar:backdrop { + color: mix(#282a36,#d3dae3,0.8); } + +/* gnome-calendar */ +.calendar-view { + background-color: #282a36; + color: #d3dae3; } + +/*************** + ! Color chooser +****************/ +colorswatch:drop(active), colorswatch { + border-style: none; } + +colorswatch.top { + border-top-left-radius: 3.5px; + border-top-right-radius: 3.5px; } + colorswatch.top overlay { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +colorswatch.bottom { + border-bottom-left-radius: 3.5px; + border-bottom-right-radius: 3.5px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 3.5px; + border-bottom-left-radius: 3.5px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 3.5px; + border-bottom-right-radius: 3.5px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.dark overlay { + color: #f1f1f0; } + colorswatch.dark overlay:hover { + border-color: rgba(100, 100, 93, 0.8); } + colorswatch.dark overlay:backdrop { + color: mix(#58d782,#f1f1f0,0.66); } + +colorswatch.light overlay { + color: #d3dae3; } + colorswatch.light overlay:hover { + border-color: rgba(100, 100, 93, 0.5); } + colorswatch.light overlay:backdrop { + color: mix(#282a36,#d3dae3,0.8); } + +colorswatch:drop(active) { + box-shadow: none; } + colorswatch:drop(active).light overlay { + border-color: #58d782; + box-shadow: inset 0 0 0 2px #3bd06c, inset 0 0 0 1px #58d782; } + colorswatch:drop(active).dark overlay { + border-color: #58d782; + box-shadow: inset 0 0 0 2px rgba(100, 100, 93, 0.3), inset 0 0 0 1px #58d782; } + +colorswatch overlay { + border: 1px solid rgba(100, 100, 93, 0.3); } + colorswatch overlay:hover { + box-shadow: inset 0 1px rgba(41, 43, 56, 0.4), inset 0 -1px rgba(100, 100, 93, 0.2); } + colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { + border-color: rgba(100, 100, 93, 0.3); + box-shadow: none; } + +colorswatch:disabled { + opacity: .5; } + colorswatch:disabled overlay { + border-color: rgba(100, 100, 93, 0.6); + box-shadow: none; } + +row:selected colorswatch { + box-shadow: 0 0 0 2px #f1f1f0; } + +colorswatch#add-color-button { + border-radius: 3px 3px 0 0; } + colorswatch#add-color-button:only-child { + border-radius: 3px; } + colorswatch#add-color-button overlay { + background-color: #262833; + color: #f1f1f0; } + colorswatch#add-color-button overlay:hover { + background-color: #242631; } + colorswatch#add-color-button overlay:backdrop { + background-color: #262833; } + +colorswatch#editor-color-sample { + border-radius: 3px; } + colorswatch#editor-color-sample overlay { + border-radius: 3.5px; } + +button.color, button.color.nautilus-circular-button.image-button { + padding: 3px; } + button.color colorswatch:only-child, button.color colorswatch:only-child overlay { + border-radius: 3px; } + button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { + box-shadow: none; } + +/*********************** +! Font and file choosers +************************/ +filechooser { + /* for fallback when header bar not used */ } + filechooser .dialog-action-box { + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + filechooser .dialog-action-box:backdrop { + border-top-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + filechooser #pathbarbox { + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); + background-color: #282a36; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +/****************** + ! Grid and flowbox +*******************/ +widget:active { + background-color: mix(#58d782,#282a36,0.5); } + +list { + color: #d3dae3; + background-color: #282a36; + border-color: mix(#282a36,#f1f1f0,0.18); } + list:backdrop { + background-color: #282a36; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + list row { + padding: 3px; } + +row { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + row:hover { + transition: none; } + row:backdrop { + transition: 200ms ease-out; } + row.activatable.has-open-popup, row.activatable:hover { + background-color: rgba(241, 241, 240, 0.05); } + row.activatable:active { + box-shadow: inset 0 2px 2px -2px rgba(100, 100, 93, 0.2); } + row.activatable:backdrop:hover { + background-color: transparent; } + row.activatable:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.5); } + row.activatable:selected.has-open-popup, row.activatable:selected:hover { + background-color: mix(#58d782,#f1f1f0,0.1); } + row.activatable:selected:backdrop { + background-color: #58d782; } + +flowbox flowboxchild { + padding: 3px; + border-radius: 3px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Infobar +**********/ +infobar { + border: 0; } + infobar.info, infobar.info:backdrop { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + caret-color: currentColor; } + infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { + color: #282c34; } + infobar.info button, infobar.info button.nautilus-circular-button.image-button { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.info button:focus, infobar.info button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.info button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.info button:active:disabled, infobar.info button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, viewswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.info button.flat { + color: #282c34; + border-color: rgba(133, 214, 255, 0); + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + infobar.info button:hover, infobar.info button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.info button:focus, infobar.info button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.info button:focus:hover, infobar.info button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.info button:active:checked:disabled, infobar.info button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { + color: #282c34; } + infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled { + color: mix(#85d6ff,#282c34,0.6); } + infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.info button:backdrop, infobar.info button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.info button.separator, infobar.info button .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + infobar.info button.separator:disabled, infobar.info button .separator:disabled { + color: rgba(133, 214, 255, 0.85); } + infobar.info button separator, infobar.info button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#85d6ff,0.9)); } + infobar.warning, infobar.warning:backdrop { + background-color: #fbffcb; + background-image: none; + border: 1px solid #f4ff6f; + caret-color: currentColor; } + infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { + color: #282c34; } + infobar.warning button, infobar.warning button.nautilus-circular-button.image-button { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.warning button:focus, infobar.warning button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.warning button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.warning button:active:disabled, infobar.warning button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, viewswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.warning button.flat { + color: #282c34; + border-color: rgba(251, 255, 203, 0); + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + infobar.warning button:hover, infobar.warning button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.warning button:focus, infobar.warning button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.warning button:active:checked:disabled, infobar.warning button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { + color: #282c34; } + infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled { + color: mix(#fbffcb,#282c34,0.6); } + infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.warning button:backdrop, infobar.warning button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.warning button.separator, infobar.warning button .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { + color: rgba(251, 255, 203, 0.85); } + infobar.warning button separator, infobar.warning button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#fbffcb,0.9)); } + infobar.question, infobar.question:backdrop { + background-color: #85d6ff; + background-image: none; + border: 1px solid #37bcff; + caret-color: currentColor; } + infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { + color: #282c34; } + infobar.question button, infobar.question button.nautilus-circular-button.image-button { + background-color: #85d6ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.question button:focus, infobar.question button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.question button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.question button:active:disabled, infobar.question button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, viewswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.question button.flat { + color: #282c34; + border-color: rgba(133, 214, 255, 0); + background-color: rgba(133, 214, 255, 0); + background-image: none; + box-shadow: none; } + infobar.question button:hover, infobar.question button.flat:hover { + background-color: #98ddff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.question button:focus, infobar.question button.flat:focus { + background-color: #98ddff; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.question button:focus:hover, infobar.question button.flat:focus:hover { + background-color: #ace3ff; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.question button:active:checked:disabled, infobar.question button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { + color: #282c34; } + infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { + background-color: alpha(mix(#85d6ff,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#85d6ff,#282c34,0.6); + box-shadow: none; } + infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled { + color: mix(#85d6ff,#282c34,0.6); } + infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.question button:backdrop, infobar.question button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.question button.separator, infobar.question button .separator { + border: 1px solid currentColor; + color: rgba(133, 214, 255, 0.9); } + infobar.question button.separator:disabled, infobar.question button .separator:disabled { + color: rgba(133, 214, 255, 0.85); } + infobar.question button separator, infobar.question button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#85d6ff,0.9)); } + infobar.error, infobar.error:backdrop { + background-color: #fc4a6d; + background-image: none; + border: 1px solid #fb0a39; + caret-color: currentColor; } + infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { + color: #282c34; } + infobar.error button, infobar.error button.nautilus-circular-button.image-button { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + infobar.error button:focus, infobar.error button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.error button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.error button:active:disabled, infobar.error button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, viewswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + infobar.error button.flat { + color: #282c34; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + infobar.error button:hover, infobar.error button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.error button:focus, infobar.error button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + infobar.error button:focus:hover, infobar.error button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + infobar.error button:active:checked:disabled, infobar.error button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { + color: #282c34; } + infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#282c34,0.6); } + infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + infobar.error button:backdrop, infobar.error button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + infobar.error button.separator, infobar.error button .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + infobar.error button.separator:disabled, infobar.error button .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + infobar.error button separator, infobar.error button.nautilus-circular-button.image-button separator { + background-image: image(mix(#282c34,#fc4a6d,0.9)); } + +/********* + ! Entry * +**********/ +.linked:not(.vertical) > entry { + border-width: 1px; + border-radius: 0; + border-right-width: 0; + border-left-width: 0; } + .linked:not(.vertical) > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-right-width: 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + .linked:not(.vertical) > entry:first-child:dir(rtl) { + border-left-width: 0; + border-right-width: 1px; } + .linked:not(.vertical) > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .linked:not(.vertical) > entry:last-child:dir(rtl) { + border-left-width: 1px; + border-right-width: 0; } + .linked:not(.vertical) > entry:only-child { + border-width: 1px; } + .linked:not(.vertical) > entry:only-child { + border-radius: 3px; } + +.linked.vertical > entry { + border-width: 1px; + border-radius: 0; + border-top-width: 0; + border-bottom-width: 0; } + .linked.vertical > entry:first-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 1px; + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .linked.vertical > entry:first-child:dir(rtl) { + border-top-width: 0; + border-bottom-width: 1px; } + .linked.vertical > entry:last-child { + border-width: 1px; + border-radius: 3px; + border-top-width: 0; + border-bottom-width: 1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + .linked.vertical > entry:last-child:dir(rtl) { + border-top-width: 1px; + border-bottom-width: 0; } + .linked.vertical > entry:only-child { + border-width: 1px; } + .linked.vertical > entry:only-child { + border-radius: 3px; } + +#login_window entry, .osd entry, +#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry { + border-width: 1px; + border-style: solid; + border-radius: 3px; + transition: border 100ms ease-out; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.1), inset 0 1px rgba(50, 50, 46, 0.12), inset -1px 0 rgba(50, 50, 46, 0.1), inset 0 -1px rgba(50, 50, 46, 0.05); } + #login_window entry:focus, + #XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover, + #XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active, + #XfceNotifyWindow entry:active, popover.background entry:active, entry:active { + transition: border 100ms ease-in; } + #login_window entry:selected, + #XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected { + background-color: #58d782; + color: #f1f1f0; } + #login_window entry:disabled, + #XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled { + box-shadow: none; } + #login_window entry progress, .osd entry progress, + #XfceNotifyWindow entry progress, popover.background entry progress, entry progress { + background-color: #58d782; + background-image: none; + border-width: 0; + border-radius: 3px; + color: #f1f1f0; } + #login_window entry image.left, + #XfceNotifyWindow entry image.left, entry image.left { + padding-right: 3px; } + #login_window entry image.right, + #XfceNotifyWindow entry image.right, entry image.right { + padding-left: 3px; } + #login_window entry.warning, + #XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning { + color: #282c34; + border-color: #f4ff6f; + background-color: mix(#282a36,#fbffcb,0.6); } + #login_window entry.warning image, + #XfceNotifyWindow entry.warning image, entry.warning image { + color: #282c34; } + #login_window entry.warning:focus, + #XfceNotifyWindow entry.warning:focus, entry.warning:focus { + color: #282c34; + border-color: mix(#58d782,#fbffcb,0.3); + background-color: #fbffcb; + box-shadow: none; } + #login_window entry.warning selection, + #XfceNotifyWindow entry.warning selection, entry.warning selection { + background-color: #282c34; + color: #fbffcb; } + #login_window entry.error, + #XfceNotifyWindow entry.error, popover.background entry.error, entry.error { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.error image, + #XfceNotifyWindow entry.error image, entry.error image { + color: #282c34; } + #login_window entry.error:focus, + #XfceNotifyWindow entry.error:focus, entry.error:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.error selection, + #XfceNotifyWindow entry.error selection, entry.error selection { + background-color: #282c34; + color: #fc4a6d; } + #login_window entry.search-missing, + #XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing { + color: #282c34; + border-color: #fb0a39; + background-color: mix(#282a36,#fc4a6d,0.6); } + #login_window entry.search-missing image, + #XfceNotifyWindow entry.search-missing image, entry.search-missing image { + color: #282c34; } + #login_window entry.search-missing:focus, + #XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus { + color: #282c34; + border-color: mix(#58d782,#fc4a6d,0.3); + background-color: #fc4a6d; + box-shadow: none; } + #login_window entry.search-missing selection, + #XfceNotifyWindow entry.search-missing selection, entry.search-missing selection { + background-color: #282c34; + color: #fc4a6d; } + +/********* + ! Menubar +**********/ +menubar, .menubar { + -GtkWidget-window-dragging: true; + padding: 0; + border: 0; + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + menubar > menuitem, .menubar > menuitem { + min-height: 16px; + padding: 5px 7px; + border: 1px solid transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + menubar > menuitem:hover, .menubar > menuitem:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + menubar > menuitem *:hover, .menubar > menuitem *:hover { + color: white; } + +/****** + ! Menu +*******/ +menu, +.menu, +.context-menu { + border-radius: 0; + padding: 3px; + background-color: #282a36; + color: #f6f6f6; + border: 1px solid mix(#282a36,#f6f6f6,0.21); } + .csd menu, .csd .menu, .csd .context-menu { + border: 0; } + menu:selected, + .menu:selected, + .context-menu:selected { + background-color: #58d782; + color: #f1f1f0; } + menu separator, .csd menu separator, + .menu separator, .csd .menu separator, + .context-menu separator, .csd .context-menu separator { + background-image: image(mix(#282a36,#f6f6f6,0.18)); + margin: 1px 0; } + menu .separator, .csd menu .separator, + .menu .separator, .csd .menu .separator, + .context-menu .separator, .csd .context-menu .separator { + color: mix(#282a36,#f6f6f6,0.18); } + menu menuitem, + .menu menuitem, + .context-menu menuitem { + min-height: 16px; + min-width: 40px; + padding: 5px; + border-radius: 0; } + menu menuitem:active, menu menuitem:hover, + .menu menuitem:active, + .menu menuitem:hover, + .context-menu menuitem:active, + .context-menu menuitem:hover { + border: 0; + background-color: #58d782; + background-image: none; + color: #f1f1f0; } + menu menuitem:active accelerator, menu menuitem:hover accelerator, + .menu menuitem:active accelerator, + .menu menuitem:hover accelerator, + .context-menu menuitem:active accelerator, + .context-menu menuitem:hover accelerator { + color: rgba(241, 241, 240, 0.6); } + menu menuitem *:active, menu menuitem *:hover, + .menu menuitem *:active, + .menu menuitem *:hover, + .context-menu menuitem *:active, + .context-menu menuitem *:hover { + color: #f1f1f0; } + menu menuitem:disabled, menu menuitem *:disabled, + .menu menuitem:disabled, + .menu menuitem *:disabled, + .context-menu menuitem:disabled, + .context-menu menuitem *:disabled { + color: mix(#f6f6f6,#282a36,0.5); } + menu menuitem arrow, + .menu menuitem arrow, + .context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; } + menu menuitem arrow:dir(ltr), + .menu menuitem arrow:dir(ltr), + .context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 10px; } + menu menuitem arrow:dir(rtl), + .menu menuitem arrow:dir(rtl), + .context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 10px; } + menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled, + .menu menuitem.button, + .menu menuitem.button:focus, + .menu menuitem.button:active, + .menu menuitem.button:disabled, + .menu menuitem.button:active:disabled, + .menu menuitem.button.flat, + .menu menuitem.button.flat:focus, + .menu menuitem.button.flat:active, + .menu menuitem.button.flat:disabled, + .menu menuitem.button.flat:active:disabled, + .context-menu menuitem.button, + .context-menu menuitem.button:focus, + .context-menu menuitem.button:active, + .context-menu menuitem.button:disabled, + .context-menu menuitem.button:active:disabled, + .context-menu menuitem.button.flat, + .context-menu menuitem.button.flat:focus, + .context-menu menuitem.button.flat:active, + .context-menu menuitem.button.flat:disabled, + .context-menu menuitem.button.flat:active:disabled { + background-color: transparent; + background-image: none; + border: 0; + box-shadow: none; + color: currentColor; } + menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected, + .menu menuitem.button:hover, + .menu menuitem.button:focus:hover, + .menu menuitem.button:active:hover, + .menu menuitem.button:selected, + .menu menuitem.button.flat:hover, + .menu menuitem.button.flat:focus:hover, + .menu menuitem.button.flat:active:hover, + .menu menuitem.button.flat:selected, + .context-menu menuitem.button:hover, + .context-menu menuitem.button:focus:hover, + .context-menu menuitem.button:active:hover, + .context-menu menuitem.button:selected, + .context-menu menuitem.button.flat:hover, + .context-menu menuitem.button.flat:focus:hover, + .context-menu menuitem.button.flat:active:hover, + .context-menu menuitem.button.flat:selected { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + menu menuitem calendar, + .menu menuitem calendar, + .context-menu menuitem calendar { + color: #f6f6f6; } + menu menuitem calendar.header, + .menu menuitem calendar.header, + .context-menu menuitem calendar.header { + border-bottom: 1px solid #242631; + border-radius: 0; } + menu menuitem calendar.header:backdrop, + .menu menuitem calendar.header:backdrop, + .context-menu menuitem calendar.header:backdrop { + border-color: #242631; } + menu menuitem calendar.button, + .menu menuitem calendar.button, + .context-menu menuitem calendar.button { + color: rgba(246, 246, 246, 0.55); } + menu menuitem calendar.button:hover, + .menu menuitem calendar.button:hover, + .context-menu menuitem calendar.button:hover { + color: #f6f6f6; } + menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, + .menu menuitem calendar:indeterminate, + .menu menuitem calendar:indeterminate:backdrop, + .context-menu menuitem calendar:indeterminate, + .context-menu menuitem calendar:indeterminate:backdrop { + color: mix(#f6f6f6,#282a36,0.5); } + menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), + .menu menuitem label:dir(rtl), + .menu menuitem label:dir(ltr), + .context-menu menuitem label:dir(rtl), + .context-menu menuitem label:dir(ltr) { + color: inherit; } + menu > arrow, + .menu > arrow, + .context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 3px; + background-color: #282a36; + border-radius: 0; } + menu > arrow.top, + .menu > arrow.top, + .context-menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid mix(#282a36,#f6f6f6,0.18); + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, + .menu > arrow.bottom, + .context-menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid mix(#282a36,#f6f6f6,0.18); + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, + .menu > arrow:hover, + .context-menu > arrow:hover { + background-color: mix(#282a36,#f6f6f6,0.1); } + menu > arrow:backdrop, + .menu > arrow:backdrop, + .context-menu > arrow:backdrop { + background-color: #282a36; } + menu > arrow:disabled, + .menu > arrow:disabled, + .context-menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.context-menu { + font: initial; } + +.monospace { + font-family: monospace; } + +menuitem accelerator { + color: rgba(246, 246, 246, 0.6); } + menuitem accelerator:hover { + color: rgba(241, 241, 240, 0.8); } + menuitem accelerator:disabled { + color: alpha(mix(#f6f6f6,#282a36,0.5),0.4); } + +menuitem check, menuitem radio { + min-height: 16px; + min-width: 16px; } + menuitem check:dir(ltr), menuitem radio:dir(ltr) { + margin-right: 7px; } + menuitem check:dir(rtl), menuitem radio:dir(rtl) { + margin-left: 7px; } + +menuitem window decoration { + box-shadow: 0 2px 3px rgba(100, 100, 93, 0.2); } + +menuitem entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + menuitem entry:focus, menuitem entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + menuitem entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + menuitem entry:active:disabled, menuitem entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + menuitem entry:focus, menuitem entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + menuitem entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + +/********* + ! Popover +**********/ +popover.background { + padding: 0px; + border-radius: 3px; + background-clip: border-box; + background-color: #282a36; + background-image: none; + color: #f6f6f6; + box-shadow: 0 3px 6px rgba(100, 100, 93, 0.16); } + .csd popover.background, popover.background { + border-color: mix(#f6f6f6,#282a36,0.64); + border-width: 1px; + border-style: solid; } + .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.5),0.3); } + .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.16); } + .csd popover.background:disabled, popover.background:disabled { + border-color: mix(#f6f6f6,#282a36,0.68); } + .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.64); } + popover.background:backdrop { + box-shadow: none; } + popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus { + border-top-color: #58d782; } + popover.background treeview.view, popover.background treeview.view:backdrop { + border-top-color: #303241; } + popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop { + background-color: mix(#282a36,#f6f6f6,1.3); + background-image: none; + color: #f6f6f6; + border-color: mix(#f6f6f6,#282a36,0.8); } + popover.background list row, popover.background list row .button { + background-color: transparent; + background-image: none; + color: #f6f6f6; } + popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active { + background-image: none; + background-color: #58d782; + color: #f1f1f0; } + popover.background .frame { + border-color: mix(#f6f6f6,#282a36,0.8); + border-radius: 3px; } + popover.background entry { + background-color: #282a36; + background-image: none; + border-color: mix(#d3dae3,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #d3dae3; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + popover.background entry:focus, popover.background entry:hover { + border-color: mix(#58d782,mix(#d3dae3,#282a36,0.7),0.3); } + popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus { + border-color: mix(#d3dae3,#282a36,0.32); } + popover.background entry:disabled { + border-color: mix(#d3dae3,#282a36,0.84); } + popover.background entry:active:disabled, popover.background entry:checked:disabled { + border-color: mix(#d3dae3,#282a36,0.8); } + popover.background entry:focus, popover.background entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + popover.background entry:disabled { + background-color: mix(#282a36,#d3dae3,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#d3dae3,0.9); } + popover.background button, popover.background button.nautilus-circular-button.image-button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background button:focus, popover.background button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + popover.background button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + popover.background button:active:disabled, popover.background button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, viewswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > popover.background button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) popover.background button, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + popover.background button.flat { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + popover.background button:hover, popover.background button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + popover.background button:hover:disabled, popover.background button.flat:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + popover.background button:focus, popover.background button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background button:focus:hover, popover.background button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + popover.background button:active:checked:disabled, popover.background button.flat:active:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { + color: #d3dae3; } + popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + popover.background button:backdrop, popover.background button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + popover.background button.separator, popover.background button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + popover.background button.separator:disabled, popover.background button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + popover.background button separator, popover.background button.nautilus-circular-button.image-button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + popover.background button.flat:not(:hover) { + color: #f6f6f6; } + popover.background .linked > button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background .linked > button:focus, popover.background .linked > button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + popover.background .linked > button:disabled { + box-shadow: inset -1px 0 #242931; } + popover.background .linked > button:last-child, popover.background .linked > button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { + box-shadow: none; } + popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { + border-style: none; + background-color: transparent; } + +modelbutton.flat, +menuitem.button.flat { + padding: 3px; + padding-left: 3px; + transition: none; } + modelbutton.flat:hover, + menuitem.button.flat:hover { + border-radius: 3px; + background-color: #58d782; + color: #f1f1f0; } + modelbutton.flat:checked, + menuitem.button.flat:checked { + color: #f1f1f0; } + modelbutton.flat arrow.left, + menuitem.button.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + modelbutton.flat arrow.right, + menuitem.button.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + modelbutton.flat check:last-child, + modelbutton.flat radio:last-child, + menuitem.button.flat check:last-child, + menuitem.button.flat radio:last-child { + margin-left: 8px; } + modelbutton.flat check:first-child, + modelbutton.flat radio:first-child, + menuitem.button.flat check:first-child, + menuitem.button.flat radio:first-child { + margin-right: 8px; } + +/*************** +! Dimmed label * +****************/ +.dim-label, label.separator { + opacity: .5; + text-shadow: none; } + +/*********** + ! Tooltip * +************/ +.tooltip.background, .tooltip.background.csd, +tooltip.background, +tooltip.background.csd { + background-color: #282a36; + background-clip: padding-box; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + +.tooltip *, +tooltip * { + background-color: transparent; + color: inherit; } + +/*********** + ! Dialogs * +************/ +messagedialog, .message-dialog, .prompt { + -GtkDialog-content-area-border: 0; + -GtkDialog-action-area-border: 0; + -GtkDialog-button-spacing: 3px; + margin: 0; + padding: 0; } + messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { + margin: 6px; } + +printdialog paper { + color: #f1f1f0; + border: 1px solid mix(#282a36,#f1f1f0,0.18); + background: #292b38; + padding: 0; } + printdialog paper:backdrop { + color: mix(#f1f1f0,#282a36,0.5); + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +printdialog .dialog-action-box { + margin: 6px; } + +/********************* + ! App notifications * +**********************/ +frame.app-notification { + border-style: solid; + border-color: rgba(32, 34, 43, 0.8); + border-width: 0 1px 1px; + border-radius: 0 0 3px 3px; + padding: 6px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + frame.app-notification button, frame.app-notification button.nautilus-circular-button.image-button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + frame.app-notification button:focus, frame.app-notification button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + frame.app-notification button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, viewswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + frame.app-notification button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + frame.app-notification button:hover, frame.app-notification button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + frame.app-notification button:focus, frame.app-notification button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { + color: #f6f6f6; } + frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + frame.app-notification button:backdrop, frame.app-notification button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + frame.app-notification button.separator, frame.app-notification button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + frame.app-notification button separator, frame.app-notification button.nautilus-circular-button.image-button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + frame.app-notification border { + border: 0; } + +/************* + ! Expanders * +**************/ +expander arrow { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + expander arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + expander arrow:hover { + color: alpha(currentColor,0.8); } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/******************* + ! Symbolic images * +********************/ +.image { + color: alpha(currentColor,0.5); } + .image:hover { + color: alpha(currentColor,0.9); } + .image:selected, .image:selected:hover { + color: #f1f1f0; } + +/**************** + ! Floating bar * +*****************/ +.floating-bar { + background-color: #282a36; + background-image: none; + border: 1px solid #20222b; + border-radius: 3px; + color: #f1f1f0; } + .floating-bar.top { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + .floating-bar.right { + border-right-width: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .floating-bar.bottom { + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + .floating-bar.left { + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + .floating-bar button, .floating-bar button.nautilus-circular-button.image-button { + border: 0; + background-color: transparent; + background-image: none; } + +/************************* + ! Touch text selections * +**************************/ +GtkBubbleWindow { + border-radius: 3px; + background-clip: border-box; } + GtkBubbleWindow.osd.background { + background-color: rgba(40, 42, 54, 0.8); } + GtkBubbleWindow .toolbar { + background-color: transparent; } + +/*************** + ! Font-viewer * +****************/ +SushiFontWidget { + padding: 3px 6px; } + +/************* + ! Gucharmap * +**************/ +GucharmapChartable { + background-color: #282a36; + color: #d3dae3; } + +/************* + ! Evolution * +**************/ +EPreviewPane .entry { + background-color: #282a36; + color: #d3dae3; } + +/******************* + ! Gnome Bluetooth * +********************/ +entry.entry.pin-entry { + font-style: normal; + font-size: 50px; + padding-left: 15px; + padding-right: 15px; } + +label.pin-label { + font-style: normal; + font-size: 50px; } + +/************************ + ! Shortcut window keys * +*************************/ +.keycap { + min-width: 20px; + min-height: 24px; + margin-top: 2px; + padding-bottom: 1.5px; + padding-left: 3px; + padding-right: 3px; + color: #f1f1f0; + background-color: #282a36; + border: 1px solid; + border-color: mix(mix(#282a36,#f1f1f0,0.18),#282a36,0.5); + border-radius: 3px; + box-shadow: inset 0 -3px mix(#282a36,#282a36,0.2); + font-size: smaller; } + .keycap:backdrop { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.5); + transition: 200ms ease-out; } + +/***************** + ! Stackswitcher * +******************/ +stackswitcher button.text-button, stackswitcher button.text-button.nautilus-circular-button.image-button { + min-width: 80px; } + +stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button { + min-width: 28px; + min-height: 28px; + padding: 0; } + +/******************* + ! Selected Items * +********************/ +row:selected label:disabled, label:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .cs-category-view:disabled:selected, .cs-category-view .view:disabled:selected, .cs-category-view iconview:disabled:selected, treeview.view:disabled:selected, .view text selection:disabled, iconview text selection:disabled, +textview text selection:disabled:focus, +textview text selection:disabled, #login_window entry selection:disabled, .osd entry selection:disabled, +#XfceNotifyWindow entry selection:disabled, entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, +menuitem.button.flat:disabled:active, +menuitem.button.flat:active arrow:disabled, +menuitem.button.flat:disabled:selected, +menuitem.button.flat:selected arrow:disabled, label:disabled selection { + color: mix(#f1f1f0,#58d782,0.5); } + +row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, +textview text selection:backdrop:focus, +textview text selection:backdrop, #login_window entry selection:backdrop, .osd entry selection:backdrop, +#XfceNotifyWindow entry selection:backdrop, entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, +menuitem.button.flat:backdrop:active, +menuitem.button.flat:active arrow:backdrop, +menuitem.button.flat:backdrop:selected, +menuitem.button.flat:selected arrow:backdrop, label:backdrop selection { + background-color: #58d782; + color: mix(#58d782,#f1f1f0,0.66); } + row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop, + textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop, + #XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop, + menuitem.button.flat:disabled:backdrop:active, + menuitem.button.flat:active arrow:disabled:backdrop, + menuitem.button.flat:disabled:backdrop:selected, + menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled { + color: mix(mix(#58d782,#f1f1f0,0.66),#58d782,0.3); } + +.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, +textview text selection:focus, +textview text selection, #login_window entry selection, .osd entry selection, +#XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, +menuitem.button.flat:active, +menuitem.button.flat:active arrow, +menuitem.button.flat:selected, +menuitem.button.flat:selected arrow { + background-color: #58d782; } + row:selected label, label:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, + textview text selection:focus, + textview text selection, #login_window entry selection, .osd entry selection, + #XfceNotifyWindow entry selection, entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, menuitem entry selection, popover.background entry selection, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, + menuitem.button.flat:active, + menuitem.button.flat:active arrow, + menuitem.button.flat:selected, + menuitem.button.flat:selected arrow { + color: #f1f1f0; + outline-color: rgba(241, 241, 240, 0.3); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********** + ! Notebook +***********/ +notebook { + padding: 0; } + notebook.frame { + border: 1px solid mix(#282a36,#f1f1f0,0.18); } + notebook.frame > header { + margin: -1px; } + notebook.frame > header.top { + margin-bottom: 0; } + notebook.frame > header.bottom { + margin-top: 0; } + notebook.frame > header.left { + margin-right: 0; } + notebook.frame > header.right { + margin-left: 0; } + notebook.frame > header.top, notebook.frame > header.bottom { + padding-left: 0; + padding-right: 0; } + notebook.frame > header.left, notebook.frame > header.right { + padding-top: 0; + padding-bottom: 0; } + notebook > stack:not(:only-child) { + background-color: #282a36; } + notebook > header { + padding: 3px; + background-color: #282a36; } + notebook > header.top { + box-shadow: inset 0 -1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.bottom { + box-shadow: inset 0 1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.right { + box-shadow: inset 1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.left { + box-shadow: inset -1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { + margin-left: 2px; } + notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { + margin-right: 2px; } + notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { + margin-top: 2px; } + notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { + margin-bottom: 2px; } + notebook > header > tabs > arrow { + color: mix(#f1f1f0,#282a36,0.5); } + notebook > header > tabs > arrow:hover { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); } + notebook > header > tabs > arrow:active { + color: #f1f1f0; } + notebook > header > tabs > arrow:disabled { + color: alpha(mix(#f1f1f0,#282a36,0.5),0.3); } + notebook > header > tabs > tab { + background-color: alpha(mix(#282a36,#f1f1f0,0.1),0.7); + background-image: none; + border-color: mix(mix(#282a36,#f1f1f0,0.18),mix(#f1f1f0,#282a36,0.5),0.15); + color: rgba(241, 241, 240, 0.8); + padding: 3px 11px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border-width: 1px; + border-style: solid; } + notebook > header > tabs > tab:hover:not(:checked) { + background-color: mix(#282a36,#f1f1f0,0.04); + background-image: none; + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); } + notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { + background: #282a36; + border-color: mix(#282a36,#f1f1f0,0.18); + color: #f1f1f0; } + notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button { + min-height: 22px; + min-width: 22px; + padding: 0; + color: mix(#282a36,#f1f1f0,0.35); } + notebook > header > tabs > tab button.flat:hover { + color: #fd95aa; } + notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { + color: #58d782; } + notebook > header.top > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 -1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 1px mix(#282a36,#f1f1f0,0.18); } + notebook > header.left > tabs > tab:hover:not(:checked) { + box-shadow: inset -1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.right > tabs > tab:hover:not(:checked) { + box-shadow: inset 1px 0 mix(#282a36,#f1f1f0,0.18); } + notebook > header.top { + padding-bottom: 0; } + notebook > header.top > tabs > tab { + border-bottom: none; + -gtk-outline-radius: 0; + margin-top: 3px; } + notebook > header.top > tabs > tab + tab { + margin-left: -1px; } + notebook > header.top > tabs > tab:first-child { + border-radius: 3px 0 0; + -gtk-outline-radius: 3px 0 0; } + notebook > header.top > tabs > tab:last-child { + border-radius: 0 3px 0 0; + -gtk-outline-radius: 0 3px 0 0; } + notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { + border-top-width: 3px; + border-top-color: #58d782; + margin-top: 0; + -gtk-outline-radius: 3px; + border-radius: 3px 3px 0 0; + padding-top: 4px; } + notebook > header.top > tabs > tab:hover:not(:checked) { + border-top-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.bottom { + padding-top: 0; } + notebook > header.bottom > tabs > tab { + border-top: none; + -gtk-outline-radius: 0; + margin-bottom: 3px; } + notebook > header.bottom > tabs > tab + tab { + margin-left: -1px; } + notebook > header.bottom > tabs > tab:first-child { + border-radius: 0 0 0 3px; + -gtk-outline-radius: 0 0 0 3px; } + notebook > header.bottom > tabs > tab:last-child { + border-radius: 0 0 3px; + -gtk-outline-radius: 0 0 3px; } + notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { + border-bottom-width: 3px; + border-bottom-color: #58d782; + margin-bottom: 0; + -gtk-outline-radius: 3px; + border-radius: 0 0 3px 3px; + padding-bottom: 4px; } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + border-bottom-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.right { + padding-left: 0; } + notebook > header.right > tabs > tab { + border-left: none; + -gtk-outline-radius: 0; + margin-right: 3px; } + notebook > header.right > tabs > tab + tab { + margin-top: -1px; } + notebook > header.right > tabs > tab:first-child { + border-radius: 0 3px 0 0; + -gtk-outline-radius: 0 3px 0 0; } + notebook > header.right > tabs > tab:last-child { + border-radius: 0 0 3px; + -gtk-outline-radius: 0 0 3px; } + notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { + border-right-width: 3px; + border-right-color: #58d782; + margin-right: 0; + -gtk-outline-radius: 3px; + border-radius: 0 3px 3px 0; + padding-right: 12px; } + notebook > header.right > tabs > tab:hover:not(:checked) { + border-right-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + notebook > header.left { + padding-right: 0; } + notebook > header.left > tabs > tab { + border-right: none; + -gtk-outline-radius: 0; + margin-left: 3px; } + notebook > header.left > tabs > tab + tab { + margin-top: -1px; } + notebook > header.left > tabs > tab:first-child { + border-radius: 3px 0 0; + -gtk-outline-radius: 3px 0 0; } + notebook > header.left > tabs > tab:last-child { + border-radius: 0 0 0 3px; + -gtk-outline-radius: 0 0 0 3px; } + notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { + border-left-width: 3px; + border-left-color: #58d782; + margin-left: 0; + -gtk-outline-radius: 3px; + border-radius: 3px 0 0 3px; + padding-left: 12px; } + notebook > header.left > tabs > tab:hover:not(:checked) { + border-left-color: mix(#58d782,mix(#282a36,#f1f1f0,0.2),0.66); } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/******* + ! OSD * +********/ +overlay.osd { + background-color: transparent; } + +colorchooser .popover.osd { + border-radius: 3px; } + +button.color .osd colorswatch:only-child { + box-shadow: none; } + +.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child { + box-shadow: none; } + +button.osd, button.osd.nautilus-circular-button.image-button, +#XfceNotifyWindow button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + button.osd:focus, button.osd:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover:focus, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + button.osd:disabled, + #XfceNotifyWindow button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + button.osd:active:disabled, button.osd:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, viewswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button.osd, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + button.osd.flat, + #XfceNotifyWindow button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + button.osd:hover, button.osd.flat:hover, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, + #XfceNotifyWindow button:hover:focus, + #XfceNotifyWindow button:hover:hover, + #XfceNotifyWindow button.flat:hover:focus, + #XfceNotifyWindow button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + button.osd:hover:active, button.osd:hover:active:focus, button.osd.flat:hover:active:focus, button.osd:hover:checked, button.osd:hover:checked:focus, button.osd.flat:hover:checked:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover:focus, + #XfceNotifyWindow button:hover:active, + #XfceNotifyWindow button:hover:active:focus, + #XfceNotifyWindow button.flat:hover:active:focus, + #XfceNotifyWindow button:hover:checked, + #XfceNotifyWindow button:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:active, + #XfceNotifyWindow button.flat:hover:active:hover:focus, + #XfceNotifyWindow button.flat:hover:checked, + #XfceNotifyWindow button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + button.osd:hover:disabled, button.osd.flat:hover:disabled, + #XfceNotifyWindow button:hover:disabled, + #XfceNotifyWindow button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, + #XfceNotifyWindow button:hover:active:disabled, + #XfceNotifyWindow button:hover:checked:disabled, + #XfceNotifyWindow button.flat:hover:active:disabled, + #XfceNotifyWindow button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + button.osd:focus, button.osd.flat:focus, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + button.osd:focus:hover, button.osd.flat:focus:hover, + #XfceNotifyWindow button:focus:hover, + #XfceNotifyWindow button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover, + #XfceNotifyWindow button:focus:hover:hover, + #XfceNotifyWindow button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + button.osd:focus:hover:active, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:focus, button.osd:focus:hover:checked, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow button:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active:focus, + #XfceNotifyWindow button:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked:focus, + #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, + #XfceNotifyWindow button:focus:hover:disabled, + #XfceNotifyWindow button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, + #XfceNotifyWindow button:focus:hover:active:disabled, + #XfceNotifyWindow button:focus:hover:checked:disabled, + #XfceNotifyWindow button.flat:focus:hover:active:disabled, + #XfceNotifyWindow button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button.flat:checked, + #XfceNotifyWindow button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + button.osd:checked:active, button.osd.nautilus-circular-button.image-button:checked:active, button.osd:checked:active:hover, button.osd.nautilus-circular-button.image-button:checked:active:hover, button.osd:checked:active:focus, button.osd.nautilus-circular-button.image-button:checked:active:focus, button.osd:checked:active:hover:focus, button.osd.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd:checked:checked, button.osd.nautilus-circular-button.image-button:checked:checked, button.osd:checked:checked:hover, button.osd.nautilus-circular-button.image-button:checked:checked:hover, button.osd:checked:checked:focus, button.osd.nautilus-circular-button.image-button:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd:active:active, button.osd.nautilus-circular-button.image-button:active:active, button.osd:active:active:hover, button.osd.nautilus-circular-button.image-button:active:active:hover, button.osd:active:active:focus, button.osd.nautilus-circular-button.image-button:active:active:focus, button.osd:active:active:hover:focus, button.osd.nautilus-circular-button.image-button:active:active:hover:focus, button.osd:active:checked, button.osd.nautilus-circular-button.image-button:active:checked, button.osd:active:checked:hover, button.osd.nautilus-circular-button.image-button:active:checked:hover, button.osd:active:checked:focus, button.osd.nautilus-circular-button.image-button:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.nautilus-circular-button.image-button:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat.nautilus-circular-button.image-button:checked:active, button.osd.flat:checked:active:hover, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat.nautilus-circular-button.image-button:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat.nautilus-circular-button.image-button:active:active, button.osd.flat:active:active:hover, button.osd.flat.nautilus-circular-button.image-button:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat.nautilus-circular-button.image-button:active:checked, button.osd.flat:active:checked:hover, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:focus, button.osd.flat:active:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button:checked:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button:checked:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button:checked:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button:checked:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button:checked:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button:checked:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button:checked:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button:checked:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button:active:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button:active:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button:active:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button:active:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button:active:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button:active:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button:active:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button:active:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button.flat:checked:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button.flat:checked:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button.flat:checked:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button.flat:checked:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button.flat:checked:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button.flat:checked:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button.flat:checked:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button.flat:checked:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button.flat:active:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button.flat:active:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button.flat:active:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button.flat:active:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button.flat:active:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button.flat:active:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button.flat:active:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button.flat:active:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + button.osd:active:checked:disabled, button.osd.flat:active:checked:disabled, + #XfceNotifyWindow button:active:checked:disabled, + #XfceNotifyWindow button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:focus, + #XfceNotifyWindow button.flat:hover { + color: #f6f6f6; } + button.osd:disabled:disabled, button.osd.flat:disabled:disabled, + #XfceNotifyWindow button:disabled:disabled, + #XfceNotifyWindow button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled, + #XfceNotifyWindow button:disabled:disabled :disabled, + #XfceNotifyWindow button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled, + #XfceNotifyWindow button:active:disabled :disabled, + #XfceNotifyWindow button:checked:disabled :disabled, + #XfceNotifyWindow button.flat:active:disabled :disabled, + #XfceNotifyWindow button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + button.osd:backdrop, button.osd.flat:backdrop, + #XfceNotifyWindow button:backdrop, + #XfceNotifyWindow button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + button.osd.separator, button.osd .separator, + #XfceNotifyWindow button.separator, + #XfceNotifyWindow button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + button.osd.separator:disabled, button.osd .separator:disabled, + #XfceNotifyWindow button.separator:disabled, + #XfceNotifyWindow button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + button.osd separator, button.osd.nautilus-circular-button.image-button separator, + #XfceNotifyWindow button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + button.osd.image-button, + #XfceNotifyWindow button.image-button { + padding: 0; + min-height: 36px; + min-width: 36px; } + +toolbar.osd { + -GtkToolbar-button-relief: normal; + padding: 3px; + border: 1px solid rgba(32, 34, 43, 0.8); + border-radius: 3px; + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + color: #f6f6f6; } + toolbar.osd separator { + color: rgba(36, 38, 49, 0.8); } + toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; } + +progressbar.osd { + margin: 2px; + min-height: 2px; + min-width: 2px; } + progressbar.osd trough { + border-style: none; + border-radius: 0; + background-image: none; + background-color: transparent; } + progressbar.osd progress { + border-style: none; + border-radius: 0; + background-color: #58d782; + background-image: none; } + +.osd, +#XfceNotifyWindow { + background-color: rgba(40, 42, 54, 0.8); + color: #f6f6f6; + /* used by gnome-settings-daemon's media-keys OSD */ + /* used by Documents */ } + .osd.background, + #XfceNotifyWindow.background { + background-color: rgba(40, 42, 54, 0.6); + color: #f6f6f6; } + .osd .frame, + #XfceNotifyWindow .frame { + background-clip: border-box; + background-origin: border-box; } + .osd button, .osd button.nautilus-circular-button.image-button, + #XfceNotifyWindow button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd button:focus, .osd button:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover:focus, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd button:disabled, + #XfceNotifyWindow button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd button:active:disabled, .osd button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, viewswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd button, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd button.flat, + #XfceNotifyWindow button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd button:hover, .osd button.flat:hover, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, + #XfceNotifyWindow button:hover:focus, + #XfceNotifyWindow button:hover:hover, + #XfceNotifyWindow button.flat:hover:focus, + #XfceNotifyWindow button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd button:hover:active, .osd button:hover:active:focus, .osd button.flat:hover:active:focus, .osd button:hover:checked, .osd button:hover:checked:focus, .osd button.flat:hover:checked:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover:focus, + #XfceNotifyWindow button:hover:active, + #XfceNotifyWindow button:hover:active:focus, + #XfceNotifyWindow button.flat:hover:active:focus, + #XfceNotifyWindow button:hover:checked, + #XfceNotifyWindow button:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:checked:focus, + #XfceNotifyWindow button.flat:hover:active, + #XfceNotifyWindow button.flat:hover:active:hover:focus, + #XfceNotifyWindow button.flat:hover:checked, + #XfceNotifyWindow button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd button:hover:disabled, .osd button.flat:hover:disabled, + #XfceNotifyWindow button:hover:disabled, + #XfceNotifyWindow button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, + #XfceNotifyWindow button:hover:active:disabled, + #XfceNotifyWindow button:hover:checked:disabled, + #XfceNotifyWindow button.flat:hover:active:disabled, + #XfceNotifyWindow button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd button:focus, .osd button.flat:focus, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd button:focus:hover, .osd button.flat:focus:hover, + #XfceNotifyWindow button:focus:hover, + #XfceNotifyWindow button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd button:focus:hover:hover, .osd button.flat:focus:hover:hover, + #XfceNotifyWindow button:focus:hover:hover, + #XfceNotifyWindow button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd button:focus:hover:active, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:focus, .osd button:focus:hover:checked, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow button:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active, + #XfceNotifyWindow button.flat:focus:hover:active:focus, + #XfceNotifyWindow button:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked, + #XfceNotifyWindow button.flat:focus:hover:checked:focus, + #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, + #XfceNotifyWindow button:focus:hover:disabled, + #XfceNotifyWindow button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, + #XfceNotifyWindow button:focus:hover:active:disabled, + #XfceNotifyWindow button:focus:hover:checked:disabled, + #XfceNotifyWindow button.flat:focus:hover:active:disabled, + #XfceNotifyWindow button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, + #XfceNotifyWindow button:checked, + #XfceNotifyWindow button:active, + #XfceNotifyWindow button.flat:checked, + #XfceNotifyWindow button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd button:checked:active, .osd button.nautilus-circular-button.image-button:checked:active, .osd button:checked:active:hover, .osd button.nautilus-circular-button.image-button:checked:active:hover, .osd button:checked:active:focus, .osd button.nautilus-circular-button.image-button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button:checked:checked, .osd button.nautilus-circular-button.image-button:checked:checked, .osd button:checked:checked:hover, .osd button.nautilus-circular-button.image-button:checked:checked:hover, .osd button:checked:checked:focus, .osd button.nautilus-circular-button.image-button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button:active:active, .osd button.nautilus-circular-button.image-button:active:active, .osd button:active:active:hover, .osd button.nautilus-circular-button.image-button:active:active:hover, .osd button:active:active:focus, .osd button.nautilus-circular-button.image-button:active:active:focus, .osd button:active:active:hover:focus, .osd button.nautilus-circular-button.image-button:active:active:hover:focus, .osd button:active:checked, .osd button.nautilus-circular-button.image-button:active:checked, .osd button:active:checked:hover, .osd button.nautilus-circular-button.image-button:active:checked:hover, .osd button:active:checked:focus, .osd button.nautilus-circular-button.image-button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat.nautilus-circular-button.image-button:checked:active, .osd button.flat:checked:active:hover, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat.nautilus-circular-button.image-button:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat.nautilus-circular-button.image-button:active:active, .osd button.flat:active:active:hover, .osd button.flat.nautilus-circular-button.image-button:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat.nautilus-circular-button.image-button:active:checked, .osd button.flat:active:checked:hover, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd button.flat:active:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button:checked:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button:checked:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button:checked:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button:checked:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button:checked:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button:checked:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button:checked:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button:checked:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button:active:active, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button:active:active:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button:active:active:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button:active:active:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button:active:checked, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button:active:checked:hover, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button:active:checked:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button:active:checked:hover:focus, + #XfceNotifyWindow button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow button.flat:checked:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow button.flat:checked:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow button.flat:checked:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow button.flat:checked:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow button.flat:checked:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow button.flat:checked:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow button.flat:checked:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow button.flat:checked:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow button.flat:active:active, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow button.flat:active:active:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow button.flat:active:active:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow button.flat:active:active:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow button.flat:active:checked, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow button.flat:active:checked:hover, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow button.flat:active:checked:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow button.flat:active:checked:hover:focus, + #XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd button:active:checked:disabled, .osd button.flat:active:checked:disabled, + #XfceNotifyWindow button:active:checked:disabled, + #XfceNotifyWindow button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, + #XfceNotifyWindow button:checked:focus, + #XfceNotifyWindow button:checked:hover, + #XfceNotifyWindow button:active:focus, + #XfceNotifyWindow button:active:hover, + #XfceNotifyWindow button.flat:checked:focus, + #XfceNotifyWindow button.flat:checked:hover, + #XfceNotifyWindow button.flat:active:focus, + #XfceNotifyWindow button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, + #XfceNotifyWindow button:focus, + #XfceNotifyWindow button:hover, + #XfceNotifyWindow button.flat:focus, + #XfceNotifyWindow button.flat:hover { + color: #f6f6f6; } + .osd button:disabled:disabled, .osd button.flat:disabled:disabled, + #XfceNotifyWindow button:disabled:disabled, + #XfceNotifyWindow button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled, + #XfceNotifyWindow button:disabled:disabled :disabled, + #XfceNotifyWindow button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, + #XfceNotifyWindow button:active:disabled, + #XfceNotifyWindow button:checked:disabled, + #XfceNotifyWindow button.flat:active:disabled, + #XfceNotifyWindow button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled, + #XfceNotifyWindow button:active:disabled :disabled, + #XfceNotifyWindow button:checked:disabled :disabled, + #XfceNotifyWindow button.flat:active:disabled :disabled, + #XfceNotifyWindow button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd button:backdrop, .osd button.flat:backdrop, + #XfceNotifyWindow button:backdrop, + #XfceNotifyWindow button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd button.separator, .osd button .separator, + #XfceNotifyWindow button.separator, + #XfceNotifyWindow button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd button.separator:disabled, .osd button .separator:disabled, + #XfceNotifyWindow button.separator:disabled, + #XfceNotifyWindow button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd button separator, .osd button.nautilus-circular-button.image-button separator, + #XfceNotifyWindow button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + .osd entry, + #XfceNotifyWindow entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + .osd entry:focus, .osd entry:hover, + #XfceNotifyWindow entry:focus, + #XfceNotifyWindow entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus, + #XfceNotifyWindow entry:active, + #XfceNotifyWindow entry:active:hover, + #XfceNotifyWindow entry:active:focus, + #XfceNotifyWindow entry:active:hover:focus, + #XfceNotifyWindow entry:checked, + #XfceNotifyWindow entry:checked:hover, + #XfceNotifyWindow entry:checked:focus, + #XfceNotifyWindow entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + .osd entry:disabled, + #XfceNotifyWindow entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + .osd entry:active:disabled, .osd entry:checked:disabled, + #XfceNotifyWindow entry:active:disabled, + #XfceNotifyWindow entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + .osd entry:focus, .osd entry:active, + #XfceNotifyWindow entry:focus, + #XfceNotifyWindow entry:active { + border-color: mix(#58d782,rgba(34, 36, 46, 0.8),0.3); } + .osd entry:disabled, + #XfceNotifyWindow entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + .osd trough, .osd.trough, + #XfceNotifyWindow trough, + #XfceNotifyWindow.trough { + background-color: rgba(246, 246, 246, 0.3); } + .osd progressbar, .osd.progressbar, + #XfceNotifyWindow progressbar, + #XfceNotifyWindow.progressbar { + background-color: #f6f6f6; } + .osd scale slider, + #XfceNotifyWindow scale slider { + background-color: rgba(43, 45, 58, 0.8); + background-image: none; + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.8); } + .osd scale slider:focus, .osd scale slider:hover, + #XfceNotifyWindow scale slider:focus, + #XfceNotifyWindow scale slider:hover { + border-color: mix(#58d782,mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.7),0.3); } + .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus, + #XfceNotifyWindow scale slider:active, + #XfceNotifyWindow scale slider:active:hover, + #XfceNotifyWindow scale slider:active:focus, + #XfceNotifyWindow scale slider:active:hover:focus, + #XfceNotifyWindow scale slider:checked, + #XfceNotifyWindow scale slider:checked:hover, + #XfceNotifyWindow scale slider:checked:focus, + #XfceNotifyWindow scale slider:checked:hover:focus { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.32); } + .osd scale slider:disabled, + #XfceNotifyWindow scale slider:disabled { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.84); } + .osd scale slider:active:disabled, .osd scale slider:checked:disabled, + #XfceNotifyWindow scale slider:active:disabled, + #XfceNotifyWindow scale slider:checked:disabled { + border-color: mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.8); } + .osd scale slider:disabled, + #XfceNotifyWindow scale slider:disabled { + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd scale trough, + #XfceNotifyWindow scale trough { + border-color: rgba(32, 34, 43, 0.8); + background-color: rgba(43, 45, 58, 0.8); + background-image: none; } + .osd scale trough.highlight, + #XfceNotifyWindow scale trough.highlight { + border-color: #58d782; + background-color: #58d782; + background-image: none; } + .osd scale trough:disabled, .osd scale trough.highlight:disabled, + #XfceNotifyWindow scale trough:disabled, + #XfceNotifyWindow scale trough.highlight:disabled { + border-color: rgba(34, 36, 46, 0.8); + background-color: rgba(36, 38, 49, 0.8); + background-image: none; } + .osd scale trough, + #XfceNotifyWindow scale trough { + background-color: rgba(55, 58, 75, 0.8); } + .osd scale trough highlight, + #XfceNotifyWindow scale trough highlight { + background-color: #58d782; } + .osd scale slider, + #XfceNotifyWindow scale slider { + background-clip: border-box; + background-color: #58d782; + border-color: #58d782; } + .osd scale slider:hover, + #XfceNotifyWindow scale slider:hover { + background-color: #81e1a1; + border-color: #81e1a1; } + .osd scale slider:active, + #XfceNotifyWindow scale slider:active { + background-color: #31cb64; + border-color: #31cb64; } + .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, + #XfceNotifyWindow.view, + iconview#XfceNotifyWindow, + #XfceNotifyWindow .view, + #XfceNotifyWindow iconview, + #XfceNotifyWindow view { + background-color: rgba(40, 42, 54, 0.8); } + .osd scrollbar trough, + #XfceNotifyWindow scrollbar trough { + background-color: rgba(40, 42, 54, 0.8); } + .osd scrollbar slider, + #XfceNotifyWindow scrollbar slider { + border: 1px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 0; + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.21); } + .osd scrollbar slider:hover, + #XfceNotifyWindow scrollbar slider:hover { + border-color: mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.31); + background-color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.31); } + .osd scrollbar slider:active, + #XfceNotifyWindow scrollbar slider:active { + border-color: #40d170; + background-color: #58d782; } + .osd iconview.cell:selected, .osd iconview.cell:selected:focus, + #XfceNotifyWindow iconview.cell:selected, + #XfceNotifyWindow iconview.cell:selected:focus { + background-color: transparent; + border: 3px solid mix(rgba(35, 37, 47, 0.8),#f6f6f6,0.21); + border-radius: 3px; + outline-color: transparent; } + .osd .page-thumbnail, + #XfceNotifyWindow .page-thumbnail { + border: 1px solid rgba(36, 38, 49, 0.8); + /* when there's no pixbuf yet */ + background-color: rgba(40, 42, 54, 0.8); } + .osd popover.background, + #XfceNotifyWindow popover.background { + box-shadow: 0 2px 7px 3px rgba(100, 100, 93, 0.5); } + .osd popover.background > toolbar button, + #XfceNotifyWindow popover.background > toolbar button { + border-radius: 0; + border-width: 0; + background-color: transparent; + background-image: none; } + .osd spinbutton:not(.vertical), + #XfceNotifyWindow spinbutton:not(.vertical) { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 0; + color: #f6f6f6; + caret-color: #f6f6f6; } + .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, + #XfceNotifyWindow spinbutton:not(.vertical):focus, + #XfceNotifyWindow spinbutton:not(.vertical):hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical):active, + #XfceNotifyWindow spinbutton:not(.vertical):active:hover, + #XfceNotifyWindow spinbutton:not(.vertical):active:focus, + #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical):checked, + #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + .osd spinbutton:not(.vertical):disabled, + #XfceNotifyWindow spinbutton:not(.vertical):disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, + #XfceNotifyWindow spinbutton:not(.vertical):focus, + #XfceNotifyWindow spinbutton:not(.vertical):active { + border-color: mix(#58d782,rgba(34, 36, 46, 0.8),0.3); } + .osd spinbutton:not(.vertical):disabled, + #XfceNotifyWindow spinbutton:not(.vertical):disabled { + background-color: #242631; + background-image: none; + color: mix(#282a36,#f6f6f6,0.5); } + .osd spinbutton:not(.vertical) button, + #XfceNotifyWindow spinbutton:not(.vertical) button { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + border-radius: 0; + border-color: rgba(34, 36, 46, 0.5); + border-style: none none none solid; + background-image: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton:not(.vertical) button:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd spinbutton:not(.vertical) button.flat, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { + color: #f6f6f6; } + .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd spinbutton:not(.vertical) button:backdrop, .osd spinbutton:not(.vertical) button.flat:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, + #XfceNotifyWindow spinbutton:not(.vertical) button.separator, + #XfceNotifyWindow spinbutton:not(.vertical) button .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd spinbutton:not(.vertical) button separator, + #XfceNotifyWindow spinbutton:not(.vertical) button separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + .osd spinbutton:not(.vertical) button:dir(rtl), + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover, + #XfceNotifyWindow spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:checked, + #XfceNotifyWindow spinbutton:not(.vertical) button:hover { + color: #f6f6f6; } + .osd spinbutton:not(.vertical) button:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { + color: alpha(mix(#f6f6f6,#282a36,0.6),0.8); } + .osd spinbutton:not(.vertical) button:backdrop, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { + color: mix(#282a36,mix(#f1f1f0,#282a36,0.5),0.9); } + .osd spinbutton:not(.vertical) button:active, + #XfceNotifyWindow spinbutton:not(.vertical) button:active { + box-shadow: inset 0 2px 3px -1px rgba(100, 100, 93, 0.2); } + .osd spinbutton:not(.vertical) button:backdrop:disabled, + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { + color: rgba(7, 8, 10, 0.8); + border-style: none none none solid; } + .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), + #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:dir(rtl):first-child, + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } + .osd spinbutton:not(.vertical) button:dir(ltr):last-child, + #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton.vertical button:first-child, + #XfceNotifyWindow spinbutton.vertical button:first-child { + background-color: rgba(40, 42, 54, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton.vertical button:first-child:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, viewswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(246, 246, 246, 0.36),0.3); } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .osd spinbutton.vertical button:first-child.flat, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat { + color: #f6f6f6; + border-color: rgba(40, 42, 54, 0); + background-color: rgba(40, 42, 54, 0); + background-image: none; + box-shadow: none; } + .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { + background-color: rgba(42, 44, 57, 0.8); + background-image: none; + border-color: rgba(246, 246, 246, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #f6f6f6; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { + background-color: rgba(44, 46, 59, 0.8); + background-image: none; + border-color: rgba(197, 197, 197, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.3),0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { + border-color: rgba(209, 209, 209, 0.3); } + .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { + border-color: rgba(197, 197, 197, 0.3); } + .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(197, 197, 197, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(246, 246, 246, 0.06), inset 0 1px rgba(246, 246, 246, 0.07), inset -1px 0 rgba(246, 246, 246, 0.06), inset 0 -1px rgba(246, 246, 246, 0.05); } + .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { + border-color: mix(#58d782,rgba(246, 246, 246, 0.22),0.3); } + .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:checked:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:active:hover:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus, + #XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child.flat:active:checked:hover:focus { + border-color: rgba(172, 172, 172, 0.22); } + .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { + border-color: rgba(209, 209, 209, 0.22); } + .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { + border-color: rgba(197, 197, 197, 0.22); } + .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child:hover, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { + color: #f6f6f6; } + .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { + background-color: alpha(mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); + box-shadow: none; } + .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled { + color: mix(rgba(40, 42, 54, 0.8),#f6f6f6,0.6); } + .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + .osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical button:first-child.flat:backdrop, + #XfceNotifyWindow spinbutton.vertical button:first-child:backdrop, + #XfceNotifyWindow spinbutton.vertical button:first-child.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, + #XfceNotifyWindow spinbutton.vertical button:first-child.separator, + #XfceNotifyWindow spinbutton.vertical button:first-child .separator { + border: 1px solid currentColor; + color: rgba(40, 42, 54, 0.7); } + .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, + #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { + color: rgba(40, 42, 54, 0.65); } + .osd spinbutton.vertical button:first-child separator, + #XfceNotifyWindow spinbutton.vertical button:first-child separator { + background-image: image(mix(#f6f6f6,rgba(40, 42, 54, 0.8),0.9)); } + +scrolledwindow viewport.frame { + border-style: none; } + +scrolledwindow overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(88, 215, 130, 0.2)), to(rgba(88, 215, 130, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + scrolledwindow overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(88, 215, 130, 0.35)), to(rgba(88, 215, 130, 0.25))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.top { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.bottom { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.left { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: 0; + box-shadow: none; } + +scrolledwindow undershoot.right { + background-color: transparent; + /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%);*/ + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: 0; + box-shadow: none; } + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, mix(#282a36,#f1f1f0,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #1d1f27; } + scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; } + scrolledwindow junction:backdrop { + border-image-source: linear-gradient(to bottom, mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9) 1px, transparent 1px); + background-color: #21232d; + transition: 200ms ease-out; } + +/***************** + ! Progress bars * +******************/ +progressbar { + padding: 0; + border-radius: 3px; + font-size: smaller; + color: rgba(241, 241, 240, 0.6); } + progressbar.horizontal trough, + progressbar.horizontal progress { + min-height: 6px; } + progressbar.vertical trough, + progressbar.vertical progress { + min-width: 6px; } + progressbar trough { + border: 1px solid mix(#282a36,#f1f1f0,0.17); + background-color: mix(#282a36,#282a36,0.08); + background-image: none; + border-radius: 3px; } + progressbar progress { + background-color: #58d782; + background-image: none; + border-radius: 0; } + progressbar progress.left { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + progressbar progress.right { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar progress.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar progress.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +levelbar.horizontal block { + min-width: 34px; + min-height: 4px; } + +levelbar.vertical block { + min-width: 4px; + min-height: 34px; } + +levelbar:backdrop { + transition: 200ms ease-out; } + +levelbar trough { + background-color: mix(#282a36,#282a36,0.08); + border: 1px solid mix(#282a36,#f1f1f0,0.17); + border-radius: 3px; + padding: 2px; } + +levelbar.horizontal.discrete block { + margin: 0 1px; } + levelbar.horizontal.discrete block:first-child { + margin: 0; } + +levelbar.vertical.discrete block { + margin: 1px 0; } + levelbar.vertical.discrete block:first-child { + margin: 0; } + +levelbar block { + background-color: #58d782; + border-color: transparent; + border-radius: 3px; } + levelbar block.low { + background-color: #fbffcb; + border-color: transparent; } + levelbar block.high, levelbar block:not(.empty) { + background-color: #71f59c; + border-color: transparent; } + levelbar block.full { + background-color: #2fc460; + border-color: transparent; } + levelbar block.empty { + background-color: transparent; + border-color: transparent; + box-shadow: none; } + +scale { + min-height: 10px; + min-width: 10px; + padding: 3px; } + scale.horizontal trough { + padding: 0 3px; } + scale.horizontal highlight, scale.horizontal fill { + margin: 0 -4px; } + scale.vertical trough { + padding: 3px 0; } + scale.vertical highlight, scale.vertical fill { + margin: -4px 0; } + scale slider { + min-height: 15px; + min-width: 15px; + margin: -7px; } + scale.fine-tune slider { + margin: -7px; } + scale.fine-tune highlight { + background-color: #70dd94; } + scale.fine-tune fill, + scale.fine-tune highlight, + scale.fine-tune trough { + border-radius: 5px; + -gtk-outline-radius: 7px; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 4.5px; + border-radius: 2.5px; + background-color: mix(#282a36,#f1f1f0,0.2); } + scale trough:disabled { + background-color: mix(#282a36,#f1f1f0,0.1); } + menuitem:hover scale trough, row:selected scale trough, infobar scale trough { + background-color: rgba(100, 100, 93, 0.2); } + menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { + background-color: #f1f1f0; } + menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { + background-color: mix(#f1f1f0,#58d782,0.55); } + menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { + background-color: rgba(100, 100, 93, 0.1); } + scale highlight { + border-radius: 2.5px; + background-color: #58d782; } + scale highlight:disabled { + background-color: rgba(88, 215, 130, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(88, 215, 130, 0.5); } + scale fill:disabled { + background-color: transparent; } + scale slider { + background-color: #3d434f; + border: 1px solid rgba(241, 241, 240, 0.16); + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border; } + scale slider:hover { + background-color: #484f5d; } + scale slider:active { + background-clip: border-box; + background-color: #58d782; + border-color: #58d782; } + scale slider:disabled { + background-color: mix(#3d434f,#282a36,0.55); + border-color: mix(#f1f1f0,#282a36,0.92); } + menuitem:hover scale slider, row:selected scale slider, infobar scale slider { + background-clip: border-box; + background-color: #f1f1f0; + border-color: #f1f1f0; } + menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { + background-color: mix(#f1f1f0,#58d782,0.85); + border-color: mix(#f1f1f0,#58d782,0.85); } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: mix(#f1f1f0,#58d782,0.5); + border-color: mix(#f1f1f0,#58d782,0.5); } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: mix(#f1f1f0,#58d782,0.55); + border-color: mix(#f1f1f0,#58d782,0.55); } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale marks.top { + margin-bottom: 1px; + margin-top: -4px; } + scale marks.bottom { + margin-top: 1px; + margin-bottom: -4px; } + scale marks.top { + margin-right: 1px; + margin-left: -4px; } + scale marks.bottom { + margin-left: 1px; + margin-right: -4px; } + scale.fine-tune marks.top { + margin-bottom: 0px; + margin-top: -2px; } + scale.fine-tune marks.bottom { + margin-top: 0px; + margin-bottom: -2px; } + scale.fine-tune marks.top { + margin-right: 0px; + margin-left: -2px; } + scale.fine-tune marks.bottom { + margin-left: 0px; + margin-right: -2px; } + scale.horizontal indicator { + min-height: 3px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 2px; } + scale.vertical indicator { + min-height: 1px; + min-width: 3px; } + scale.vertical.fine-tune indicator { + min-width: 2px; } + scale.color trough { + padding: 0; + border: 0; + background-image: none; } + scale.color highlight, scale.color fill { + margin: 0; } + scale.color.horizontal { + padding: 0 0 6px; } + scale.color.horizontal trough { + border-top-left-radius: 0; + border-top-right-radius: 0; } + scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider { + margin-bottom: 0; + margin-top: 0; } + scale.color.vertical:dir(ltr) { + padding: 0 0 0 6px; } + scale.color.vertical:dir(ltr) trough { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { + margin-left: 0; + margin-right: 0; } + scale.color.vertical:dir(rtl) { + padding: 0 6px 0 0; } + scale.color.vertical:dir(rtl) trough { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { + margin-right: 0; + margin-left: 0; } + +/*********** + ! Scrollbar +************/ +scrollbar { + background-color: #1d1f27; + transition: 300ms ease-out; } + * { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.top { + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.bottom { + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.left { + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.right { + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar:backdrop { + background-color: #21232d; + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + transition: 400ms ease-in; } + scrollbar slider { + min-width: 7px; + min-height: 7px; + border: 1px solid transparent; + border-radius: 3px; + background-clip: padding-box; + background-color: mix(#282a36,#f1f1f0,0.5); } + scrollbar slider:hover { + background-color: mix(#282a36,#f1f1f0,0.7); } + scrollbar slider:hover:active { + background-color: #43d273; } + scrollbar slider:backdrop { + background-color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.4); } + scrollbar slider:disabled { + background-color: transparent; } + scrollbar.horizontal slider { + min-width: 40px; } + scrollbar.vertical slider { + min-height: 40px; } + scrollbar.fine-tune slider:active { + background-color: #6ddc91; } + scrollbar.overlay-indicator { + opacity: .8; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + opacity: .4; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + min-width: 4px; + min-height: 4px; + background-color: #f1f1f0; + border: 1px solid #292b38; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + border-color: transparent; + -gtk-icon-source: none; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-width: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 7px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-height: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + min-height: 7px; } + scrollbar button, scrollbar button.nautilus-circular-button.image-button { + min-width: 7px; + min-height: 7px; + padding: 0; + border: 0; + border-radius: 0; + border-color: mix(#282a36,#f1f1f0,0.18); + background-color: transparent; + box-shadow: none; + color: mix(#282a36,#f1f1f0,0.5); } + scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover { + color: mix(#282a36,#f1f1f0,0.7); } + scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked { + color: #43d273; } + scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop { + color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.4); } + scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + border-top: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); } + scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); } + +/********* + ! Sidebar +**********/ +.sidebar { + border-style: none; + background-color: mix(#282a36,#282a36,0.5); } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { + border-right: 1px solid mix(#282a36,#f1f1f0,0.18); + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid mix(#282a36,#f1f1f0,0.18); + border-right-style: none; } + .sidebar:backdrop { + background-color: mix(#282a36,#282a36,0.5); + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); + transition: 200ms ease-out; } + .sidebar .frame, .sidebar frame { + border-width: 0; } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; } + +stacksidebar row { + padding: 6px 3px; } + stacksidebar row > label { + padding-left: 3px; + padding-right: 3px; } + stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; } + +placessidebar > viewport.frame { + border-style: none; } + +placessidebar row { + min-height: 32px; + padding: 0; } + placessidebar row > revealer { + padding: 0 6px; } + placessidebar row:selected { + color: #f1f1f0; } + placessidebar row:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + placessidebar row:backdrop { + color: mix(#f1f1f0,#282a36,0.5); } + placessidebar row:backdrop:selected { + color: mix(#58d782,#f1f1f0,0.66); } + placessidebar row:backdrop:disabled { + color: #07080a; } + placessidebar row image.sidebar-icon { + opacity: 0.7; } + placessidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; + padding-left: 3px; } + placessidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; + padding-right: 3px; } + placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; } + placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; } + button.sidebar-button, button.sidebar-button.nautilus-circular-button.image-button { + min-height: 20px; + min-width: 20px; + margin-top: 2px; + margin-bottom: 2px; + padding: 0; + border-radius: 100%; + -gtk-outline-radius: 100%; } + button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { + opacity: 0.7; } + placessidebar row:selected:active { + box-shadow: none; } + placessidebar row.sidebar-placeholder-row { + padding: 0 8px; + min-height: 2px; + background-image: image(#58d782); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #58d782; } + placessidebar row:drop(active):not(:disabled) { + color: #58d782; + box-shadow: inset 0 1px #58d782, inset 0 -1px #58d782; } + placessidebar row:drop(active):not(:disabled):selected { + color: #f1f1f0; + background-color: #58d782; } + +/****** +! Paned +*******/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#242631); + background-size: 1px 1px; + background-position: center center; } + paned > separator:selected { + background-image: image(#58d782); } + paned > separator:backdrop { + background-image: image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #282a36; + background-image: image(#20222b), image(#20222b); + background-size: 1px 1px, 1px 1px; } + paned > separator.wide:backdrop { + background-color: #282a36; + background-image: image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)), image(mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9)); } + +paned.horizontal > separator { + background-repeat: repeat-y; + padding: 0 2px; + margin: 0 -2px; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; } + +paned.vertical > separator { + background-repeat: repeat-x; + padding: 2px 0; + margin: -2px 0; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; } + +paned.titlebar > separator { + background-image: image(#242631); } + +/******************* + ! Spinner animation +********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +spinner { + background-image: none; + color: #58d782; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; } + spinner:checked:disabled { + opacity: .5; } + +/*********************** + ! Check and Radio items +************************/ +radio { + background-image: none; + min-width: 16px; + min-height: 16px; + margin-right: 3px; } + radio:disabled { + -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } + radio:checked, radio:active { + -gtk-icon-source: url("../assets/radio-checked.svg"); } + radio:checked:disabled, radio:active:disabled { + -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } + radio:indeterminate { + -gtk-icon-source: url("../assets/radio-mixed.svg"); } + radio:indeterminate:disabled { + -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } + menuitem radio, modelbutton radio { + -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } + menuitem radio:disabled, modelbutton radio:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active { + -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } + menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover { + -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } + menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } + menuitem radio:indeterminate, modelbutton radio:indeterminate { + -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } + menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } + menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled { + -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } + +check { + background-image: none; + min-width: 16px; + min-height: 16px; + margin-right: 3px; } + check:disabled { + -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } + check:checked, check:active { + -gtk-icon-source: url("../assets/checkbox-checked.svg"); } + check:checked:disabled, check:active:disabled { + -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } + check:indeterminate { + -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } + check:indeterminate:disabled { + -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } + menuitem check, modelbutton check { + -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } + menuitem check:disabled, modelbutton check:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } + menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } + menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } + menuitem check:indeterminate, modelbutton check:indeterminate { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } + menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } + menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled { + -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } + +check, radio { + box-shadow: -1px 0 mix(#282a36,#f1f1f0,0.3) inset, 1px 0 mix(#282a36,#f1f1f0,0.3) inset, 0 -1px mix(#282a36,#f1f1f0,0.3) inset, 0 1px mix(#282a36,#f1f1f0,0.3) inset; + border-radius: 1.5px; + background-color: #282a36; } + check:disabled, radio:disabled { + box-shadow: -1px 0 mix(#282a36,#f1f1f0,0.15) inset, 1px 0 mix(#282a36,#f1f1f0,0.15) inset, 0 -1px mix(#282a36,#f1f1f0,0.15) inset, 0 1px mix(#282a36,#f1f1f0,0.15) inset; + background-color: rgba(40, 42, 54, 0.25); } + menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio { + box-shadow: none; + border-radius: 0; + background-color: transparent; + border: 0; } + textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus { + background-color: #282a36; } + +radio { + border-radius: 999px; } + +radio:dir(rtl), check:dir(rtl) { + margin-right: 0; + margin-left: 3px; } + +.view.content-view.check:not(list), iconview.content-view.check:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) { + -gtk-icon-shadow: none; + -gtk-icon-source: url("../assets/grid-selection-checked.svg"); + background-color: transparent; } + +/******** + ! Switch +*********/ +switch { + border-radius: 3px; + padding: 2px; + border: 0; + outline: none; + transition: background-color .3s linear; + min-width: 78px; + min-height: 24px; + background-color: mix(#282a36,#282a36,0.3); + color: #d3dae3; + box-shadow: inset 1px -1px 0 rgba(50, 50, 46, 0.06), inset -1px 1px 0 rgba(50, 50, 46, 0.06); + font-size: 90%; } + switch slider { + background-color: mix(#d3dae3,#282a36,0.5); + transition: all .3s ease-in; + box-shadow: 0 1px 2px 0 rgba(50, 50, 46, 0.07), 1px 0 2px 0 rgba(50, 50, 46, 0.07); + border-radius: 3px; } + switch:checked { + background-color: #58d782; + background-image: none; + border-color: #58d782; + color: #282a36; } + switch:checked slider { + background-color: #292b38; + box-shadow: 0 1px 3px 0 rgba(50, 50, 46, 0.1); } + switch:disabled { + background-color: mix(#282a36,#282a36,0.5); + background-image: none; + border-color: #282a36; + color: #282a36; + box-shadow: none; } + switch:disabled slider { + background-color: #282a36; } + list row:selected switch { + background-color: #282a36; + color: mix(#282a36,#282a36,0.5); } + list row:selected switch slider { + background-color: mix(mix(#282a36,#282a36,0.5),#282a36,0.4); } + list row:selected switch:checked { + color: #58d782; + background-color: mix(#d3dae3,#282a36,0.5); } + list row:selected switch:checked slider { + background-color: #58d782; } + +/********* + ! Buttons +**********/ +/****************** +! ComboBoxes * +*******************/ +/********* + ! Toolbar +**********/ +/*************** + ! Generic views +****************/ +.view, iconview, +.view text, +iconview text, +textview text { + color: #d3dae3; + background-color: #282a36; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + .view:backdrop, iconview:backdrop, + .view text:backdrop, + iconview text:backdrop, + textview text:backdrop { + color: mix(#282a36,#d3dae3,0.8); + background-color: #282a36; } + .view separator, iconview separator, + textview text separator { + background-image: image(mix(#d3dae3,#282a36,0.9)); } + +textview border { + background-color: mix(#282a36,#282a36,0.5); } + +iconview :selected { + border-radius: 3px; } + +/************ +! Treeview +*************/ +.rubberband, +rubberband, +treeview.view rubberband, +flowbox rubberband { + border: 1px solid mix(#58d782,#f1f1f0,0.1); + background-color: rgba(88, 215, 130, 0.2); } + +treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { + background-color: #282a36; + transition-property: color, background; } + +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #282a36; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #58d782; } + +treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button { + padding: 1px 4px; + border-radius: 0; + text-shadow: none; + border-top-color: transparent; + border-left-color: transparent; } + treeview.view header button:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + treeview.view header button:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.5); + background-image: none; + background-color: mix(#3d434f,#282a36,0.5); } + treeview.view header button:backdrop:disabled { + border-color: #282a36; + background-image: none; } + +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ""; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ""; + border-left-color: mix(#f1f1f0,#282a36,0.7); + border-top-color: mix(#f1f1f0,#282a36,0.9); } + treeview.view:selected:focus, treeview.view:selected { + border-radius: 0; } + treeview.view:selected:backdrop, treeview.view:selected { + border-left-color: mix(#f1f1f0,#58d782,0.5); + border-top-color: rgba(241, 241, 240, 0.1); } + treeview.view:disabled { + color: mix(#f1f1f0,#282a36,0.5); } + treeview.view:disabled:selected { + color: mix(#f1f1f0,#58d782,0.4); } + treeview.view:disabled:selected:backdrop { + color: mix(mix(#58d782,#f1f1f0,0.66),#58d782,0.3); } + treeview.view:disabled:backdrop { + color: #07080a; } + treeview.view.separator { + min-height: 2px; + color: #282a36; } + treeview.view.separator:backdrop { + color: rgba(40, 42, 54, 0.1); } + treeview.view:backdrop { + border-left-color: mix(mix(#f1f1f0,#282a36,0.5),#282a36,0.5); + border-top: #282a36; } + treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: mix(#58d782,#f1f1f0,0.3); } + treeview.view:drop(active).after { + border-top-style: none; } + treeview.view:drop(active).before { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: mix(#282a36,#f1f1f0,0.7); } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #f1f1f0; } + treeview.view.expander:selected { + color: mix(#58d782,#f1f1f0,0.7); } + treeview.view.expander:selected:hover { + color: #f1f1f0; } + treeview.view.expander:selected:backdrop { + color: mix(#58d782,mix(#58d782,#f1f1f0,0.66),0.7); } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: mix(#282a36,mix(#f1f1f0,#282a36,0.5),0.7); } + treeview.view.progressbar { + background-color: #58d782; + background-image: none; + color: #282a36; + border-radius: 3px; + border: 1px solid mix(#58d782,#f1f1f0,0.3); } + treeview.view.progressbar:selected { + border: 1px solid mix(#58d782,#f1f1f0,0.2); } + treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { + color: #f1f1f0; + box-shadow: none; + background-color: #58d782; + background-image: none; + border-radius: 3px; } + treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { + color: mix(#58d782,#f1f1f0,0.66); + border-color: mix(#58d782,#f1f1f0,0.3); + background-color: mix(#282a36,#58d782,0.9); } + treeview.view.progressbar:disabled { + background-color: #282a36; + background-image: none; + border-color: mix(#f1f1f0,#282a36,0.84); } + treeview.view.progressbar:backdrop { + color: #282a36; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(241, 241, 240, 0.1); + border-radius: 3px; } + treeview.view.trough:selected:focus, treeview.view.trough:selected { + background-color: rgba(241, 241, 240, 0.3); + border-width: 1px 0; + border-style: solid; + border-color: #58d782; + border-radius: 3px; } + treeview.view header button, treeview.view header button.nautilus-circular-button.image-button { + font-weight: normal; + text-shadow: none; + box-shadow: none; } + treeview.view header button:hover { + border-top-color: mix(#58d782,#f1f1f0,0.3); + border-left-color: mix(#58d782,#f1f1f0,0.3); + box-shadow: none; + transition: none; } + treeview.view header button:active { + border-top-color: mix(#58d782,#f1f1f0,0.3); + border-left-color: mix(#58d782,#f1f1f0,0.3); + transition: none; } + treeview.view header button:last-child:backdrop, treeview.view header button:last-child { + border-right-style: none; } + treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, + treeview.view header.button.dnd:active, + treeview.view header.button.dnd:selected, + treeview.view header.button.dnd:hover, + treeview.view header.button.dnd { + padding: 0 6px; + transition: none; + background-image: none; + background-color: #58d782; + color: #282a36; + border-radius: 0; + border-style: none; + box-shadow: inset 0 0 0 1px #282a36; + text-shadow: none; } + treeview.view acceleditor > label { + background-color: #58d782; } + +/*********** + ! Separator +************/ +separator { + background-image: image(mix(#f1f1f0,#282a36,0.9)); + min-width: 1px; + min-height: 1px; } + +/********** + ! Frames * +***********/ +frame > border, .frame { + border: 1px solid mix(#282a36,#f1f1f0,0.18); } + frame > border.flat, .frame.flat { + border-style: none; } + frame > border:backdrop, .frame:backdrop { + border-color: mix(#282a36,mix(#282a36,#f1f1f0,0.18),0.9); } + +frame.border-inset > border, +frame.border-outset > border, +frame.border-groove > border, +frame.border-ridge > border { + border: 1px solid alpha(mix(#282a36,#f1f1f0,0.18),0.3843137255); } + +.content-view { + background-color: mix(#282a36,#282a36,0.28); + color: mix(#d3dae3,#f1f1f0,0.18); + border: 1px solid shade(mix(#282a36,#282a36,0.78),0.8); } + +viewport separator { + background-image: image(mix(#d3dae3,#282a36,0.9)); } + +viewport menu separator { + background-image: image(mix(#282a36,#f6f6f6,0.18)); } + +/*************** + ! Places view * +****************/ +placesview .server-list-button > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } + +placesview row.activatable:hover { + background-color: transparent; } + +placesview > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; } + +/************** + ! Window frame +***************/ +decoration { + background-color: #282a36; + background-image: none; + border-radius: 3px 3px 0 0; + border-width: 0; + box-shadow: 0 3px 9px 1px rgba(100, 100, 93, 0.7), 0 0 0 1px #5af78e; + /* this is used for the resize cursor area */ + margin: 9px; } + decoration:backdrop { + box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(100, 100, 93, 0.4), 0 0 0 1px #282a36; + transition: 200ms ease-out; } + .maximized decoration, .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; } + .ssd decoration { + box-shadow: 0 0 0 1px #5af78e; } + .ssd decoration:backdrop { + box-shadow: 0 0 0 1px #282a36; } + .solid-csd decoration { + border-radius: 0; + margin: 0; + box-shadow: none; } + .csd.popup decoration { + border-radius: 0; + box-shadow: 0 1px 2px rgba(100, 100, 93, 0.2), 0 0 0 1px rgba(40, 42, 54, 0.13); } + tooltip.csd decoration { + border-radius: 3px; + box-shadow: none; } + messagedialog.csd decoration { + border-radius: 3px; + box-shadow: 0 1px 2px rgba(100, 100, 93, 0.2), 0 0 0 1px rgba(40, 42, 54, 0.13); } + +/*********************** + ! Fallback mode panel * +************************/ +UnityPanelWidget, .unity-panel, .xfce4-panel, .mate-panel-menu-bar, wnck-pager, wnck-tasklist, clock-box menuitem, clock-box:backdrop menuitem, +panel-applet > menubar menuitem, +panel-applet > menubar:backdrop menuitem, +panel-toplevel .gnome-panel-menu-bar menuitem, clock-box, clock-box:backdrop, +panel-applet > menubar, +panel-applet > menubar:backdrop, +panel-toplevel .gnome-panel-menu-bar, panel-plug, +panel-toplevel.background { + background-color: #282a36; + background-image: none; + color: #f6f6f6; } + +gp-calendar-window label, +#tasklist-button label, +#clock-applet-button label, +#showdesktop-button label, clock-box menuitem label, clock-box:backdrop menuitem label, +panel-applet > menubar menuitem label, +panel-applet > menubar:backdrop menuitem label, +panel-toplevel .gnome-panel-menu-bar menuitem label { + font-weight: normal; + color: #f6f6f6; } + +#login_window, #shutdown_dialog, #restart_dialog, .xfce4-panel button, .xfce4-panel button.nautilus-circular-button.image-button, panel-applet button, panel-applet button.nautilus-circular-button.image-button, panel-applet button:backdrop, #clock-applet-button, #clock-applet-button:backdrop { + border-width: 0 1px; + border-radius: 0; + border-color: transparent; + background-color: transparent; + background-image: none; + color: #f6f6f6; } + #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover, .xfce4-panel button:hover, panel-applet button:hover, panel-applet button.nautilus-circular-button.image-button:hover, #clock-applet-button:hover { + background-color: mix(#282a36,#f6f6f6,0.11); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.11); + color: white; } + #login_window:active, #shutdown_dialog:active, #restart_dialog:active, .xfce4-panel button:active, panel-applet button:active, panel-applet button.nautilus-circular-button.image-button:active, #clock-applet-button:active, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked, .xfce4-panel button:checked, panel-applet button:checked, panel-applet button.nautilus-circular-button.image-button:checked, #clock-applet-button:checked { + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.21); + color: white; } + #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, .xfce4-panel button:active:hover, panel-applet button:active:hover, #clock-applet-button:active:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover, .xfce4-panel button:checked:hover, panel-applet button:checked:hover, #clock-applet-button:checked:hover { + background-color: mix(#282a36,#f6f6f6,0.31); + background-image: none; + border-color: mix(#282a36,#f6f6f6,0.31); } + +panel-plug, +panel-toplevel.background { + padding: 0; } + +.gp-text-color { + color: #64645d; } + +panel-applet { + border: 0; } + +clock-box menuitem, clock-box:backdrop menuitem, +panel-applet > menubar menuitem, +panel-applet > menubar:backdrop menuitem, +panel-toplevel .gnome-panel-menu-bar menuitem, +panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { + border: 0; } + +/**************** + ! MATE styles * +*****************/ +.mate-panel-menu-bar { + border: 0; + padding: 0; + text-shadow: none; } + +#PanelApplet label, +.mate-panel-menu-bar menubar > menuitem { + color: #f6f6f6; } + +PanelSeparator, MatePanelAppletFrameDBus { + border-width: 0; + color: transparent; + background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png")); + background-color: transparent; + background-repeat: no-repeat; + background-position: left; } + +#PanelApplet button, +#PanelApplet button.flat, +#PanelApplet button.toggle +#PanelApplet button.flat.toggle { + background-image: none; + background-color: transparent; + border-color: transparent; + border-style: solid; + border-radius: 0; + border-width: 1px; + color: #f6f6f6; + text-shadow: none; + box-shadow: none; + padding: 2px; } + +#PanelApplet button:hover:active, +#PanelApplet button:checked, +#PanelApplet button:checked:hover, +#PanelApplet button.flat:hover:active, +#PanelApplet button.flat:checked, +#PanelApplet button.flat:checked:hover, +#PanelApplet button.toggle:hover:active, +#PanelApplet button.toggle:checked, +#PanelApplet button.toggle:checked:hover, +#PanelApplet button.flat.toggle:hover:active, +#PanelApplet button.flat.toggle:checked, +#PanelApplet button.flat.toggle:checked:hover { + background-image: none; + background-color: darker(#282a36); + border-color: transparent; + border-radius: 0; + border-width: 1px; + color: lighter(#f6f6f6); + text-shadow: none; + padding: 2px; } + +#PanelApplet button:hover, +#PanelApplet button.flat:hover, +#PanelApplet button.toggle:hover, +#PanelApplet button.flat.toggle:hover { + background-image: none; + background-color: #343746; + border-color: transparent; + border-radius: 0; + border-width: 1px; + color: #f1f1f0; + text-shadow: none; + padding: 2px; } + +.mate-panel-menu-bar menubar > menuitem { + padding: 3px 7px; } + +/********************* + ! Cinnamon Settings * +**********************/ +.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop { + background-color: transparent; } + +/**************** + ! Gnome clocks * +*****************/ +.clocks-analog-frame.trough { + color: mix(#f1f1f0,#282a36,0.85); } + +.clocks-analog-frame.progress { + color: mix(#282a36,#58d782,0.5); } + +.clocks-analog-frame.progress-fast { + color: #29ab54; } + +/***************** + ! Gnome Builder * +******************/ +workbench.csd > stack.titlebar:not(headerbar) { + padding: 0; + background: none; + border: 0; + 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: 3px 3px 0 0; } + +/**************** + ! Geary * +*****************/ +.geary-expanded .geary-message-summary { + background-color: #262833; } + +.geary-folder-popover-list-row { + border-color: #303241; + box-shadow: None; } + .geary-folder-popover-list-row > label { + color: #282a36; } + +/*********************** + ! Unity Greeter * + ***********************/ +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.9); + border-radius: 7px; + padding: 3px; + color: #292b38; } + +.lightdm.menu { + background-image: none; + background-color: rgba(100, 100, 93, 0.6); + border-color: rgba(41, 43, 56, 0.2); + border-radius: 6px; + padding: 1px; + color: #292b38; } + .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { + color: #292b38; } + +.lightdm.menubar *, .lightdm.menubar.menuitem { + padding: 0px; } + +.lightdm.option-button { + padding: 3px; + background: none; + border: 0; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + .lightdm.toggle-button.selected { + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.3); + border-width: 1px; } + .lightdm.toggle-button.selected:hover { + background-color: rgba(41, 43, 56, 0.3); } + +.lightdm.button:hover { + background-color: rgba(41, 43, 56, 0.3); + border-color: rgba(41, 43, 56, 0.6); + text-shadow: none; } + +.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { + background-image: none; + background-color: rgba(100, 100, 93, 0.3); + border-color: rgba(41, 43, 56, 0.6); + border-radius: 7px; + padding: 5px; + color: #292b38; + text-shadow: none; } + +.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { + background-image: none; + border-image: none; } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.entry:focus { + border-color: rgba(41, 43, 56, 0.6); + border-width: 1px; + border-style: solid; + color: #292b38; } + +.lightdm.entry:selected { + background-color: rgba(41, 43, 56, 0.2); } + +.lightdm-combo.menu { + background-color: #2b2d3a; + border-radius: 0; + padding: 0; + color: #292b38; } + +/********* + ! Gedit * +**********/ +GeditWindow .pane-separator { + border-width: 0 1px 0 0; + border-style: solid; } + GeditWindow .pane-separator, GeditWindow .pane-separator:hover { + border-color: #242631; + background-color: #282a36; } + +.gedit-document-panel { + background-color: #282a36; + color: mix(#f1f1f0,#282a36,0.1); } + .gedit-document-panel list row { + padding: 3px; } + .gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button { + padding: 1px; + border-radius: 3px; + border-style: solid; + border-color: transparent; + border-width: 1px; + background-color: transparent; + background-image: none; + color: transparent; + -gtk-icon-shadow: none; } + .gedit-document-panel .prelight-row button { + border-color: rgba(100, 100, 93, 0.1); + color: rgba(41, 43, 56, 0.8); } + .gedit-document-panel .prelight-row button:active { + border-color: rgba(100, 100, 93, 0.2); + background-color: rgba(100, 100, 93, 0.08); + color: #292b38; } + .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { + border-color: rgba(100, 100, 93, 0.1); + color: #292b38; } + +.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { + border-top: 1px solid #242631; + background-color: #282a36; } + +.gedit-document-panel-document-row:hover { + background-color: #2a2c39; } + +.gedit-document-panel-dragged-row { + border: 1px solid rgba(100, 100, 93, 0.1); + background-color: rgba(100, 100, 93, 0.5); + color: #292b38; } + +.gedit-document-panel-placeholder-row { + border: 0; + background-color: rgba(100, 100, 93, 0.08); + transition: all 200ms ease-in; } + +statusbar GeditSmallButton, GeditStatusMenuButton { + text-shadow: none; } + statusbar GeditSmallButton button, statusbar GeditSmallButton button.nautilus-circular-button.image-button, GeditStatusMenuButton button, GeditStatusMenuButton button.nautilus-circular-button.image-button { + border-style: solid; + border-width: 0 1px; + border-color: transparent; + border-radius: 0; + padding: 1px 6px 2px 4px; } + statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover { + border-color: #20222b; } + statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active { + background-color: #262833; + color: #f1f1f0; } + +GeditViewFrame .gedit-search-slider { + padding: 3px; + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px; + border-style: solid; + border-color: #20222b; + background-color: #282a36; } + GeditViewFrame .gedit-search-slider .not-found { + background-color: #fc4a6d; + background-image: none; + color: #282c34; } + +GeditFileBrowserWidget .toolbar { + padding: 1.5px; + border-top: 0; + background-color: #282a36; + background-image: none; } + +.gedit-search-entry-occurrences-tag { + margin: 1.5px; + padding: 1.5px; + color: mix(#d3dae3,#282a36,0.5); } + +.gedit-bottom-panel-paned, +.gedit-side-panel-paned, +paned.titlebar { + margin-right: 0; } + +.gedit-bottom-panel-paned notebook { + border-top: 0; } + +/************ + ! Nautilus * +*************/ +.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { + color: #f1f1f0; } + .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { + color: #f1f1f0; } + .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { + text-shadow: none; } + +.nautilus-window toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; } + +.nautilus-window .sidebar { + border: 0; } + .nautilus-window .sidebar frame { + border: 0; } + +.nautilus-window notebook { + background-color: #282a36; + border: 0; } + .nautilus-window notebook frame { + border: 0; } + +.nautilus-window .searchbar-container { + margin-top: -1px; } + .nautilus-window .searchbar-container searchbar { + padding-top: 0px; + padding-bottom: 1px; + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(241, 241, 240, 0.5); + border-color: rgba(218, 218, 215, 0.5); } + .disk-space-display.used { + background-color: rgba(88, 215, 130, 0.8); + border-color: rgba(64, 209, 112, 0.8); } + .disk-space-display.free { + background-color: #262833; + border-color: #22242e; } + +.conflict-row.activatable, .conflict-row.activatable:active { + color: #282c34; + background-color: #fc4a6d; } + +.conflict-row.activatable:hover { + background-color: #fd6a87; } + +.conflict-row.activatable:selected { + color: #f1f1f0; + background-color: #58d782; } + +/******** + ! Nemo * +*********/ +.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { + color: #292b38; + text-shadow: 1px 1px #64645d; } + .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { + color: #f1f1f0; } + .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { + color: #f1f1f0; } + .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { + text-shadow: none; } + +.nemo-window { + /* Status Bar */ } + .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { + background-color: mix(#282a36,#d3dae3,0.12); + color: #d3dae3; } + .nemo-window toolbar { + border-width: 0 0 1px; + border-style: solid; + border-color: #20222b; + /* Path Bar */ } + .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { + color: mix(#282a36,#f1f1f0,0.88); + border-color: currentColor; + -GtkWidget-window-dragging: true; } + .nemo-window toolbar.primary-toolbar button.image-button { + padding: 0 8px; } + .nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button { + padding: 3px; } + .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { + padding: 3px; } + .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { + padding: 3px; } + .nemo-window toolbar toolitem stack { + margin-left: 15px; } + .nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + -NemoPathbarButton-border-radius: 3px; } + .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + .nemo-window toolbar toolitem stack widget button:disabled { + box-shadow: inset -1px 0 #20222b; } + .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { + box-shadow: none; } + .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { + box-shadow: inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.06), inset 0 1px rgba(50, 50, 46, 0.07), inset -1px 0 rgba(50, 50, 46, 0.06); } + .nemo-window grid > widget:last-child button { + min-height: 16px; + min-width: 16px; + padding: 2px 4px; } + .nemo-window grid > widget:last-child button:first-child + button { + margin-right: 72px; } + .nemo-window grid > widget:last-child > box > scale { + margin-right: 12px; } + .nemo-window grid > widget:last-child statusbar { + border: 0; } + .nemo-window .sidebar { + /* Nemo Query Editor (File Search Bar) */ } + .nemo-window .sidebar .frame { + border: 0; } + .nemo-window .sidebar image { + padding-left: 3px; + padding-right: 3px; } + .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { + background-color: mix(#282a36,#282a36,0.5); } + .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { + -NemoPlacesTreeView-disk-full-bg-color: #20222b; + -NemoPlacesTreeView-disk-full-fg-color: #58d782; + -NemoPlacesTreeView-disk-full-bar-width: 2px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 0; + -NemoPlacesTreeView-disk-full-max-length: 75px; } + .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { + -NemoPlacesTreeView-disk-full-bg-color: #f1f1f0; + -NemoPlacesTreeView-disk-full-fg-color: #89e3a7; } + .nemo-window .sidebar + separator + box .primary-toolbar { + background-color: #272935; + background-image: none; + padding-top: 0px; + padding-bottom: 0px; + border-bottom: 1px solid mix(#282a36,#f1f1f0,0.18); } + .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) { + border-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(3) { + margin-left: -6px; + border-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button { + background-color: #282a36; + background-image: none; + color: #f1f1f0; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); + padding: 5px 6px; } + .nemo-window notebook { + background-color: #282a36; + border-width: 0; } + .nemo-window notebook tabs { + border: 0; } + +/*********************** + ! Fallback mode panel * +************************/ +/************ + ! Synaptic * +*************/ +GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { + background-color: #282a36; + background-image: none; + padding: 3px; + border: 0; + color: #f1f1f0; } + +/*********************** + ! Fallback mode panel * +************************/ +/*************** + ! Xfce styles * +****************/ +.XfceHeading { + margin: 0; + padding: 0; + border: 0; + background-image: none; + background-color: #282a36; + color: #d3dae3; } + +.xfce4-panel { + font: inherit; } + .xfce4-panel menu { + -gtk-icon-effect: none; + text-shadow: none; } + +/*********************** + ! Fallback mode panel * +************************/ +/**************** + ! Unity styles * +*****************/ +UnityDecoration { + -UnityDecoration-extents: 24px 1px 1px 1px; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 1px; + -UnityDecoration-active-shadow-color: rgba(100, 100, 93, 0.3); + -UnityDecoration-active-shadow-radius: 8px; + -UnityDecoration-inactive-shadow-color: rgba(100, 100, 93, 0.5); + -UnityDecoration-inactive-shadow-radius: 5px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #58d782; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0; } + UnityDecoration .top { + border: 1px solid #5af78e; + border-bottom: 0; + border-radius: 3px 3px 0 0; + padding: 1px 6px 0; + background-color: #282a36; + color: #f6f6f6; + text-shadow: none; } + UnityDecoration .top:hover { + border-radius: 0; + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + UnityDecoration .top:backdrop { + border: 1px solid #282a36; + color: mix(#f1f1f0,#282a36,0.4); } + UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { + background-color: #282a36; } + UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { + background-color: mix(#1c1d26,mix(#f1f1f0,#282a36,0.4),0.21); } + +UnityPanelWidget, .unity-panel { + border: 0; } + +.unity-panel.menuitem, .unity-panel .menuitem { + border-width: 0 1px; + color: #f6f6f6; } + .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { + border-color: mix(#282a36,#f6f6f6,0.21); + background-color: mix(#282a36,#f6f6f6,0.21); + background-image: none; + color: white; } + +SheetStyleDialog.unity-force-quit { + background-color: #282a36; } + +/************************ + ! Unity-Control-Center * +*************************/ +.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame { + border: 0 none transparent; } + .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop { + background-color: transparent; } + +/*********************** + ! LightDM GTK Greeter * + ***********************/ +#panel_window { + background-color: #282a36; + background-image: none; + color: #f6f6f6; + font-weight: bold; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + -gtk-icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window menubar { + padding-left: 3px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + background-image: none; + border-style: none; + color: #f6f6f6; + text-shadow: 0 1px rgba(100, 100, 93, 0.5); + -gtk-icon-shadow: 0 1px rgba(100, 100, 93, 0.5); } + #panel_window menubar:hover, #panel_window menubar > menuitem:hover { + background-color: rgba(246, 246, 246, 0.2); + background-image: none; + color: #f6f6f6; } + #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { + color: #f6f6f6; } + #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { + color: rgba(246, 246, 246, 0.7); } + #panel_window menubar menu > menuitem { + font-weight: normal; } + +#content_frame { + padding-bottom: 9px; } + +#login_window, #shutdown_dialog, #restart_dialog { + border-style: none; + border-radius: 3px; + background-color: #282a36; + color: #f6f6f6; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 mix(#1c1d26,#f6f6f6,0.21), inset -1px 0 mix(#1c1d26,#f6f6f6,0.21), inset 0 1px mix(#1c1d26,#f6f6f6,0.21), inset 0 -1px mix(#1c1d26,#f6f6f6,0.21); } + +#login_window menu { + border-radius: 0; } + +#login_window button { + background-color: #2d333d; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #login_window button:focus, #login_window button:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + #login_window button:disabled { + border-color: rgba(171, 184, 201, 0.22); } + #login_window button:active:disabled, #login_window button:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, viewswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #login_window button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #login_window button, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(211, 218, 227, 0.36),0.3); } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #login_window button.flat { + color: #d3dae3; + border-color: rgba(45, 51, 61, 0); + background-color: rgba(45, 51, 61, 0); + background-image: none; + box-shadow: none; } + #login_window button:hover, #login_window button.flat:hover { + background-color: #2f3640; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + #login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + #login_window button:hover:disabled, #login_window button.flat:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + #login_window button:focus, #login_window button.flat:focus { + background-color: #2f3640; + background-image: none; + border-color: rgba(211, 218, 227, 0.22); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #d3dae3; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.42); } + #login_window button:focus:hover, #login_window button.flat:focus:hover { + background-color: #323843; + background-image: none; + border-color: rgba(157, 173, 193, 0.3); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.48); } + #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.3),0.3); } + #login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.3); } + #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { + border-color: rgba(171, 184, 201, 0.3); } + #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { + border-color: rgba(157, 173, 193, 0.3); } + #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(157, 173, 193, 0.22); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(211, 218, 227, 0.06), inset 0 1px rgba(211, 218, 227, 0.07), inset -1px 0 rgba(211, 218, 227, 0.06), inset 0 -1px rgba(211, 218, 227, 0.05); } + #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { + border-color: mix(#58d782,rgba(211, 218, 227, 0.22),0.3); } + #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { + border-color: rgba(131, 150, 176, 0.22); } + #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { + border-color: rgba(171, 184, 201, 0.22); } + #login_window button:active:checked:disabled, #login_window button.flat:active:checked:disabled { + border-color: rgba(157, 173, 193, 0.22); } + #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { + color: #d3dae3; } + #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { + background-color: alpha(mix(#2d333d,#d3dae3,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#2d333d,#d3dae3,0.6); + box-shadow: none; } + #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled { + color: mix(#2d333d,#d3dae3,0.6); } + #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #login_window button:backdrop, #login_window button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #login_window button.separator, #login_window button .separator { + border: 1px solid currentColor; + color: rgba(45, 51, 61, 0.9); } + #login_window button.separator:disabled, #login_window button .separator:disabled { + color: rgba(45, 51, 61, 0.85); } + #login_window button separator { + background-image: image(mix(#d3dae3,#2d333d,0.9)); } + +#login_window entry { + background-color: #282a36; + background-image: none; + border-color: mix(#f6f6f6,#282a36,0.8); + padding: 5px 3.6428571429px; + color: #f6f6f6; + caret-color: #ffcc00; + -gtk-secondary-caret-color: #e6e6e6; } + #login_window entry:focus, #login_window entry:hover { + border-color: mix(#58d782,mix(#f6f6f6,#282a36,0.7),0.3); } + #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus { + border-color: mix(#f6f6f6,#282a36,0.32); } + #login_window entry:disabled { + border-color: mix(#f6f6f6,#282a36,0.84); } + #login_window entry:active:disabled, #login_window entry:checked:disabled { + border-color: mix(#f6f6f6,#282a36,0.8); } + #login_window entry:focus, #login_window entry:active { + border-color: mix(#58d782,mix(#282a36,#f1f1f0,0.18),0.3); } + #login_window entry:disabled { + background-color: mix(#282a36,#f6f6f6,0.07); + background-image: none; + opacity: .9; + color: mix(#282a36,#f6f6f6,0.9); } + +#user_combobox { + color: #f6f6f6; + font-size: 18px; } + #user_combobox menu { + font-weight: normal; } + #user_combobox arrow { + color: mix(#f6f6f6,#282a36,0.5); } + +#user_image { + border-radius: 3px; + /* draw border using box-shadow */ + box-shadow: inset 1px 0 #1c1d26, inset -1px 0 #1c1d26, inset 0 1px #1c1d26, inset 0 -1px #1c1d26; } + +#user_image_border { + border-radius: 3px; + background-color: #242631; + background-image: none; + box-shadow: inset 1px 0 rgba(50, 50, 46, 0.07), inset 0 1px rgba(50, 50, 46, 0.08), inset -1px 0 rgba(50, 50, 46, 0.07), inset 0 -1px rgba(50, 50, 46, 0.05); } + +#buttonbox_frame { + padding-top: 6px; + padding-bottom: 0; + border-style: none; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + background-color: transparent; + background-image: none; + box-shadow: none; } + +/* shutdown button */ +#shutdown_button button { + background-color: #fc4a6d; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + #shutdown_button button:focus, #shutdown_button button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #shutdown_button button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, viewswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #shutdown_button button.flat { + color: #282c34; + border-color: rgba(252, 74, 109, 0); + background-color: rgba(252, 74, 109, 0); + background-image: none; + box-shadow: none; } + #shutdown_button button:hover, #shutdown_button button.flat:hover { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #shutdown_button button:focus, #shutdown_button button.flat:focus { + background-color: #fc5a7a; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { + background-color: #fd6a87; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { + color: #282c34; } + #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { + background-color: alpha(mix(#fc4a6d,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fc4a6d,#282c34,0.6); + box-shadow: none; } + #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled { + color: mix(#fc4a6d,#282c34,0.6); } + #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #shutdown_button button:backdrop, #shutdown_button button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #shutdown_button button.separator, #shutdown_button button .separator { + border: 1px solid currentColor; + color: rgba(252, 74, 109, 0.9); } + #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { + color: rgba(252, 74, 109, 0.85); } + #shutdown_button button separator { + background-image: image(mix(#282c34,#fc4a6d,0.9)); } + +/* restart button */ +#restart_button button { + background-color: #fbffcb; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.12); } + #restart_button button:focus, #restart_button button:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #restart_button button:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #restart_button button:active:disabled, #restart_button button:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) { + border-right-style: none; } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked { + border-right-style: none; } + .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, viewswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-right-style: none; + box-shadow: inset-1px 0 0 mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) { + border-bottom-style: none; } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(40, 44, 52, 0.36),0.3); } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked { + border-bottom-style: none; } + .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover { + border-color: mix(#58d782,rgba(88, 215, 130, 0.36),0.3); + border-bottom-style: none; + box-shadow: inset 0 -1px mix(#58d782,rgba(88, 215, 130, 0.36),0.3); } + #restart_button button.flat { + color: #282c34; + border-color: rgba(251, 255, 203, 0); + background-color: rgba(251, 255, 203, 0); + background-image: none; + box-shadow: none; } + #restart_button button:hover, #restart_button button.flat:hover { + background-color: #fdffe2; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.22); } + #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #restart_button button:focus, #restart_button button.flat:focus { + background-color: #fdffe2; + background-image: none; + border-color: rgba(40, 44, 52, 0.32); + outline-color: rgba(88, 215, 130, 0.5); + outline-width: 11px; + outline-style: solid; + outline-offset: 9px; + color: #282c34; + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.32); } + #restart_button button:focus:hover, #restart_button button.flat:focus:hover { + background-color: #fffff9; + background-image: none; + border-color: rgba(32, 35, 42, 0.4); + box-shadow: 0 1px 2px -1px rgba(50, 50, 46, 0.38); } + #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.4),0.3); } + #restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.4); } + #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { + border-color: rgba(34, 37, 44, 0.4); } + #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { + border-color: rgba(32, 35, 42, 0.4); } + #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active { + /*@include linear-gradient(shade($bg, .7), to top);*/ + background-color: #58d782; + background-image: none; + border-color: rgba(32, 35, 42, 0.32); + color: #f1f1f0; + box-shadow: inset 1px 0 rgba(40, 44, 52, 0.06), inset 0 1px rgba(40, 44, 52, 0.07), inset -1px 0 rgba(40, 44, 52, 0.06), inset 0 -1px rgba(40, 44, 52, 0.05); } + #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { + border-color: mix(#58d782,rgba(40, 44, 52, 0.32),0.3); } + #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus { + border-color: rgba(28, 31, 36, 0.32); } + #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { + border-color: rgba(34, 37, 44, 0.32); } + #restart_button button:active:checked:disabled, #restart_button button.flat:active:checked:disabled { + border-color: rgba(32, 35, 42, 0.32); } + #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { + /*@include linear-gradient(shade($bg, .65), to top);*/ + background-color: #64da8b; + background-image: none; + color: #f1f1f0; } + #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { + color: #282c34; } + #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { + background-color: alpha(mix(#fbffcb,#282c34,0.2),0.4); + background-image: none; + /*border: 1px solid alpha($bg, .2);*/ + opacity: .6; + color: mix(#fbffcb,#282c34,0.6); + box-shadow: none; } + #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled { + color: mix(#fbffcb,#282c34,0.6); } + #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled { + background-color: rgba(88, 215, 130, 0.6); + background-image: none; + color: rgba(241, 241, 240, 0.85); + box-shadow: none; } + #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled { + color: rgba(241, 241, 240, 0.85); } + #restart_button button:backdrop, #restart_button button.flat:backdrop { + color: mix(#f1f1f0,mix(#f1f1f0,#282a36,0.5),0.8); } + #restart_button button.separator, #restart_button button .separator { + border: 1px solid currentColor; + color: rgba(251, 255, 203, 0.9); } + #restart_button button.separator:disabled, #restart_button button .separator:disabled { + color: rgba(251, 255, 203, 0.85); } + #restart_button button separator { + background-image: image(mix(#282c34,#fbffcb,0.9)); } + +/* password warning */ +#greeter_infobar { + font-weight: bold; } + +/********************** + ! Genome Terminal * +***********************/ +VteTerminal { + background-color: #282a36; + color: #f6f6f6; } + +terminal-window junction, terminal-window scrollbar trough { + background-color: #282a36; + border-color: #20222b; } + +terminal-window scrollbar.vertical slider { + background-color: mix(#282a36,#f6f6f6,0.2); } + terminal-window scrollbar.vertical slider:hover { + background-color: mix(#282a36,#f6f6f6,0.3); } + terminal-window scrollbar.vertical slider:hover:active { + background-color: #58d782; } + terminal-window scrollbar.vertical slider:disabled { + background-color: transparent; } + +/****************** + ! Budgie Desktop * +*******************/ +.budgie-container { + background-color: transparent; } + +.raven { + background-color: rgba(40, 42, 54, 0.93); } + .raven .raven-header { + background-color: #282a36; + border: solid mix(#282a36,#f1f1f0,0.18); + border-width: 1px 0; } + .raven .raven-background { + background-color: rgba(40, 42, 54, 0.93); } + +.raven-mpris { + background-color: rgba(40, 42, 54, 0.7); } diff --git a/.config/gtk-3.20/gtk-dark.css b/.config/gtk-3.20/gtk-dark.css new file mode 100644 index 0000000..198bb85 --- /dev/null +++ b/.config/gtk-3.20/gtk-dark.css @@ -0,0 +1 @@ +@import url("resource:///org/numixproject/gtk-3.20/dist/gtk-dark.css"); diff --git a/.config/gtk-3.20/gtk.css b/.config/gtk-3.20/gtk.css new file mode 100644 index 0000000..19b01e6 --- /dev/null +++ b/.config/gtk-3.20/gtk.css @@ -0,0 +1 @@ +@import url("resource:///org/numixproject/gtk-3.20/dist/gtk.css"); diff --git a/.config/gtk-3.20/gtk.gresource b/.config/gtk-3.20/gtk.gresource new file mode 100644 index 0000000000000000000000000000000000000000..90f81143529626512da38fc4970ccf5bcfa08003 GIT binary patch literal 5249592 zcmeFa36vaFdgogukQ&6=&}?Gg#UjxxO$*w9%qAAGi7tWmtx8g%4WR`IfrLQKA|#b0 zJY)KdkKN<3+dSqN@8fq~kB!IgJTEhvcY6FRAHQk0@jO{W4;ZwdrG(wB_xq$wk(HI1 zb#KIt$jFGl&Ix5!Xe&v>qT#=@m-rGMx0dHV53{uq8m>0CRXgG$G7 zeA>^0IljViLg_e>&yz~WDSV#Faa!s4DxY?o!EqLcG2ws6=Nk)8XnX6i|NHmtynR2H^WWq1=?jOp z{pES>zia8(_pgx7bUuH`@vATV)sHQ_egB%}%jfsDoz(Wr|9G&|&fE73IR7Vnu2^+S z+rAOM|1~>r--mJj9X|i$q;uOI_>D&o+IjnaA?N>r&v*Wh^V%jn@H;QrdHa4E=ilXX z`VY=)8-Lc6Z<{Uc`^lVtme1n{UEcQWf1f?c!rS+YI6s`vfB5Yy+TQt%K@04>eLtV` zZNGCx+y6f8s z{|ezZ^La(bjcu#uTzU|p zixq3_ynQ#W-r#fetDJwD&(lwOxb08hTYk{43;TWw`dq^26&w%$ zmtXp83vb^o{3t%Zcgn+UfBgr8+79#2zPA(p*Z6#wW97%!pJCzc`&EShA)jyj$FXg{ zH|)*p?Yw#I&JlALE$@16p8cT<82+q(qQl2y&JLr>-+ZYTYm81!RZ{MKl$Vn zYdTW-N4_IqZVqMW5qrgAFN(e4bJdc?v(HYWjqVm(Vk-m#u(Zy6TpTdzGYlt<*Fuy>X^87G1M~s6!e_^tHEV1L z@AZ!~Zh}emAvK0eatzzOef#zyu3*wny%nanl=;@Dd|gruz}fr{KKQ_b)CX+C1d$h;ZprcwcSa!-8Ivuzj_T zG4varY#sBN#GB(27bfp6p316m6a`@AERJ=qd=YjF_bX4gbwT)B=lOHujgL}3#VM`= z^f@o0P2T9rrj1bud!uW3n0$q~qygtZi)#VZyq*Fu_OL5wgqw%2>~IZlW1M>V>bw+a zqyYYG2tLzkZrtW~Y)!8Vm-JyblD5X(jl|b)4HaM>X@U!D7KXNYtz+1u3*Z~(tRJO7 zeFb3cdPmmY#%I3e5|%W_)z4ACNP&SBpv^tgg*6KUZ%*rmY>YH;&I%y~>MLOL-BIS+ z8?g+(ch%2PzeoW$1zi1LBNi)v6PIqfD^z0z#ARcB^lNhz5SPu-UAZ<^KwLJ~N53{l z0dd(J-IZ%&1;k}zee`Q{6cCrq(OtPVRzO@f)`V+F)zV}0~%a}*Gl z&Cy-CHda7fHr7YKHb((**&N-KYhwk(Wn+ExYjYG3m(9^#xi(fnTsGE6zcxn!aoHT* zm1|=K#ARcB^lNhz5SPu-JxjSBKD^^ZIJkE2-p_t+_wL;{b6nc&eJR9cmIz6wEVg$5 z&uBjgf4{`%&OLi}AFgp6+Pio6f8+Om%Q1!LVeQp{sr?g|sY%`RjNtLOy?b}fgtr|v zIIP8H<++~`=PzJ+uDuf{>B@-9q!rFa`qoav)L%v5v69Ur-$~~H>HH%5SK8}U6Zt1D z6OlDjiP8=~2uHg^FjwugWt4o^hfqRXhEOqE zY0$2|-V7$odBWzgz0ad6BQB#Vm%Vt*1GUq3zg^~|iJzadC)?NJC?qc9sF$6%HaAKC z?pK<~VxRs2K67Opb;M;H^|BEcCI{1Yzn2vzkCtQC_BiT@%Q)&aKQ2su1>f{r*<$kO z_<#TYPliQRNL)r$uKDpk{`ljQ@sod)MJA7yY0sFbDv8Ue$~8Bh-DAP_f0kV)&1Z_s z=2DVw?%4Ybc>K$3Gr9Yxan>NoU#81c+}y0s29JM}aVGJVyM8TBUBzV__0o+?+kFW< z{$2K&-2G$CU#81OvvR}ESKIoC>@&G%CuO}Vu1@loaTQEHJ~q0RK4rai<$dO}o6PP1 zpqy8PP()mYP%*hQn47#A*8ZuTIbeJM|6|W9)MFtF=l_{;_siUK8WdWwR_D_0d0@Z$851nSmOXra z*ADEtj?Ye>ks6tVZlUc^nI7Zrag_g1#+m$k^uD#S+#$cWBA0O1&X{j3*Xr+KJDxEa z$fxZ3pM>3NW7?3~C6N}ko=ko4Lj%>RdB1bL|1nygnMD1|X|@`d_{LkXS=4(SKgI6f z3*8qgYZ>>Gy3L_(l(BitIpqDX@e7H+U%r*NlxxZNbbHT zNe!ygZUru}+cOE-&DeafT9dT?wth19-jGn;Lhwi$dv@B`F)dBX`DC3-%6AQRJD8yD z_QJ+ZWj)gRG$t8~ZAq|R0l3_?9VRbIOOwicvd$%T`#}n}v;O9lmAWMP9VRpNEKVJL z|C}**tY^pKXqaU#(dG6!ng#F${l>h1n}!`=atQwUH&d)v1g-Y`F6BHS4p(vGW|>QT z*sr8)zdzr(bLY^wn%0YNX;Ys+Ou0_JT>d&tCO!{TPowhrta5p@t=s)+`ZnD4`{aFm zS)Wj!Kl#Z|PNFXVG5z}VYZvNrYWK;gd+>XTQ8dgdmo^q@mJQ85QM9ZV2fv^B=N`~| zJxsROt3%r7v&tp&%+s31<*a&i`9;>oSnf47cA^2+b^wta6EuS>0q? z{tTXG#nE~H{{81skH2nmJ?ggGrRy))9&B;6s*amsE;nYto;L6PP_ZL{_9wUqt*^IdnrU(cfdVNCPO_U(-(wM~NYv;5qH zwcWqaYCM+9n{_T3PuvMt8MlAE_OqGicl|1TjZCb;D6{7CnRPC$E{rQSC+PDM?AJAm z%RRqSJvQ@UA`4+#flD+V43}A7x0ngO=}-OpVkn(d;x@g-g>3KfrS_yWbU?{n^A%{*ZeS!QX4!EIwO_%MzQ`rps^kz5o8BtnMKa zmFrgH@+g}-PGl_fr}CS-5923y;3qGMYX7XpYegN?J78%AG1~@_MXvMWV2Pd zG%YFnS#bHc1!dEFU1%2ht5>F0=F;l)>8GDw2$$^Z-G3~Q<8$1P&(^+Q_4tZx1e-i}v};;ad$&rwJaB1R<3GLumziGw7~;Bt$>&;ytvKb(3zwz=W1*kN z_8DIX8QrI|zUs|5wr-`kdE(M^$Dce3n>@!D-Tv8(yX)7uuaKF22a;wyZ(N#QwCT1- zdDi!X_PL+_1DG6=Gz(cuKaX4MJ7 z@jZHv^*et`S)XhLc9JY(5x6|c=8hAw_n&0nZ|+*0q`g}u?V@mL_TXOnsc^Y1!)*Ry zt8kNaIg7-lX-R$0hRe*YLBf~+7X6KueSR@Cr$yt^^uupn0Gt1iA;0-wi#SKwh~*-3 zX?k!^=t{W!N%PsqW)fVE|0SL*&}e7@}6wF78R8_mwJoKqbkwgoCKSxtU+Sz{cl`s zQ{*t>@=NQ(=KSQ_^F6=Kd{FTBseM_Ce0&p^eeDRFs}p4NH(;{q?_TU%<81yVF8kYs zeIpmaX5hUIcl|s0$^Kf`J0mV@E5lfMCTs@U3wTctOcv%Dh}w$!ofVh$_1e4lvqu=C z9Ej1b_Y%LWeh&Jjo&w^so-#+z!_`f2`D1@J_v~bD)ayNIjZ0FjU&ZCX_J+-`a@g8p zr#>h9CjI-o?XNblN?}8YOLsjPtB+z#^!xBxtKVtw-~D6wz1uxSg{-H5xU8p4{qy!L z7>qs*qc6kZO1@9wKKI4-W9S!O1;nMVVhW#z0^%|am6eCD0^-tFF@;Y<0dbjz%F4r6 z0deW8n8K%_fVfOUW#!?kfVlKkOySc|KwPGwvhwg%KwSDNrtoPfATHBTS$X&>ATE6s zQ}{F#5SMAFtUP=b5SPA+DSR3Vh|4roRvx|zh)Z9^6g~|F#AO;PD-T}<#HFud3ZI4o z;xY}Dm4~ka;?h?!g-=5PahZn7%EMOyap|j=!l$8tE0+fj9N4;l|NgfJIu0H@I694T zE026D0B>6cV$FW%+0;!g;d*;}$L3ox)h=lT*vsh@7uHH#zUC5^XQ?MAU2dhHZv|*` zFLGh6#N~3Au=ESo=36z@E@=g5o9}mF&BDO&bl0$Y??=*>%Xj*4xzv%ht@y#a9mCq# zNPFw$8=b^z#~ygYT{(l_m7jd_$$75fZR`%m*CbYWC7eqIY>#gkd%=UV4ikd5e3fe) zSbh^W&(5WQs#GEhz|1sPzAPML>?^Dw#2e!i4=&f)*ea1qDAC*~V15!#X85p0_%&q# zh(8oIH~7RS{6@Hbn7BjA>F84mloeo%d@VdVx7}s-;Bs_14f|xD$0y3a`Fz6XYw$VY z(4j-u)3-enPW29(N?{A~9lM`mZ74k4&*3`m?sK2f+Tm^6w)J`6jQKszzv{!J!VY}@ zRvLL}^o?4VF`SQdyiPH*47{p2!( zwLaIZSu==mb7Y6)>>zEw)Ry-7EyhR})?%^x9DU8fgr6_{zSK`zgx7*`@_N>(U0%&! zqrX4+;Dh7oZ#v&Qm)*kKEzg=-+l~J_zY&9tek1;!@aeQhGtWAzZsD#wnCc#=KiP=M z@^7Sb7Ix{DZNk~6h+4wYI_h0>E~v~}luzpm80+*soz}t^QG3<7|FvuP7VSPx^_+PW z1{=lU-q7jfb1ycSM;q^T|5A4AZ?_z3V$Y1dfdA?!ufb@(6d?)w)Xem zZEtTI)YdlW9n$`O>8PE}0B3jZ+&PrG+=xFOk6&KE=UVEuo^wvm#pTepg`SINtiBQZ zzmDHqjt`t}{?^uH4uDaxpUHOwOwFMTJz}d6zBJbL2A`|&!DAT94-E!kMMCg65)QrB zn}}VpYYbTb(bgJ$_~C~qRA3eP>t~;RcAAZy#FzLA!2m3+GanZjNFv%Z9;D&)TyTgo zD~)2XPan{p@9D66=)Qcy$W1V*J|u0Bu9w6#u=#rDb?Wp}Z-r^id5X!zuSqzYZ}-p# z@|&f$d$W8*Vm=~qTeq6+XqTrq;*zoasc@nZGJM+bwb?zu;G1Ax^mqy{?6_#dihG29PcuY%C>?kU6Klv#?WtgvUSX7 z63^@TAeg*6$@(bm{3rk`XK~m%PA9)d*e$mH&DI6sZ=L7Qi8nq!s;MSvC_tan_D|U8 z%BGD`2z#Szc$j>JxugN-K+~wJ@@OpuVC-R6&ImUTU)kXr-o`ksrG`qI6$S8TL-3hS zbK^F@V{3X{xTFuek+l2lMU#~}s~oMN0P{!_Tv)R(w9RWB!_H}q+N+dVRRGqmcVx}h zYrf?YmNds@wZ1A>YbZdQd!`F(76#s&)(zPhsWob^Qf5^Fo9~V?*WQR__`NHu^;NlA zM*&wq*oei--^69>*gnf86_;7IPI1d7E{kjXEZ1CIX4yK$Et|M3uI;m2b8(qv>lC+a z;`z+U7TxQui#Vwn-EUxXdTyt@m zW$P5TY~r%Gw$F0S#buVQQ{1wN%i`KT%QY95S+-7b%O)<1Yx^wMTwG?^I>jxUxGb*i zvs`m=nPuw~w`}6FxVF!7&BbMwtyA2xiOb^JKFc*1msz$>amywyi);HV*IZm?**e87 zo472l?Xz5SahYZ76t`^RvbeU-a?QnMmaS9VvWd&$+CIxQ7nfPKPI1d7E{kjXEZ1CI zX4yK$Et|M3uI;m2b8(qv>lC+a; z`z+U7TxQui#Vwn-EUxXdTyt@mW$P5TY~r%Gw$F0S#buVQQ{1wN%i`KT%QY95S+-7b z%a$iD4<9~!(!qlVFVYcTgMIt?2=bRfuN84w8#C{-;!<3y9S_RDKy7L>ewV-W_KdY7 z$X^D%R>Wm(%)HNvOL3`oJSYRrXr~9tQ~uK1GuDnEe;M>z5tp?w^FAvs#iiQupbQMu zrZ(eu`AculSUZCJWzcIyT-L_S`>ePWmukm@GSG~6dZ0YzFTFiu?FhZSy;tHhr|O8W z0e)v}ZI#nGo2Tc_(osygq@jSgOhaYm;j4hS^i@pZ(@;QMrlGR(@Kr!u`YNXIX(%8r z(@6;t>$6cCqbsH{AE6%d!ciYa^= z3W&=zR8}6o3W!Tz#S}gb1;k| zATE6sQ}{F#5SMAFtUP=b5SPA+DSR3Vh|4roRvx|zh)Z9^6g~|F#AO;PD-T}<#HFud z3ZI4o;xY}Dm4~ka;?h?!g-=5PahZn7%EMOyap|j=!l$8txJ*N3<>9MsOtni|fy0Ln zpW?z=iObhq!tU9#XL8czR{Hr?fHwCc7uHH#E_Vq_zhG^?Ra5PfR)Dtoeizm(3=B_q z4g2Y*pI(r3*_D2N6@bg7j;w9P58mw<*2YF%`BhCdOHzTod-o1^ zz80RG+wL-Za5=i1hJEhZwd;xUZ$6*!`5JsqICSXH_4IAegwx|I)7AH4D1hBhu{IPQ z?&okFclWu^XzlQ}ZQBM{DrSC<^RN0asjvgzzm-N_8hxXZ$?|tNAL)9(TzY%y-N!FT zyZ+kY6T8bC*81f44(ZlkH))cbCe}`G-@g6iT0EA|ty!~X5aH&?4$0X;+J31m?eklV zkuEIr*XWbJ=3v6lmwsRBCoRHj!8mz6>(nl9#A5YtAAIn^@$@&H@14tT;q8`ZO|9+5 z|D9jWo$KGkzY{*4)@bHgN7XIdbq7=31NA3e_#~aPuuHdW6V5h8)Dn)?QSX{_K`tED z3uAo&W1YUI(^~i#8vES)#v=8-pj{RR>^fx~VFE$CXftb1wKf)TUkcFmeM zbJ2pAE2oLmlVUFf-a#_k)j|Lgd{<@m(u=6`LCrZ-p- zBarV1n3_Wwdc;;Cd~2-h4L(=llgBW&9~u$4hSA`0BpiCLKM}iP*BG$=q^&*r@WT(S zxsUztv(G*|&BjvVOMHc30G8I7kBbAQJ@Y{tPR|L4D6`Ti2K)2@?RlRLyQl8UCyd+# zlj=j#2I+c9Oaq(0cV4$nKlN6a)*PsqO#GUJv-x&UeIUPCYP&bfMQBl~rhe_v-@LOPn;Lh^M>fmX;xjkF-&xgca^B`ABV8xN-9Vai=_`!0 z`=5NjOGmLZfSpGemrTa~Yoc;QynfGWaL#+q9QN$q;4t-lCVUgvs$P)~u&5dPMA{+xK@^P`$-l7<5GIc-0Mjjn9k7=^Gmx`v0zSC~s0a1Jz$ zx+;&>QUJytcIAw4^YE1&uHkKr(^_h%v{_LAe>Mc4=`=TP^E^up3Fc&)zgy zsk6$_8VWFvG{J>63q#wy)-kLtf7d@L5Lp3OyWWvCTd(<+OIXqz7r8)+Cy z)+`LXIjtMAF_OfU0&x_u`R*ul?TuK5-@D?JNpYosDd6e{8?jjVo46ELArugoAyiZv zp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9 zp%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnn zArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugo zAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZv zp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9 zp%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnn zArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugoAyiZvp%oC9p%qnnArugo zAyiZvp%oC9p%qnnArugoAyiZvp%uszmwWf_J#+W&-8boouK`*P56zlSdU@g!9%t{_ zv-_})_!{ipyZeVe9EA=mF5}xUkJo{?40ol;UxvHJ#HF~*qQ4cF;!<4pXF&bSaBW`} z`HEU5`OE&-O4KvzUxvHJ#AQ?p`^OWP;&T7~{cqPg=oj48pO|#ch)Z!JxGc8)vs!y`nN`aa zyIkV3*!ItA?ZstQEmQ1riOXW!KdZGDmszz;vCAbci*5g`)?Qp@)iT8{m$)pp{j*wo zahX-i6uVsFve@>|YVE~kRxMNPa*4}g+dr$d7nfPJOtH%)E{kpdtkzy!X4NvqE|<70 zw*9kOdvTdn%M`m@;~e|AV%tBfwHKFJwM?JxGc8)vs!y`nN`aayIkV3*!ItA?ZstQEmQ1riOXW!KdZGDmszz;vCAbc zi*5g`)?Qp@)iT8{m$)pp{j*woahX-i6uVsFve@>|YVE~kRxMNPa*4}g+dr$d7nfPJ zOtH%)E{kpdtk&L@%L4}vY~8};PBzYr?{|I;_@|@uzU9GnViMCs!Xk;0B!C?F07TfT<#Kma}4F%wGsUvG!@q>3ehPAO#S8FJsQf5toy?gf# zcjXLzSAO!zC+E3_x3N1MUz4>ut326Ofbq^?7<<8kvkt2fZTTwKII#RCY@VHMB~-dB zDF8FmT=}wajIpn<@)K{2PdvC>XJe}@)m>%Do&x44;bevnTZCUzt_ksn!sZ5__=MjG z*AEkSNI4ySN`bNhjFGQ}C+D`i%pP2hE~jCiyLRn*qWqiBCw#sJpA!xpI&?jK+cV+x z_{wzky%-8$_fxD5g@^k&T*uvg?lW3DylvaI!Ig@c-{btNK1?d?!1r&Zk(Wl_sARJI z9nMF(-Y=KlUV8WO3(~H?cKF2ZGKaN3`MpEB_18_BB&UhB)7!UiKe-l<<#TJ+tQkbO zIkH1?c96DTYD@e47GtCf%ltL^q^~)c@bjhLm-(vRin&v0zKJoko9C!c$< z!93b{ultv>TYtOdP!oG*>;?Q+M|ll~KWoF6Et|3Ongv}8mvt}gS}@|d8J*pWMl9%F z(bYMkd*PC1rgProZSC*B+uq(bsI6_#JDmJ}={WMc z{_CrN-A}WA{uf_-aRb-#J!Uhm?HM-j!Qabiht~4>CV#Kzc&p4R-+M~u)>}JBoK^h2 znBQj;ev++G;O|jpfAbf8bJbr`;7bK|@811Yj+ZdUbug`Hz zB;UK>_#&H={<3uXRul!W|Jm4owD~{2zY>+Hq~gKo298Cf|0rXGtMS{%6~#71s;Ai% z{;ubE3R|yEil?N~#iv?7VGiZL^Rv%BJFQ5z%UfMxv7P%9SJ|3A?D~3A%rqh0t<+~J z{`5ZePg{pt>~#))M>lo7L4DHfF>1b%ar4di#%J**sf<^e;3sRc zSuO{B+8p>JXmM)xEL5x#VFO#Qay#~Dxjti=r_i7H&doNSLz~F=vWrDgxZ3X6vExMg zj$>_oOK7|1C_Q^dyW4e5S~%+zFC~1y5d6V?Md&+*x<0I51E2G3UbJ|`Bwu4|uknvg zdxnLwX=OU*o4FoVQjYnhdC#Y8&pi6H4{?ma_IKGqn0rd+9wO{G{+>!YbNO7t=c|Ni z%31}=vW0R@#(%2+830#XdxA}$uVf_2?{Kq@V;;vi?0BoSgZSwa161Wm61Gm3w9n>w z)a$6%{V+bA&y^gTldM-cZSr}`^0jh=s#B5DfdzX;ehSxlqT_40SOtF*IKD}qXEaM= z>!aAc9r&^P=L*Yv6?zx*{u4uV!n2-8YUBIv(4Vvq?_Z;W^y=?U08=}ed!UD z)9z6v^*r`g@|bAj$brgJ*zlZFEV@e>P|oITC@qOIc@YB+Ny{0bWa%{-)?0x3G! znu;gUIY>XUr0*iz=ce8@keBmZ$7iD5x2f~7^`B)Q81)m@SCD3*_y4mw3pBMgvkmXD zx%^H#TWtQu#?N`-&b1!aH-V@7IfC@b(bDF`M!M#or*JTIG1q16{yZ8UnKv#XkJUWb z^EhZ~bEvV`teCDGPg=jBI-k7$ZF4ec*W=;`8-+o)#qh2B7*(La(h0WTANs_eYl8DR zHaAd}MehEDGrJEGt1pRGuh?8t?!*aPp^rZL=q&V(J->kuS#Euq#g?zao6ZK^jl~5jGJALyyYMFz8W@t%kDq5qAu2-gt^FlZtA`mUz^Lmc2?}k zb#HS@k?t88n>N>%mAbf;!{J=d1jSpaJxrU z@_D}Nf^02+=KCgzikH#EvFEoNF<9?6{O0XhsFIDnVaxU&^J3CCw)?kPsDsK-TLEm; z;cHiGGg-TEY3&r#J4@MZO|LhT#1oV0nJIEkaAwaL``Y)FW{!hszwI5YUgI3<`6h8R z#)(Wyx)B-6wBtkO__E1(V`jP~J(?Tk9ZGp^9PNB9!Q^J*T-%KDD$nQ&VC%uyZkdm* zEi8S_+oI`f zDS#b^VSBIlnZV|PSeZITw*D+_vDfpolxH`U>R1xo)f^HUSkTvC*GcOy?EXG zwmv9p15U}X)GC^%0@&2n7dwwDxWD|S^#eS!aSm>4?tHEl!fw&}NoRRmCLrS=dq?g{ zA2ta;EvX8Uw%5LDTvzH-CS{B!r;E=yA0B+3x7q&drg| zw+xJ@$NJ<+*qh?!srap>fcYWp?!0e;`K~x)4|^7#Yr*+lBwPoJTT4-uHk1O`ew2^@ zisLgq$6H(JJ7^E9P=;>7bYN|nE1R&gDoPdYzM=VB*L(=q6(t|V$&Uiu)3JSwoyH*+ zF3R4yb|2I=53Un?Cymxr<_EFJHGu`^eRl0R2j7f{^QH6!X*x++_Ya6bJ^SaY81wy>_ubA6<;zOEP+%||U^=N4CfVEA>H zIU}2k$G1A~&mE=jnh*6=i+Tz~7&8wz=Z&wt-j#L2uB}%#oiDZm_%@$=*Ruywi}ZY+ z%Y1O4^z?f%6`Q6xcInIn7VB_Tsl9ufsfWRw~dUV-`Z@P?Yh2#_IE?QaXH+s zcHx^edT8_YZeX!DpaO8|yl)|4`|YKVue7;zr+b@(RU1B_MHIjk;9bTeUAdwS?)N+x z_iRSH#)r#0rMeVwQGj;U_K0Lwc8)@BKy)x^3{uRIv-s{4pg@MCk?~S*4NRN0=~QTrIxu$R1m+V;;gi<5L!el>%i282dQilVt7Wb+(QJf9bR~ z9WMLLdzSOnrxa+UfXyw!nbUn67`~5Z*e-Al-)PN8qcZ6?DPRh~+gmQI!Px|#H6Jj1 zVKWq_zj2a1L!=|V2C#8%Gi+Gma=8naw9E4-r}JKM&3Y#bJl?_aT^&I*c&S-j!eo~V zm)QA5*z9l#Yx7Uds*kt~!ejZmZW@=iF2j+vjo5sKOIZBsN^u#Kk1{7|e>ROveBfO! ztXUY3d+PJWrMQg40KDDk$|b(lY0q@?t8vN{C$8G@pw~mw{3Y)txyqGGe5=#mScGfZ zdJS=z4=!PHm@AidKhiPmBXN9QoVemLA6(k~MMu`&cAe`ay{0`YE-rJ!<%u3#x~_4* zFOJWP6IWd3hReaOT+(l}y(0d~jJ>Q#oLt(RhSQ zr+u;r`*0k#;=~n~`QVayqLW>GpoL*Pv(6BNBxZ*M&T*A;cX0Zfj8IpTFgy@!CHBU%Y1MNYa?8_B;0J5u%x-97Bgv_ z6PNkmlDVJTTv)R(@HWXY?5k-oSSt^4nGY_R(|Op1HTboAJx*civu>%kZ)Po)LY@CIK_oa!n_Kb&hJ5m&9g)D=9(63m#>7)sXF3ofX&Cc>K-~A{?h3kdN8>dn_uq8 z@Y`^CY_F}*WmbCmR{(yT_6)?YPWRc%jqvy9Up>_@2?ciS*l{9$(COYd&p000(+%F< zbn%(SaS~-#n)z3NHvCE##w-kBZ#6~WbBRkFxNO=pk@>e=zH3Mu?))qye)W7)1KuV& za=Dp%oI~=hplX+d0x&ksg)x}iWbc=>GWf8JZylaQxs_(V6@W?CckmqB`=9xji(FVP zg=yNlqI_E}zqO-{wRc52jd|!>PA)59eiJ|Iv<{Q>^}g}4aQbvoz-OOy_`1C^QMg>> z;xn!N-@bjj`k0mC>3c&3V9WJB&)f7V&#FueCLeX-(!!9>h|0M7E(IDX05h+;u*KNr zwd!=Z?{l?FTnhu!P1}2;y4?CZ+X~RWI=>@@an8)@+R!&Wjx?P1bA?Oo|6eVj{;sJ2 ze(Vufe+PfJ)k*~3oZd@e`PhB+T50H<6sS}HANZmpms|0TN8UqG8Q;Fc<(-acyiM5g z)$#SW6sT0drwwP!@_c37%J00B_cYRS-GAdd*7jG%*LNvUsQ_z&o^bVZ%v&~`7l&Kd z=Y4Ek{`Jao=(`jsD`0ctw5d+d+8VpCbWS;Ltxx&`KJOu)S1S#jlL9{PIf2Pz_a5sh z$GcEYg>%=od<%0~fnVo$`4M(Qv)=3DQWu3uUjbWt;p*4S2fCIpLZ4O7SGbCs^Kdo?$()YU zUcbh!^+SCmA&&DrJwEd_%A>U$J_6@7EbVfK@#b<6c3pW5u&W%t+~d2Owhy6eofIxv z1?(9{e3Y}VBy1#Ri08aMiLh_L@(Ib-T&ZVS0esU07e8rX;3e|7g!uNp6{m5Pg9wrwz6Iz8)H zVxtExWBJOmEVR$(b2#0bw7e5%;6iGde)*^ z#GL(YeLUL6&BmL{LD)CxSDqYF23yZTx=znol*+gjHm?m?2Bno91+4wX&M&y|SPlaZ ziM%rpF7Ger;qu8^BU?Kh^!mt-Wr|%A7#r`xKsgNISHnUg>&Qv>cuT*Wm*c0#=Q%?d z25kK8Jg-e3H1W36o;ULu0~x#c*`~e2FK0+Jy*jqu7JItBi|k0hlkn5hC^-2z?f+Kx zr-a{Z&!?wRHsz6=0=BF{Zph#8=U4l-=k_eI))0rZLV9Vz*F%-OxqPp+e?}T5#%Dh1QohPC zu)H9taakI5E@B?$^RS`wILGV_8?RvJ6Puxz^*8YCD=N8j`A(ea%_y((^j84BuEk!? z>x4>7Zh_@1{c{T!!`2T`Zm0JKR5DAPN#RPNl#)=u=3eNpZLGAL%Xe(+^n7CyWv)z< za*U+BUVh%{$F-QOb#yDm}=2&{Ne%}PYcZ&J*D&}0*K`keK%{>s)wo%dY zgU9=@nfDk0Cbx3**{eUR+SxuJ)bsTyY|@UbWlh}$S*=^%%4O@-u$A|HoU(24v5}s& zZI+J47WMV+J6nCZ{x;EH`Bt;aUX*-ko6f*SQTttQW1}PQ7i~4Y7}s42W8QNOmMsd>(_s1ZKxc^ugCdiJ5rV#Q}mw%zsQ zqF%%3k9?=1e%}5QK9_RHch(cR&Uvoq!RYn`*S7OBV%2sc{?=9-+OKuUzM-pXmJ^v}%cYvu0Qi z-*^t%dhJJ1%NA(79zQU=8FffIPuM&T-MpT~sHK^mL$_u0o32Z{4q465_WGl}oe-zZ zuF%?^G0fz>#U%ANf5+jxUt)z`{raY)vzY6;u+I>2t=sz=I^Z#go}@L`o|j3|{#j1j z#_DMBN+afcel!0`_*<}3A;#`@Zw>!AIn?!yEo{G^2eZsfT4l4fQSdp_hrfZsqVHOK z#~AY?Y1JdGd~EM$+n1a=+TMPV=OL>#H2(nOO z4xcx`XiMKaLYwn#?_25zHEJ2q>vrrBY28OH{j1N}_yGRr^La0f zp3jkq{wU=*g>?ltTc43Kzgk`HP=BNER=Y;YPy0uCLdyJ)?IAY}TLkMv)w3&hvU~XR z%r{w^pT>UNHr|E5D`=PRD%I0>@27tA67}j=d7k`U;?Q1uo;+3uw{=O_&1?UWN;^dT zPM&XZEQi%jxE*Kwkk*Zifv@6om|Zulu|FA~)2H9c-$U)Zv0W^8)F2|jcV?R?OCoGG(v&uKqTo;KHX zPHS32rLLubwR5&F1oj74g?Tl@R(wzszpYHJ(x4pF~f zI{5JaXYZA?wiers!FJ|57IIj>%I48u)=@YOUcml#54w}%agJN)-x#8){DZ|S$bY=~ zCb3sI_M-TkZuq>Nb|#VcZrfV)Jov8h4%rxP)|;RHv=K#akQ(=mW07f8KA;Kl$>>Sa&#is}HF$T$DbgQyhHW z)3!gDE1R_2*TJ-{pL9xJ;iOYk2JoAc-h1!80q5SV?Iw?xqUNJ`Vl)B+k2ms}jO9;) zU-c)|PBf#Pyr~|W8h6XrMeuc@7+z(2HdV7(nxBl62YpeSn|g}Rd+5u4le*okqgWbX ze|y$%EcUlO1tM`|>Vd| zZ_$@=cpT$0jw-HoRP)mO_c9;0;PRNy%i2@Mrd}4X3$rxLnC$`;oc$*B3}zZxIzCxB~1=cDV~{7KXNYg-ck%-4nc^O0ZB0u+Q#kF07TpIISD9F;byKRAqxJ zVDsJd8@=b+2VnW;;00BJg;M~=oc!PbELM((#AV?q3SVJy8D3MR7+(Q#8DB%C5MBXs z8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR z7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q# z8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C z5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs z8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR z7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q# z8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C z5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs z8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR z7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q# z8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C z5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs z8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR z7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q# z8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C z5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs z8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR7+(Q#8DB%C5MBXs8D3MR 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

    {DuEutJNF<+=%~B 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

    uG%&*as!y;7!rLD&zH(en#{TP_$ zwN5gb`8f&BcFDc-YB^H&mHX~zm?JXF5t+w2Z?Qwaysa9Sn9E-TE;*iLo(z8OV7$4y z5}TZNGeT#c<~);uZR%_0U{CHn-jwxy{n_Ub|7}|Vc^?*dY6BbUd(zX_8zbMzy+u{71e2Rw z=25m4Wb3k2pgf0uT*=nEITOdJo(lq#>$3ERWfw;Qu(BK*qLbQ*l(ICm|HTm{Z=HaM+binWMn=dRKce*@BSJ|W-DS$qAnG0)T1Kyn04apoSM-s59 z1{IL&-Su2+uf{U?U1QKyHYsNcxaPrXEKc7?E^`Ke(dLp%qk)OMS>!Tu0F1g%E{z5z z@@A3C$N@0wKDjg+n8=$&E+YrPsQcv7Xka357P*WZ0Hf}cOQV5_yjkQjasZ6FPcDrH zCh}&H%g6yR>OQ$N8koqNMJ^);z^MD=(r92JZx*?X8~~&4lS`w4iM(0lGI9Wnx=${R z1}5@mk;}*dFzP$eTqjBL~2!`{dGSU?Oi8xr`hDqwbSSqk)OMS>!Tu0F1g% zE{z5z@@A3C$N@0wKDjg+n8=$&E+YrPsQcv7Xka357P*WZ0Hf}cOQV5_yjkQjasZ6F zPcDrHCh}&H%g6yR>OQ$N8koqNMJ^);z^MD=(r92JZx*?X8~~&4lS`w4iM&}w;&O0s zaM|$i@D2PluEF^D_=;wp8b#s~JbqzhWMqOLFB-f|F8wG#F1_%WoY&;i50>-DCAkCx z&!&AaE?DCUGj%cKl3b=SDci`US2mJ9wHe>+$JLoJ{Q%}mujd50Ovg;Um0Xfb_Tyd| zXhuI>t4`)ib!JRIfcetvxk4_}F;j0Pm*kTDxK{>h^{LI+&wQ!QjOhn3UwS=P$YnZa z>aFCGT(Tec%0M&v=~{I%U#c@>`T@+BUe6VBnU0xyE4d_>?8m(_P^(XE#(w5Yb!JRI zfcetvxk4_}F;j0Pm*kTDxK{?6(NEW^llfAe8Pg9K9UWbb^W~fTG_C=(d?a1vFk6fC z+*ugKSW5^6$YltXS%+2ua;a5}_8}A?mmySU9a;s*rB*T8hfsiAhESPxXcZurTE%D| zLIH9aLS@#WRe)S-6{CF!1;}Lxm05>Y0dlETjP@ZEAeSLjW*u4u$fZ^>+J{hpT!v7Y zb!ZhJms-VWA3_0g8A4^&p;drfY89h>2nEPx2$flfRsnLURgCr_6d;!&RAwDo1<0jV zG1`YvfLw-9nRRFtAeUOjXdglWav4Hp)}d8^Txu1geFz1}WeAm7hgJb{sa1^jArv5& zAyj4^S_R0ZRx#R#P=H*9P?>dT6(E;d#b_Tw0dg5aW!9lpfLv-7qkRYk$YltXS%+2u za;a5}_8}A?mmySU9a;s*rB*T8hfsiAhESPxXcZurTE%D|LIH9aLS@#WRe)S-6{CF! z1;}Lxm05>Y0dlETjP@ZEAeSLjW*u4u$fZ^>+J{hpT!v7Yb!ZhJms-VWA3_0g8A4^& zp;drfY89h>2nEPx2$flfRsnLURgCr_6maEoWMt&n@bK`nwLYVxqiaL7n{^ah0q}OT z7HhJ9XlUq&i{04R*e%6YjNWCfz{JGFQWw_BTpo0>J%9fE)~wsj@{6qi`rIpBSSxe6 z*Toj&f>NNWfx*GS6|S6t-+kxKox9Z4UgqxLcx9IDXW7M50P~$iU~IpFvldYSefh(#$AIN0 zz~&{zQ;!~Hr2v?@+m$b|!yNl+X$y|qpg9g)cFWuvc!NYodT<6_0?lVe1+|$#uXu4vO_prT7!z68M-@m0s zDvfTO&Sdg8IA7&@znprj^q!FysNG!ckQ3Vz4%5D|zlFNZ)s32Dr-}5_Cr_TdFpbA# zTSrI70@&?f9I}f8wVl!y{qrHrk*-MitM-kt<|5edqJC5QQ49ZCV4nOW)~Q`pjm6pf zPMkQg5aUhfd*_Us|F{)dQ|Y^r|1O)&o$J4G{A%#&v_`YYI?^|P=N*`8uQi@@;S=R7 zM_k$&8-KBhQA=>t4Zl;b1-Woo$wtNk!aByDPHW*~)Sf=iJ$L2aqTI)sea*ZQXZ3E! sy`hUy&&`OzPW17r`gvIaxX+KN4Uw(nc{e~Q*0CIA2c literal 0 HcmV?d00001 diff --git a/.config/gtk-3.20/gtk.gresource.xml b/.config/gtk-3.20/gtk.gresource.xml new file mode 100644 index 0000000..a223dbf --- /dev/null +++ b/.config/gtk-3.20/gtk.gresource.xml @@ -0,0 +1,35 @@ + + + + assets/checkbox-checked-insensitive.svg + assets/checkbox-checked.svg + assets/checkbox-mixed-insensitive.svg + assets/checkbox-mixed.svg + assets/grid-selection-checked.svg + assets/grid-selection-unchecked.svg + assets/menuitem-checkbox-checked-hover.svg + assets/menuitem-checkbox-checked-insensitive.svg + assets/menuitem-checkbox-checked.svg + assets/menuitem-checkbox-unchecked.svg + assets/menuitem-checkbox-mixed-hover.svg + assets/menuitem-checkbox-mixed-selected.svg + assets/menuitem-checkbox-mixed-insensitive.svg + assets/menuitem-checkbox-mixed.svg + assets/menuitem-radio-checked-hover.svg + assets/menuitem-radio-checked-insensitive.svg + assets/menuitem-radio-checked.svg + assets/menuitem-radio-unchecked.svg + assets/menuitem-radio-mixed-hover.svg + assets/menuitem-radio-mixed-selected.svg + assets/menuitem-radio-mixed-insensitive.svg + assets/menuitem-radio-mixed.svg + assets/radio-checked-insensitive.svg + assets/radio-checked.svg + assets/radio-mixed-insensitive.svg + assets/radio-mixed.svg + assets/pane-handle.png + assets/pane-handle@2.png + dist/gtk.css + dist/gtk-dark.css + + diff --git a/.config/imv/config b/.config/imv/config index d1c3c70..c357671 100644 --- a/.config/imv/config +++ b/.config/imv/config @@ -3,8 +3,8 @@ # Suppress built-in key bindings, and specify them explicitly in this # config file. suppress_default_binds = true -width = 1920 -height = 1080 +# width = 1920 +# height = 1080 [aliases] # Define aliases here. Any arguments passed to an alias are appended to the diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index f3efa9a..6bd6180 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -12,7 +12,7 @@ speed=1.95 # gpu-context=wayland # ytdl-path=yt-dlp -ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best [fast] speed=1.95 diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index df5978d..2b0dcbf 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -55,10 +55,12 @@ set quickmark od https://odysee.com/$/following command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG); " MPV -command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv --profile=fast ' + url)) +" command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv ' + url)) "" Unbind this key to rebind it later unbind v +command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('LIBVA_DRIVERS_PATH=/run/current-system/profile/lib/dri mpv ' + url)) + command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url)) " YTDL diff --git a/.config/waybar/config b/.config/waybar/config index 178f2a7..097b6c6 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,6 +1,6 @@ { "layer": "top", // Waybar at top layer - "output": "DP-1", + //"output": "DP-1", "position": "bottom", // Waybar position (top|bottom|left|right) "height": 35, // Waybar height (to be removed for auto height) "width": 1400, // Waybar width diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 38de064..deea35c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -18,7 +18,7 @@ @define-color backtransparent rgba(40, 42, 54, 0.7); * { border: 1px; - border-radius: 20; + border-radius: 20px; font-family: VictorMono Nerd Font; font-size: 15px; font-weight: normal; diff --git a/guix/base.scm b/guix/base.scm index f0d43e4..094369d 100644 --- a/guix/base.scm +++ b/guix/base.scm @@ -41,6 +41,8 @@ YOUR-USER-NAME ALL=(ALL) NOPASSWD:/run/current-system/profile/bin/chvt,/run/cur "sway" "dbus-glib" "hyprland" + "mesa" + "mesa-utils" "libvdpau" "android-udev-rules" "adb" @@ -85,7 +87,8 @@ YOUR-USER-NAME ALL=(ALL) NOPASSWD:/run/current-system/profile/bin/chvt,/run/cur (using-setuid? #f))) (set-xorg-configuration - (xorg-configuration (keyboard-layout (keyboard-layout "us")))) + (xorg-configuration (keyboard-layout (keyboard-layout "us")) + (drivers '("modesetting" "mesa")))) (service console-font-service-type (map (lambda (tty) diff --git a/guix/home.nix b/guix/home.nix index ad6adc4..e61a868 100644 --- a/guix/home.nix +++ b/guix/home.nix @@ -12,25 +12,39 @@ # The guix version of dolphin isn't built for wayland and can't find the icon theme pmbootstrap element-desktop-wayland + + intel-media-driver # LIBVA_DRIVER_NAME=iHD + vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium) + libvdpau-va-gl + + #fonts + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + liberation_ttf + mplus-outline-fonts.githubRelease + proggyfonts ]; - # programs.firefox = { - # enable = true; - # package = pkgs.firefox-wayland.override { - # cfg = { - # enableTridactylNative = true; - # enablePlasmaBrowserIntegration = true; - # }; - # }; - # profiles.chris = { - # name = "default"; - # path = "chris.default"; - # isDefault = true; - # }; - # }; + fonts.fontconfig.enable = true; + + programs.firefox = { + enable = true; + package = pkgs.firefox-wayland.override { + cfg = { + enableTridactylNative = true; + enablePlasmaBrowserIntegration = true; + }; + }; + profiles.chris = { + name = "default"; + path = "chris.default"; + isDefault = true; + }; + }; - # home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts"; + home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts"; accounts.email = { maildirBasePath = "mail"; diff --git a/guix/home.scm b/guix/home.scm index 75470d5..59e9ff6 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -8,6 +8,8 @@ #:use-module (pkgs emacs-xyz) #:use-module (pkgs tridactyl-native) #:use-module (pkgs phinger-cursors-theme) + #:use-module (pkgs qt5ct-kde) + #:use-module (pkgs kdenlive) #:use-module (home-services pipewire) #:use-module (gnu home) #:use-module (gnu home services) @@ -15,11 +17,13 @@ #:use-module (gnu home services shells) #:use-module (gnu home services xdg) #:use-module (gnu home services gnupg) + #:use-module (gnu home services fontutils) #:use-module (gnu packages) #:use-module (gnu packages vim) #:use-module (gnu packages rust-apps) #:use-module (gnu packages video) #:use-module (gnu packages gnupg) + #:use-module (gnu packages kde) #:use-module (gnu services) #:use-module (guix gexp) #:use-module (guix packages) @@ -27,6 +31,26 @@ #:use-module (guix build-system emacs) #:use-module ((guix licenses) #:prefix license:)) + +;; (define snazzy-theme +;; "A set of the Snazzy colors to be used in colorschemes" +;; '((base00 . "#282a36") +;; (base01 . "#34353e") +;; (base02 . "#43454f") +;; (base03 . "#78787e") +;; (base04 . "#a5a5a9") +;; (base05 . "#e2e4e5") +;; (base05 . "#eff0eb") +;; (base06 . "#f1f1f0") +;; (base06 . "#ff5c57") +;; (base09 . "#ff9f43") +;; (base0A . "#f3f99d") +;; (base0B . "#5af78e") +;; (base0C . "#9aedfe") +;; (base0D . "#57c7ff") +;; (base0E . "#ff6ac1") +;; (base0F . "#b2643c"))) + (define home-packages (list "vim" "exa" @@ -76,7 +100,7 @@ "slurp" "imv" "phinger-cursors-theme" - "firefox" + ;; "firefox" "icecat" "qutebrowser" "nyxt" @@ -88,8 +112,19 @@ "kdeconnect" "plasma" "dolphin" + "ffmpegthumbs" + "ffmpegthumbnailer" + "kio-fuse" + "kio-extras" + "nautilus" + "dconf" + "dconf-editor" + "tracker" + "tracker-miners" + "gvfs" + "kfind" "ark" - "kdenlive" + "kdenlive-fix" "gimp" "mediainfo" ;; "tridactyl-native" @@ -244,8 +279,7 @@ (plain-file "less-color" "export LESS=\"--RAW-CONTROL-CHARS\"") (plain-file "man-colors" "[[ -f ~/.LESS_TERMCAP ]] && . ~/.LESS_TERMCAP") (plain-file "starship" "source $HOME/.config/starship/init.sh") - (plain-file "direnv" "eval \"$(direnv hook bash)\" -"))))) + (plain-file "direnv" "eval \"$(direnv hook bash)\""))))) (simple-service 'extra-env-vars home-environment-variables-service-type `(("PATH" . "$PATH:/home/chris/bin:/home/chris/.nix-profile/bin") @@ -291,6 +325,7 @@ ("btop" ,(local-file "../.config/bpytop" #:recursive? #t)) ("mpv" ,(local-file "../.config/mpv" #:recursive? #t)) ("blesh" ,(local-file "../.config/blesh" #:recursive? #t)) + ("imv" ,(local-file "../.config/imv" #:recursive? #t)) ("starship" ,(local-file "../.config/starship" #:recursive? #t)) ("starship.toml" ,(local-file "../.config/starship.toml")) ("guix/channels.scm" ,(local-file "channels.scm")) @@ -298,6 +333,7 @@ ("fish/functions" ,(local-file "../.config/fish/functions" #:recursive? #t)) ("qt5ct/colors/snazzy.conf" ,(local-file "../.config/qt5ct/snazzy.conf")) ("alacritty/alacritty.yml" ,(local-file "../.config/alacritty/alacritty.yml")) + ("qutebrowser" ,(local-file "../.config/qutebrowser" #:recursive? #t)) ("direnv/direnvrc" ,(plain-file "direnvrc" "\ use_guixs() { eval \"$(guix shell \"$@\" --search-paths)\" @@ -317,8 +353,20 @@ gtk-primary-button-warps-slider=true gtk-shell-shows-menubar=1 gtk-theme-name=Breeze gtk-toolbar-style=3 -gtk-xft-dpi=98304 -")))) +#gtk-xft-dpi=98304 +")) +;; ("gtk-3.0/gtk.css" ,(plain-file "gtk.css" " + +;; ")) +;; ("gtk-3.0/gtk-dark.css" ,(plain-file "gtk-dark.css" +;; "@import url(\"dist/gtk.css\");")) + ("gtk-3.0/gtk.css" ,(local-file "../.config/gtk-3.0/gtk.css")) + ("gtk-3.0/gtk-dark.css" ,(local-file "../.config/gtk-3.0/gtk-dark.css")) + ("gtk-3.0/dist" ,(local-file "../.config/gtk-3.0/dist" #:recursive? #t)) + ("gtk-3.0/gtk.gresource" ,(local-file "../.config/gtk-3.0/gtk.gresource")) + ("gtk-3.0/gtk.gresource.xml" ,(local-file "../.config/gtk-3.0/gtk.gresource.xml")) + ("gtk-3.0/assets" ,(local-file "../.config/gtk-3.0/assets" #:recursive? #t)) + ("gtk-2.0" ,(local-file "../.config/gtk-2.0" #:recursive? #t)))) (simple-service 'scripts home-files-service-type `(("bin" ,(local-file "../scripts" #:recursive? #t)) @@ -340,6 +388,14 @@ Inherits=phinger-cursors-light (default-cache-ttl-ssh 28800) (max-cache-ttl-ssh 28800))) + (simple-service 'additional-fonts-service + home-fontconfig-service-type + (list "~/.nix-profile/share/fonts" + '(alias + (family "monospace") + (prefer + (family "Liberation Mono"))))) + (service home-xdg-user-directories-service-type (home-xdg-user-directories-configuration (videos "$HOME/vids") @@ -373,10 +429,10 @@ Inherits=phinger-cursors-light ("application/x-extension-xhtml" . "firefox.desktop") ("application/xhtml+xml" . "firefox.desktop") ("inode/directory" . "dolphin.desktop") - ("image/gif" . "imv.desktop") - ("image/jpeg" . "imv.desktop") - ("image/heif" . "imv.desktop") - ("image/png" . "imv.desktop") + ("image/gif" . "imv-rifle.desktop") + ("image/jpeg" . "imv-rifle.desktop") + ("image/heif" . "imv-rifle.desktop") + ("image/png" . "imv-rifle.desktop") ("audio/vorbis" . "mpv-slow.desktop") ("audio/mp3" . "mpv-slow.desktop") ("audio/flac" . "mpv-slow.desktop") @@ -402,10 +458,10 @@ Inherits=phinger-cursors-light ("application/x-extension-xht" . "firefox.desktop") ("application/x-extension-xhtml" . "firefox.desktop") ("application/xhtml+xml" . "firefox.desktop") - ("image/gif" . "imv.desktop") - ("image/jpeg" . "imv.desktop") - ("image/heif" . "imv.desktop") - ("image/png" . "imv.desktop") + ("image/gif" . "imv-rifle.desktop") + ("image/jpeg" . "imv-rifle.desktop") + ("image/heif" . "imv-rifle.desktop") + ("image/png" . "imv-rifle.desktop") ("audio/vorbis" . "mpv-slow.desktop") ("audio/mp3" . "mpv-slow.desktop") ("audio/flac" . "mpv-slow.desktop") @@ -417,6 +473,12 @@ Inherits=phinger-cursors-light (name "MPV for Audio and Streams") (type 'application) (config - '((exec . "mpv --profile=slow %U")))))))) + '((exec . "mpv --profile=slow %U")))) + (xdg-desktop-entry + (file "imv-rifle") + (name "IMV rifling all files") + (type 'application) + (config + '((exec . "rifle-imv %U")))))))) (service home-pipewire-service-type) (service home-dbus-service-type)))) diff --git a/guix/pkgs/dolphin-xyz.scm b/guix/pkgs/dolphin-xyz.scm new file mode 100644 index 0000000..5411f1e --- /dev/null +++ b/guix/pkgs/dolphin-xyz.scm @@ -0,0 +1,40 @@ +(define-module (dolphin-xyz) + #:use-module (gnu packages) + #:use-module (gnu packages qt) + #:use-module (gnu packages kde-systemtools) + #:use-module (guix build-system qt) + #:use-module (guix utils) + #:use-module (guix packages) + #:use-module (guix gexp) + ) + +(define-public dolphin-xyz + (package + (inherit dolphin) + (inputs + (list baloo + baloo-widgets + kactivities + kbookmarks + kcmutils + kcompletion + kconfig + kcoreaddons + kcrash + kdbusaddons + ki18n + kiconthemes + kinit + kio + knewstuff + knotifications + kparts + ktextwidgets + kuserfeedback + kwindowsystem + breeze-icons ;; default icon set + phonon + qtbase-5 + qtwayland + wayland + solid)))) diff --git a/guix/pkgs/kdenlive.scm b/guix/pkgs/kdenlive.scm new file mode 100644 index 0000000..56b994f --- /dev/null +++ b/guix/pkgs/kdenlive.scm @@ -0,0 +1,19 @@ + + +(define-module (pkgs kdenlive) + #:use-module (guix packages) + #:use-module (guix build-system qt) + #:use-module (gnu packages) + #:use-module (gnu packages kde) + #:use-module (gnu packages kde-frameworks) + #:use-module (guix gexp)) + +(define-public kdenlive-fix + (package + (inherit kdenlive) + (name "kdenlive-fix") + (inputs (modify-inputs + (package-inputs kdenlive) + (append kirigami kirigami-addons))))) + +kdenlive-fix diff --git a/guix/pkgs/patches/qt5ct-kde.patch b/guix/pkgs/patches/qt5ct-kde.patch new file mode 100644 index 0000000..b8a72ac --- /dev/null +++ b/guix/pkgs/patches/qt5ct-kde.patch @@ -0,0 +1,186 @@ +Index: qt5ct/CMakeLists.txt +=================================================================== +--- qt5ct/CMakeLists.txt (revision 678) ++++ qt5ct/CMakeLists.txt (working copy) +@@ -25,8 +25,11 @@ + + ADD_DEFINITIONS(-DQT_DISABLE_DEPRECATED_BEFORE=0x050C00 -DUSE_WIDGETS) + +-find_package(Qt5 ${QT_MINIMUM_VERSION} COMPONENTS Widgets Concurrent LinguistTools DBus ThemeSupport REQUIRED) ++find_package(Qt5 ${QT_MINIMUM_VERSION} COMPONENTS Widgets Concurrent LinguistTools DBus QuickControls2 ThemeSupport REQUIRED) + find_package(Qt5Gui ${QT_MINIMUM_VERSION} CONFIG REQUIRED Private) ++find_package(KF5Config REQUIRED) ++find_package(KF5ConfigWidgets REQUIRED) ++find_package(KF5IconThemes REQUIRED) + + get_target_property(QT_LRELEASE_EXECUTABLE Qt5::lrelease IMPORTED_LOCATION) + +@@ -45,7 +48,9 @@ + message(FATAL_ERROR "Could NOT find qtpaths executable") + endif() + +-execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} --plugin-dir OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE) ++if(NOT PLUGINDIR) ++ execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} --plugin-dir OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE) ++endif() + message(STATUS "Plugin path: " ${PLUGINDIR}) + + message(STATUS "Generating translations ...") +Index: qt5ct/src/qt5ct/appearancepage.cpp +=================================================================== +--- qt5ct/src/qt5ct/appearancepage.cpp (revision 678) ++++ qt5ct/src/qt5ct/appearancepage.cpp (working copy) +@@ -378,7 +378,7 @@ + { + QDir dir(path); + dir.setFilter(QDir::Files); +- dir.setNameFilters(QStringList() << "*.conf"); ++ dir.setNameFilters(QStringList() << "*.conf" << "*.colors"); + + for(const QFileInfo &info : dir.entryInfoList()) + { +Index: qt5ct/src/qt5ct-common/qt5ct.cpp +=================================================================== +--- qt5ct/src/qt5ct-common/qt5ct.cpp (revision 678) ++++ qt5ct/src/qt5ct-common/qt5ct.cpp (working copy) +@@ -112,6 +112,7 @@ + for(const QString &p : QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation)) + { + paths << (p + QLatin1String("/qt5ct/colors")); ++ paths << (p + QLatin1String("/color-schemes")); + } + paths << QLatin1String(QT5CT_DATADIR"/qt5ct/colors"); + paths.removeDuplicates(); +Index: qt5ct/src/qt5ct-qtplugin/CMakeLists.txt +=================================================================== +--- qt5ct/src/qt5ct-qtplugin/CMakeLists.txt (revision 678) ++++ qt5ct/src/qt5ct-qtplugin/CMakeLists.txt (working copy) +@@ -9,5 +9,5 @@ + + add_library(qt5ct-qtplugin MODULE ${app_SRCS}) + set_target_properties(qt5ct-qtplugin PROPERTIES OUTPUT_NAME qt5ct) +-target_link_libraries(qt5ct-qtplugin PRIVATE Qt5::Widgets Qt5::GuiPrivate Qt5::DBus Qt5::ThemeSupportPrivate qt5ct-common) ++target_link_libraries(qt5ct-qtplugin PRIVATE Qt5::Widgets Qt5::GuiPrivate Qt5::DBus Qt5::QuickControls2 Qt5::ThemeSupportPrivate KF5::ConfigCore KF5::ConfigWidgets KF5::IconThemes qt5ct-common) + install(TARGETS qt5ct-qtplugin DESTINATION ${PLUGINDIR}/platformthemes) +Index: qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp +=================================================================== +--- qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp (revision 678) ++++ qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp (working copy) +@@ -45,6 +45,7 @@ + #endif + #include + #include ++#include + + #include "qt5ct.h" + #include "qt5ctplatformtheme.h" +@@ -58,6 +59,11 @@ + #include + #include + ++#include ++#include ++#include ++#include ++ + Q_LOGGING_CATEGORY(lqt5ct, "qt5ct", QtWarningMsg) + + //QT_QPA_PLATFORMTHEME=qt5ct +@@ -73,6 +79,10 @@ + QMetaObject::invokeMethod(this, "createFSWatcher", Qt::QueuedConnection); + #endif + QGuiApplication::setFont(m_generalFont); ++ //if the user has explicitly set something else, don't interfere ++ if (QQuickStyle::name().isEmpty()) { ++ QQuickStyle::setStyle(QLatin1String("org.kde.desktop")); ++ } + } + qCDebug(lqt5ct) << "using qt5ct plugin"; + #ifdef QT_WIDGETS_LIB +@@ -79,6 +89,7 @@ + if(!QStyleFactory::keys().contains("qt5ct-style")) + qCCritical(lqt5ct) << "unable to find qt5ct proxy style"; + #endif ++ QCoreApplication::instance()->installEventFilter(this); + } + + Qt5CTPlatformTheme::~Qt5CTPlatformTheme() +@@ -185,6 +196,11 @@ + } + #endif + ++QIconEngine *Qt5CTPlatformTheme::createIconEngine(const QString &iconName) const ++{ ++ return new KIconEngine(iconName, KIconLoader::global()); ++} ++ + void Qt5CTPlatformTheme::applySettings() + { + if(!QGuiApplication::desktopSettingsAware() || m_isIgnored) +@@ -299,7 +315,15 @@ + if(!schemePath.isEmpty() && settings.value("custom_palette", false).toBool()) + { + schemePath = Qt5CT::resolvePath(schemePath); //replace environment variables +- m_palette = new QPalette(loadColorScheme(schemePath)); ++ if(schemePath.endsWith(".colors")) ++ { ++ m_palette = new QPalette(KColorScheme::createApplicationPalette(KSharedConfig::openConfig(schemePath))); ++ qApp->setProperty("KDE_COLOR_SCHEME_PATH", schemePath); ++ } ++ else ++ { ++ m_palette = new QPalette(loadColorScheme(schemePath)); ++ } + } + m_iconTheme = settings.value("icon_theme").toString(); + //load dialogs +@@ -464,3 +488,30 @@ + + return customPalette; + } ++ ++bool Qt5CTPlatformTheme::eventFilter(QObject *obj, QEvent *e) ++{ ++ if(obj == qApp && e->type() == QEvent::DynamicPropertyChange) ++ { ++ QDynamicPropertyChangeEvent *ee = static_cast(e); ++ if(ee->propertyName() == "KDE_COLOR_SCHEME_PATH") ++ { ++ if(qApp->property("KDE_COLOR_SCHEME_PATH").isNull()) ++ { ++ QSettings settings(Qt5CT::configFile(), QSettings::IniFormat); ++ settings.beginGroup("Appearance"); ++ QString schemePath = settings.value("color_scheme_path").toString(); ++ if(!schemePath.isEmpty() && settings.value("custom_palette", false).toBool()) ++ { ++ schemePath = Qt5CT::resolvePath(schemePath); //replace environment variables ++ if(schemePath.endsWith(".colors")) ++ { ++ qApp->setProperty("KDE_COLOR_SCHEME_PATH", schemePath); ++ applySettings(); ++ } ++ } ++ } ++ } ++ } ++ return QObject::eventFilter(obj, e); ++} +Index: qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h +=================================================================== +--- qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h (revision 678) ++++ qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h (working copy) +@@ -87,10 +87,13 @@ + //virtual QPixmap fileIconPixmap(const QFileInfo &fileInfo, const QSizeF &size, + // QPlatformTheme::IconOptions iconOptions = 0) const; + +- //virtual QIconEngine *createIconEngine(const QString &iconName) const; ++ virtual QIconEngine *createIconEngine(const QString &iconName) const; + //virtual QList keyBindings(QKeySequence::StandardKey key) const; + //virtual QString standardButtonText(int button) const; + ++protected: ++ bool eventFilter(QObject *obj, QEvent *e) override; ++ + private slots: + void applySettings(); + #ifdef QT_WIDGETS_LIB diff --git a/guix/pkgs/qt5ct-kde.scm b/guix/pkgs/qt5ct-kde.scm new file mode 100644 index 0000000..bd64ad2 --- /dev/null +++ b/guix/pkgs/qt5ct-kde.scm @@ -0,0 +1,21 @@ +(define-module (pkgs qt5ct-kde) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system qt) + #:use-module (gnu packages) + #:use-module (gnu packages qt) + #:use-module (guix gexp) + #:use-module (guix packages) + #:use-module (srfi srfi-1)) + +(define-public qt5ct-kde + (package + (inherit qt5ct) + (source + (origin + (method url-fetch) + (uri + (string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2")) + (patches (search-patches "qt5ct-kde.patch")) + (sha256 + (base32 "14742vs32m98nbfb5mad0i8ciff5f45gfcb5v03p4hh2dvhhqgfn"))))))