From 3545ad855245473235940688f45d69893e41e4b4 Mon Sep 17 00:00:00 2001 From: lassekongo83 Date: Fri, 29 May 2020 10:57:14 +0200 Subject: [PATCH] Fix meson files --- gtk/src/Zukitre-dark/gtk-2.0/xfce-panel.rc | 128 -- gtk/src/Zukitre-dark/gtk-2.0/xfsmlogout.png | Bin 335 -> 0 bytes gtk/src/Zukitre/gtk-2.0/xfce-panel.rc | 128 -- gtk/src/Zukitre/gtk-2.0/xfsmlogout.png | Bin 131 -> 0 bytes gtk/src/Zukitre/gtk-3.0/_apps.scss | 332 --- gtk/src/Zukitre/gtk-3.0/_lightdm.scss | 108 - gtk/src/Zukitre/gtk-3.0/_variables.scss | 89 - gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css | 2125 ------------------- gtk/src/Zukitre/gtk-3.0/gtk-alt-header.scss | 9 - gtk/src/Zukitre/gtk-3.0/meson.build | 7 +- gtk/src/Zukitre/gtk-3.0/parse-sass.sh | 1 - gtk/src/Zukitwo-dark/gtk-2.0/xfce-panel.rc | 128 -- gtk/src/Zukitwo-dark/gtk-2.0/xfsmlogout.png | Bin 335 -> 0 bytes gtk/src/Zukitwo/gtk-3.0/_apps.scss | 335 --- gtk/src/Zukitwo/gtk-3.0/_lightdm.scss | 108 - gtk/src/Zukitwo/gtk-3.0/_variables.scss | 89 - gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css | 2057 ------------------ gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.scss | 9 - gtk/src/Zukitwo/gtk-3.0/meson.build | 7 +- gtk/src/Zukitwo/gtk-3.0/parse-sass.sh | 1 - 20 files changed, 8 insertions(+), 5653 deletions(-) delete mode 100644 gtk/src/Zukitre-dark/gtk-2.0/xfce-panel.rc delete mode 100644 gtk/src/Zukitre-dark/gtk-2.0/xfsmlogout.png delete mode 100644 gtk/src/Zukitre/gtk-2.0/xfce-panel.rc delete mode 100644 gtk/src/Zukitre/gtk-2.0/xfsmlogout.png delete mode 100644 gtk/src/Zukitre/gtk-3.0/_apps.scss delete mode 100644 gtk/src/Zukitre/gtk-3.0/_lightdm.scss delete mode 100644 gtk/src/Zukitre/gtk-3.0/_variables.scss delete mode 100644 gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css delete mode 100644 gtk/src/Zukitre/gtk-3.0/gtk-alt-header.scss delete mode 100644 gtk/src/Zukitwo-dark/gtk-2.0/xfce-panel.rc delete mode 100644 gtk/src/Zukitwo-dark/gtk-2.0/xfsmlogout.png delete mode 100644 gtk/src/Zukitwo/gtk-3.0/_apps.scss delete mode 100644 gtk/src/Zukitwo/gtk-3.0/_lightdm.scss delete mode 100644 gtk/src/Zukitwo/gtk-3.0/_variables.scss delete mode 100644 gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css delete mode 100644 gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.scss diff --git a/gtk/src/Zukitre-dark/gtk-2.0/xfce-panel.rc b/gtk/src/Zukitre-dark/gtk-2.0/xfce-panel.rc deleted file mode 100644 index ace235b..0000000 --- a/gtk/src/Zukitre-dark/gtk-2.0/xfce-panel.rc +++ /dev/null @@ -1,128 +0,0 @@ -style "theme-panel" = "dark" { - xthickness = 1 - ythickness = 1 - - bg[NORMAL] = @panel_bg - bg[ACTIVE] = @panel_bg - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = shade (0.9, @fg_color) - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = shade (0.9, @selected_fg_color) - fg[SELECTED] = shade (0.9, @selected_fg_color) - - text[NORMAL] = shade (0.9, @fg_color) - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = shade (0.9, @selected_fg_color) - text[SELECTED] = shade (0.9, @selected_fg_color) - - engine "murrine" { - roundness = 0 - gradient_shades = {1.0,1.0,1.0,1.0} - contrast = 0.0 - } -} - -style "theme-panel-text" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - - engine "murrine" {} -} - -style "panel-entry" = "dark" { - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color -} - -style "theme-main-menu-text" = "theme-panel-text" { - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color -} - -style "workspace-switcher" = "theme-panel" { - bg[ACTIVE] = shade (0.8, @selected_bg_color) - bg[SELECTED] = shade (0.8, @selected_bg_color) -} - -style "window-buttons" = "theme-panel" { - xthickness = 3 - ythickness = 0 - - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = mix (0.9, @panel_bg, @base_color) - bg[SELECTED] = shade (0.85, @selected_bg_color) - - fg[NORMAL] = @fg_color - fg[ACTIVE] = @selected_fg_color - fg[PRELIGHT] = @selected_fg_color - - engine "murrine" { - contrast = 0.0 - roundness = 0 - reliefstyle = 0 - } -} - -style "indicator" = "theme-panel" { - xthickness = 0 - ythickness = 0 -} - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -widget "*TopMenu*" style "theme-panel" -class "PanelApp*" style "theme-panel" -class "PanelToplevel*" style "theme-panel" -widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" -widget_class "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*WnckPager*" style "workspace-switcher" -widget "*PagerButtons*" style "workspace-switcher" - -# Fix gtk-entries in the panel -class "GtkEntry" style "combo" -class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin -widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" -widget "*XfceTasklist*" style "window-buttons" diff --git a/gtk/src/Zukitre-dark/gtk-2.0/xfsmlogout.png b/gtk/src/Zukitre-dark/gtk-2.0/xfsmlogout.png deleted file mode 100644 index f54af81504492a42018c7aa2c10bd08b6b3e718d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^j6n2@gAK?!X0G-eNUg03i6{w5ELSKf%1_J8NmVGR zEJ#&It;kGcV5qni8*rQVumaDY?;^4X_2V8d(Ve)<@%Vd2zr{y{?C#&3BY0*1{JC<< zOAIQtOt;UGe0X+to`%-?2#q(!#T%IQt=>jY;WAmU*6p34{jZmM0&KoK4_*E#s`Z+I zm08=u-m_gw&$1+D>cut%KaRfgIbx>R|A*G!o6c9LcPv|S_lQJgOvqvGH8*" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" -widget "*XfceTasklist*" style "window-buttons" diff --git a/gtk/src/Zukitre/gtk-2.0/xfsmlogout.png b/gtk/src/Zukitre/gtk-2.0/xfsmlogout.png deleted file mode 100644 index 609a954d3ce468fdd07cc0ded03497dfc15823f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^j6n2@gAK?!X0G-eNO2Z;L>4nJa0`PlBg3pY5H=O_IpfRqT1>fT)s&_Atg^2#}JR>Z;x!`WnkbqyrJX&`L}WZ8Y&Dttr+wtt9V*v ZFdk23aoA+vl@C=n8Ax;1Q diff --git a/gtk/src/Zukitre/gtk-3.0/_apps.scss b/gtk/src/Zukitre/gtk-3.0/_apps.scss deleted file mode 100644 index 6a98314..0000000 --- a/gtk/src/Zukitre/gtk-3.0/_apps.scss +++ /dev/null @@ -1,332 +0,0 @@ -// Global panel button styles -%panelbutton { - color: transparentize($dark_fg_color, 0.1); - border-radius: 0; - border: none; - background-color: transparent; - box-shadow: none; - transition-duration: $shortest_duration; - - &:hover { - color: $dark_fg_color; - background-color: transparentize(white, 0.9); - } - &:active, &:checked { - color: $selected_fg_color; - background-color: $selected_bg_color; - &:hover { background-color: darken($selected_bg_color, 4%); } - } -} - -// -// XFCE GTK3 Styling -// -XfceHeading, -.XfceHeading { - margin: 0; - padding: 0; - border-width: 0; - background-image: none; - background-color: $bg_color; - color: $text_color; - text-shadow: none; -} - -.budgie-panel, -.xfce4-panel { - background-color: $dark_borders_color; - color: $dark_fg_color; - font-style: normal; - - text-shadow: none; - -gtk-icon-shadow: none; - - button { @extend %panelbutton; } -} - -.xfce4-panel frame > border { - border-style: none; -} - -.xfce4-panel menu { - -gtk-icon-effect: none; - text-shadow: none; - - // plano-theme #25 - button { - @include button(normal); - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:active:hover, &:checked:hover { @include button(hoveractive); } - &.default { @include button(focus); } - &:disabled { @include button(insensitive); } - } -} - -#XfceNotifyWindow { - @extend %osd; - border-radius: $window-radius; - - buttonbox { padding: 0; } - - button { - @include button(osd); - &:hover, &:focus { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:active:hover, &:checked:hover { @include button(osd-active); } - &.default { @include button(osd-hover); } - &:disabled { @include button(osd-insensitive); } - - border-radius: $button-radius; - text-shadow: none; - } - - entry { - @include entry(osd); - border-radius: $button-radius; - text-shadow: none; - } - - label#summary { - font-weight: bold; - } - - progressbar { - min-height: 6px; - border-radius: $button-radius; - progress { - background-image: none; - background-color: $selected_bg_color; - border: none; - box-shadow: none; - } - trough { - background-color: lighten($dark_bg_color, 10%); - border: none; - border-radius: $button-radius; - padding: 1px 0; - } - } -} - -// Xfwm4's alt-tab dialog, aka "tabwin" -#xfwm-tabwin { - padding: 12px; - background-image: none; - background-color: transparentize(black, 0.2); - color: shade($selected_fg_color, 0.65); - text-shadow: 0px 1px transparentize(black, 0.2); - border-radius: 12px; - // Set the application icon- and preview-size to 64px - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; - - button { - background-image: none; - color: $selected_fg_color; - font-weight: bold; - text-shadow: 0px 1px transparentize(black, 0.2); - border: none; - border-radius: 6px; - box-shadow: none; - - &:active, &:checked, &:active:hover, &:checked:hover { - background-color: $selected_bg_color; - } - &:hover { - background-color: $selected_bg_color; - transition-duration: $shortest_duration; - } - } -} - -// Temporary fixes for certain XFCE applets using GTK3 -#pulseaudio-button, #indicator-button { - @extend %panelbutton; -} - -// -// Mate/Gnome Flashback Panel -// -.gnome-panel-menu-bar, -.mate-panel-menu-bar { - - &, menubar { background-color: $dark_bg_color; } - - menubar, - #PanelApplet label, - #PanelApplet image { color: $dark_fg_color; } - - // Panel buttons - button:not(#tasklist-button) { - @extend %panelbutton; - } - - button, - #tasklist-button { - label, image { color: inherit; } - } - - .wnck-pager { - color: mix($dark_fg_color, black, 50%); - background-color: darken($dark_bg_color, 10%); - - &:hover { - background-color: lighten($dark_bg_color, 5%); - } - - &:selected { - color: lighten($selected_bg_color, 20%); - background-color: $selected_bg_color; - } - } - - na-tray-applet { - -NaTrayApplet-icon-padding: 0; - -NaTrayApplet-icon-size: 16px; - } -} - -// Application specific fixes should be avoided as much as possible! In some cases they are unavoidable. - -// Caja -.caja-desktop { @extend .nautilus-desktop.nautilus-canvas-item; } -.caja-notebook { border-top: 1px solid $borders_color; } -.caja-side-pane .frame { border-width: 1px 0 0; } -.caja-notebook .frame { border-width: 0 0 1px; } - -// Desktop icons FIXME: Remove legacy nautilus stuff after Ubuntu 18.04 LTS ends support -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px 2px transparentize(black, 0.2); -} - -.nautilus-window { - // Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096 - searchbar { border-top: 1px solid $borders_color; } - .searchbar-container { margin-top: -1px; } - - // Without this nautilus iconview grabs the bg_color - notebook, - notebook > stack:not(:only-child) searchbar { @extend %view; } - - // Nautilus 3.30 - .path-bar .dim-label { color: transparent; } -} - -.disk-space-display { - border-style: solid; - border-width: 2px; - - &.unknown { - background-color: darken($bg_color, 20%); - border-color: darken($bg_color, 30%); - } - &.used { - background-color: $selected_bg_color; - border-color: darken($selected_bg_color, 20%); - } - &.free { - background-color: $bg_color; - border-color: darken($bg_color, 20%); - } -} - -// Evolution - https://github.com/lassekongo83/zuki-themes/issues/119 -.table-header { - @extend %column_header_button; - padding: 4px 0 4px 0; - min-height: 24px; -} - -// Chromium -window.background.chromium { - background-color: $bg_color; - - button { border-color: $borders_color; } // tab borders - - // https://github.com/lassekongo83/amber-theme/issues/5 - menubar { color: if($dark_header=='true', $dark_fg_color, $fg_color); } -} - -// Thunar -.thunar { - .standard-view { border-width: 0; } - .sidebar .view { - background-color: $sidebar_bg_color; - &:hover { background-color: $base_hover_color; } - &:selected { background-color: $selected_bg_color; } - } - - toolbar { - border-bottom: 1px solid $borders_color; - - entry { margin: 2px; } - } - - // https://github.com/lassekongo83/plano-theme/issues/37 - .shortcuts-pane { border-top: 0; } -} - -// Nemo -.nemo-window { - // Rename entry - .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: $button-radius; - - @include entry(focus); - - &:selected { &:focus, & { @extend %selected_items; }} - } -} - -// Gedit -.gedit-search-slider { - button, button:hover { - box-shadow: none; - border: 1px solid $borders_color; - &:last-child { border-left: 0; } - } -} - -// Firefox -#MozillaGtkWidget.background { - &.default-decoration { button.titlebutton { padding: 0 0; } } - - &.default-decoration, - headerbar.titlebar { - button.titlebutton { @extend %titlebutton; } - } - - > menu > menuitem { border-radius: 0; } // Removed rounded menu corners - > menu, .menu, .context-menu { - .separator:not(label), - .csd & .separator:not(label) { color: darken($dark_bg_color, 5%); } - } - - // box-shadows doesn't work, so a border color is needed on the entries and buttons instead - entry, button { - border-color: $borders_color; - &:focus { border-color: $selected_bg_color; } - } -} - -normal-button { - @include button(normal); - &:hover { @include button(hover); } - &:active { @include button(active) } - &:disabled { @include button(insensitive); } -} - -// Tweak tool -list.tweak-categories separator { - // hide sidebar separators - // make the sidebar look like a normal sidebar - background: transparent; -} - -.tweak-categories { - background-color: $secondary_bg_color; - border-color: $secondary_borders_color; -} diff --git a/gtk/src/Zukitre/gtk-3.0/_lightdm.scss b/gtk/src/Zukitre/gtk-3.0/_lightdm.scss deleted file mode 100644 index 726414a..0000000 --- a/gtk/src/Zukitre/gtk-3.0/_lightdm.scss +++ /dev/null @@ -1,108 +0,0 @@ -/* Lightdm styling */ - -// the panel widget at the top -#panel_window { - background-color: $dark_bg_color; - color: $dark_fg_color; - box-shadow: none; - border-style: none; - - // the menubars/menus of the panel, i.e. indicators - menubar, - menubar > menuitem { - color: $dark_fg_color; - box-shadow: none; - border-style: none; - &:active, &:checked, &:hover { - border-style: none; - background-color: transparentize(white, 0.8); - } - } - - menubar menuitem:disabled { - color: transparentize($dark_fg_color, 0.5); - - label { color: inherit; } - } - menubar menu > menuitem { font-style: normal; } -} - -// the login window -#login_window, -#shutdown_dialog, -#restart_dialog { - font-style: normal; - border-style: none; - background-color: $bg_color; - color: $fg_color; -} - -// the top half of the login-window, in GtkDialog terms, the content -#content_frame { - padding-bottom: 14px; - background-color: $bg_color; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:disabled { @include button(insensitive); } -} - -// the lower half of the login-window, in GtkDialog terms the buttonbox or action area -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: darken($bg_color,5%); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 1px; -} - -#buttonbox_frame button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:disabled { @include button(insensitive); } -} - -#login_window #user_combobox { - color: $fg_color; - menu { font-style: normal; } -} - -// the user's avatar box -#user_image { - padding: 3px; - border-radius: 2px; -} - -// the shutdown button -#shutdown_button.button { - @include button(normal, $destructive_color); - - &:hover { @include button(hover, lighten($destructive_color, 10%)); } - &:active, &:checked { @include button(active, darken($destructive_color, 10%)); } -} - -// the restart button -#restart_button.button { - @include button(normal, $selected_bg_color); - - &:hover { @include button(hover, lighten($selected_bg_color, 10%)); } - &:active, &:checked { @include button(active, darken($selected_bg_color, 10%)); } -} - -// the warning, in case a wrong password is entered or something else goes wrong according to PAM -#greeter_infobar { - border-bottom-width: 0; -} diff --git a/gtk/src/Zukitre/gtk-3.0/_variables.scss b/gtk/src/Zukitre/gtk-3.0/_variables.scss deleted file mode 100644 index 1eb7de2..0000000 --- a/gtk/src/Zukitre/gtk-3.0/_variables.scss +++ /dev/null @@ -1,89 +0,0 @@ -// titlebutton sizes -$titlebutton-width: 20px; -$titlebutton-height: 20px; - -// scrollbars -$_slider_min_length: 40px; -$_scrollbar_size: 14px; -$_overlay_size: 8px; - -// radius -$button-radius: 1px; // Default button and entry border-radius -$window-radius: 3px; // Window decoration border-radius -$circular_radius: 99px; -$scale_radius: 16px; - -// duration -$shortest_duration: 100ms; -$shorter_duration: 150ms; -$longer_duration: 250ms; - -// timing function -$deceleration_curve: cubic-bezier(0.0, 0.0, 0.2, 1); - -// button shadows -$shadow-color: transparentize(black, 0.92); -$shadow-color-hover: transparentize(black, 0.86); -$inset-color: if($variant == 'light', transparentize(white, 0.6), transparentize(white, 0.94)); - -$shadow_normal: 1px 0 $shadow-color, - 0 1px $shadow-color, - -1px 0 $shadow-color, - 0 -1px $shadow-color, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$shadow_hover: 1px 0 $shadow-color-hover, - 0 1px $shadow-color-hover, - -1px 0 $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$shadow_active: inset 1px 0 $shadow-color, - inset 0 1px $shadow-color, - inset -1px 0 $shadow-color, - inset 0 -1px $shadow-color; -$shadow_focus: $shadow_normal; - -// linked button shadows -$btn-shadow-middle: - 0 1px $shadow-color, - 0 -1px $shadow-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-middle-hover: - 0 1px $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-left: - 0 1px $shadow-color, - -1px 0 $shadow-color, - 0 -1px $shadow-color, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-left-hover: - 0 1px $shadow-color-hover, - -1px 0 $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-right: - 1px 0 $shadow-color, - 0 1px $shadow-color, - 0 -1px $shadow-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-right-hover: - 1px 0 $shadow-color-hover, - 0 1px $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; diff --git a/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css b/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css deleted file mode 100644 index 31e4a22..0000000 --- a/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css +++ /dev/null @@ -1,2125 +0,0 @@ -* { padding: 0; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: #cc0000; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 24; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; -gtk-outline-radius: -1px; -gtk-secondary-caret-color: #4a79c7; } - -.background { color: #2c2c2c; background-color: #d6d6d6; } - -.background:backdrop { color: #5f5f5f; background-color: #d6d6d6; text-shadow: none; -gtk-icon-shadow: none; } - -*:disabled { -gtk-icon-effect: dim; } - -.gtkstyle-fallback { color: #2c2c2c; background-color: #d6d6d6; } - -.gtkstyle-fallback:hover { color: #2c2c2c; background-color: #f0efef; } - -.gtkstyle-fallback:active { color: #2c2c2c; background-color: #bdbcbc; } - -.gtkstyle-fallback:disabled { color: #707070; background-color: #e3e3e3; } - -.gtkstyle-fallback:selected { color: #ffffff; background-color: #4a79c7; } - -.view, iconview, .view text, iconview text, textview text, .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { color: black; background-color: #F7F7F7; } - -.view:hover, iconview:hover, .view:backdrop:hover, iconview:backdrop:hover, .view text:hover, iconview text:hover, textview text:hover, .nautilus-window notebook:hover, .nautilus-window notebook > stack:not(:only-child) searchbar:hover, .view text:backdrop:hover, iconview text:backdrop:hover, textview text:backdrop:hover, .nautilus-window notebook:backdrop:hover, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:hover { background-color: #e8e8e8; } - -.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop, .nautilus-window notebook:backdrop, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop { color: #313131; background-color: #f4f4f4; } - -.view:backdrop:disabled, iconview:backdrop:disabled, .view text:backdrop:disabled, iconview text:backdrop:disabled, textview text:backdrop:disabled, .nautilus-window notebook:backdrop:disabled, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:disabled { color: #b0b0b0; } - -.view:disabled, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled, .nautilus-window notebook:disabled, .nautilus-window notebook > stack:not(:only-child) searchbar:disabled { color: #707070; background-color: #e3e3e3; } - -textview border { background-color: #e7e7e7; } - -.rubberband, rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .content-view .rubberband, XfdesktopIconView.view .rubberband { border: 1px solid #3460aa; background-color: rgba(52, 96, 170, 0.2); } - -flowbox flowboxchild { padding: 3px; } - -flowbox flowboxchild:selected { outline-offset: -2px; } - -.content-view .tile { margin: 2px; background-color: transparent; border-radius: 0; padding: 0; } - -.content-view .tile:backdrop { background-color: transparent; } - -.content-view .tile:active, .content-view .tile:selected { background-color: transparent; } - -.content-view .tile:disabled { background-color: transparent; } - -label { caret-color: currentColor; } - -label selection { background-color: #4a79c7; color: #ffffff; } - -label:disabled { color: #707070; } - -button label:disabled { color: inherit; } - -label:disabled:backdrop { color: #b0b0b0; } - -button label:disabled:backdrop { color: inherit; } - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, headerbar .subtitle { opacity: 0.55; text-shadow: none; } - -assistant .sidebar { background-color: #F7F7F7; border-top: 1px solid #b0b0b0; } - -assistant .sidebar:backdrop { background-color: #f4f4f4; border-color: #b7b7b7; } - -assistant.csd .sidebar { border-top-style: none; } - -assistant .sidebar label { padding: 6px 12px; } - -assistant .sidebar label.highlight { background-color: #b4b4b4; } - -.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .app-notification, .app-notification.frame, .osd .scale-popup, #XfceNotifyWindow, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, #XfceNotifyWindow:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; } - -@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } } - -spinner { background: none; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - -spinner:backdrop { color: #5f5f5f; } - -spinner:checked { opacity: 1; animation: spin 1s linear infinite; } - -spinner:checked:disabled { opacity: 0.5; } - -.large-title { font-weight: 300; font-size: 24pt; letter-spacing: 0.2rem; } - -.title-1 { font-weight: 800; font-size: 20pt; } - -.title-2 { font-weight: 800; font-size: 15pt; } - -.title-3 { font-weight: 700; font-size: 15pt; } - -.title-4 { font-weight: 700; font-size: 13pt; } - -.heading { font-weight: 700; font-size: 11pt; } - -.body { font-weight: 400; font-size: 11pt; } - -.caption-heading { font-weight: 700; font-size: 9pt; } - -.caption { font-weight: 400; font-size: 9pt; } - -spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); } - -spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; } - -spinbutton:not(.vertical) image.right, entry image.right { margin-left: 6px; } - -spinbutton.flat:focus:not(.vertical), spinbutton.flat:backdrop:not(.vertical), spinbutton.flat:disabled:not(.vertical), spinbutton.flat:backdrop:disabled:not(.vertical), spinbutton.flat:not(.vertical), entry.flat:focus, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat { min-height: 0; padding: 2px; background-color: transparent; border-color: transparent; border-radius: 0; } - -spinbutton:focus:not(.vertical), entry:focus { box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; } - -spinbutton:disabled:not(.vertical), entry:disabled { color: #707070; border-color: #b0b0b0; background-color: #e3e3e3; box-shadow: none; } - -spinbutton.error:not(.vertical), entry.error { color: #cc0000; border-color: #cc0000; } - -spinbutton.error:focus:not(.vertical), entry.error:focus { box-shadow: inset 0 0 0 1px #cc0000; border-color: #cc0000; } - -spinbutton.error:not(.vertical) selection, entry.error selection { background-color: #cc0000; } - -spinbutton.warning:not(.vertical), entry.warning { color: #f57900; border-color: #f57900; } - -spinbutton.warning:focus:not(.vertical), entry.warning:focus { box-shadow: inset 0 0 0 1px #f57900; border-color: #f57900; } - -spinbutton.warning:not(.vertical) selection, entry.warning selection { background-color: #f57900; } - -spinbutton:not(.vertical) image, entry image { color: #555555; } - -spinbutton:not(.vertical) image:hover, entry image:hover { color: #2c2c2c; } - -spinbutton:not(.vertical) image:active, entry image:active { color: #4a79c7; } - -spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), entry:drop(active):focus, entry:drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; } - -.osd spinbutton:not(.vertical), .osd entry { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:focus:not(.vertical), .osd entry:focus { color: white; border-color: #4a79c7; background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: inset 0 0 0 1px #4a79c7; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:disabled:not(.vertical), .osd entry:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(71, 71, 71, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -spinbutton:not(.vertical) progress, entry progress { margin: 2px -6px; background-color: transparent; background-image: none; border-radius: 0; border-width: 0 0 2px; border-color: #4a79c7; border-style: solid; box-shadow: none; } - -spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { background-color: transparent; } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > entry:focus + entry { border-left-color: #4a79c7; } - -.linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus.error + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus.error + button, .linked:not(.vertical) > entry:focus.error + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry, .linked:not(.vertical) > entry:focus.error + entry { border-left-color: #cc0000; } - -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + entry { border-left-color: #4e9a06; } - -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { border-top-color: #e2e2e2; } - -.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled { border-top-color: #e2e2e2; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus:not(:only-child) { border-top-color: #4a79c7; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child), .linked.vertical > entry + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus.error:not(:only-child) { border-top-color: #cc0000; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > entry + entry:drop(active):not(:only-child) { border-top-color: #4e9a06; } - -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { border-top-color: #4a79c7; } - -.linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus.error:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus.error:not(:only-child) + entry, .linked.vertical > entry:focus.error:not(:only-child) + button, .linked.vertical > entry:focus.error:not(:only-child) + combobox > box > button.combo { border-top-color: #cc0000; } - -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color: #4e9a06; } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #F7F7F7; transition-property: color, background; } - -treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #F7F7F7; } - -treeview entry.flat:focus, treeview entry:focus { border-color: #4a79c7; } - -.entry-tag { padding: 5px; margin-top: 2px; margin-bottom: 2px; border-style: none; color: #ffffff; background-color: #4a79c7; } - -:dir(ltr) .entry-tag { margin-left: 8px; margin-right: -5px; } - -:dir(rtl) .entry-tag { margin-left: -5px; margin-right: 8px; } - -.entry-tag:hover { background-color: #7196d3; } - -:backdrop .entry-tag { color: #f4f4f4; background-color: #4a79c7; } - -.entry-tag.button { background-color: transparent; color: rgba(255, 255, 255, 0.7); } - -:not(:backdrop) .entry-tag.button:hover { border: 1px solid #4a79c7; color: #ffffff; } - -:not(:backdrop) .entry-tag.button:active { background-color: #4a79c7; color: rgba(255, 255, 255, 0.7); } - -@keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#4a79c7), to(transparent)); } - to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a79c7), to(transparent)); } } - -notebook > header > tabs > arrow, button { min-height: 20px; min-width: 16px; padding: 4px 4px; border: 1px solid; border-radius: 1px; transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -notebook > header > tabs > arrow, button.sidebar-button, notebook > header > tabs > arrow.flat, button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; transition: none; } - -notebook > header > tabs > arrow:hover, button.sidebar-button:hover, notebook > header > tabs > arrow.flat:hover, button.flat:hover { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 500ms; } - -notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, notebook > header > tabs > arrow.flat:hover:active, button.flat:hover:active { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -notebook > header > tabs > arrow:hover, button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; -gtk-icon-effect: highlight; } - -notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, button:active, button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; transition-duration: 50ms; } - -notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked:hover, button:active:hover, button:checked:hover { background-image: image(#adadad); } - -notebook > header > tabs > arrow:backdrop.flat, notebook > header > tabs > arrow:backdrop, button:backdrop.flat, button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); -gtk-icon-effect: none; } - -notebook > header > tabs > arrow:backdrop.flat:active, notebook > header > tabs > arrow:backdrop.flat:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, button:backdrop.flat:active, button:backdrop.flat:checked, button:backdrop:active, button:backdrop:checked { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop.flat:disabled, notebook > header > tabs > arrow:backdrop:disabled, button:backdrop.flat:disabled, button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop.flat:disabled:active, notebook > header > tabs > arrow:backdrop.flat:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, button:backdrop.flat:disabled:active, button:backdrop.flat:disabled:checked, button:backdrop:disabled:active, button:backdrop:disabled:checked { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.flat:backdrop, notebook > header > tabs > arrow.flat:disabled, notebook > header > tabs > arrow.flat:backdrop:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -notebook > header > tabs > arrow:disabled, button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, button:disabled:active, button:disabled:checked { color: #707070; border-color: #b0b0b0; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow.image-button, button.image-button { min-width: 24px; padding-left: 4px; padding-right: 4px; } - -notebook > header > tabs > arrow.text-button, button.text-button { padding-left: 16px; padding-right: 16px; } - -notebook > header > tabs > arrow.text-button.image-button, button.text-button.image-button { padding-left: 8px; padding-right: 8px; } - -notebook > header > tabs > arrow.text-button.image-button label, button.text-button.image-button label { padding-left: 8px; padding-right: 8px; } - -combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), button:drop(active) { color: #4e9a06; border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; } - -row:selected button { border-color: #2e5596; } - -row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) { color: #ffffff; border-color: transparent; } - -row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { color: #f4f4f4; } - -button.osd { min-width: 26px; min-height: 32px; color: #eeeeec; border-radius: 3px; color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd.image-button { min-width: 34px; } - -button.osd:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd:active, button.osd:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd:disabled:backdrop, button.osd:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; } - -button.osd:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; } - -.csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, .app-notification button, .app-notification.frame button, .osd button { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active:backdrop, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .app-notification button:disabled, .osd button:disabled:backdrop, .osd button:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .app-notification button:backdrop, .osd button:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .app-notification button.flat, .osd button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .app-notification button.flat:hover, .osd button.flat:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .app-notification button.flat:disabled, .osd button.flat:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-image: none; border-color: transparent; box-shadow: none; } - -popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, .app-notification button.flat:backdrop, .osd button.flat:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:active, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .app-notification button.flat:checked, .osd button.flat:active, .osd button.flat:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; background-color: #7196d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #4a79c7; } - -button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #799cd5; } - -button.suggested-action:active, button.suggested-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; background-image: image(#325ca2); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -button.suggested-action:active:hover, button.suggested-action:checked:hover { background-image: image(#2d5392); } - -button.suggested-action:backdrop, button.suggested-action.flat:backdrop { color: #dbe4f4; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { color: #dae3f3; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { color: #86a5d9; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(74, 121, 199, 0.8); } - -button.suggested-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:disabled:active, button.suggested-action:disabled:checked { color: #b5c8e7; border-color: #3460aa; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.osd button.suggested-action { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.5)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(#4a79c7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd button.suggested-action:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; border-bottom-color: #851015; background-color: #e9454d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #e01b24; } - -button.destructive-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; border-bottom-color: #851015; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #ea4e56; } - -button.destructive-action:active, button.destructive-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; background-image: image(#a9141b); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -button.destructive-action:active:hover, button.destructive-action:checked:hover { background-image: image(#971218); } - -button.destructive-action:backdrop, button.destructive-action.flat:backdrop { color: #f9d1d3; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { color: #f7d2d4; border-color: #d71f28; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { color: #e56d73; border-color: #d71f28; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(224, 27, 36, 0.8); } - -button.destructive-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:disabled:active, button.destructive-action:disabled:checked { color: #efa5a9; border-color: #b2161d; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.osd button.destructive-action { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.5)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(#e01b24); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd button.destructive-action:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.stack-switcher > button { outline-offset: -3px; } - -.stack-switcher > button > label { padding-left: 6px; padding-right: 6px; } - -.stack-switcher > button > image { padding-left: 6px; padding-right: 6px; padding-top: 3px; padding-bottom: 3px; } - -.stack-switcher > button.text-button { padding-left: 10px; padding-right: 10px; } - -.stack-switcher > button.image-button { padding-left: 2px; padding-right: 2px; } - -.stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image { animation: none; background-image: none; } - -button.font separator, button.file separator { background-color: transparent; } - -button.font > box > box > label { font-weight: bold; } - -.primary-toolbar button { -gtk-icon-shadow: none; } - -button.circular { border-radius: 9999px; -gtk-outline-radius: 9999px; padding: 4px; background-origin: padding-box, border-box; background-clip: padding-box, border-box; } - -button.circular label { padding: 0; } - -button.circular:not(.flat):not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-image: linear-gradient(to top, #f0efef, #f0efef), linear-gradient(to top, #8a8989 25%, #b0b0b0 50%); border-color: transparent; } - -button.circular:hover:not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; background-image: linear-gradient(to top, whitesmoke, whitesmoke), linear-gradient(to top, #8a8989 25%, #b0b0b0 50%); border-color: transparent; } - -.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { animation: needs_attention 150ms ease-in; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a79c7), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.769231)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } - -.stack-switcher > button.needs-attention > label:backdrop, .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { background-size: 6px 6px, 0 0; } - -.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } - -.inline-toolbar toolbutton > button { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.inline-toolbar toolbutton > button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.inline-toolbar toolbutton > button:active:hover, .inline-toolbar toolbutton > button:checked:hover { background-image: image(#adadad); } - -.inline-toolbar toolbutton > button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { color: #707070; border-color: #b0b0b0; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -toolbar.inline-toolbar toolbutton > button.flat, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .inline-toolbar button, .linked > button, .xfce4-panel.background menu .linked button, filechooser .path-bar.linked > button, .linked:not(.vertical) > combobox > box > button.combo { border-right-style: none; border-radius: 0; -gtk-outline-radius: 0; } - -toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child, .xfce4-panel.background menu .linked button:only-child, filechooser .path-bar.linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { border-style: solid; border-radius: 1px; -gtk-outline-radius: 1px; } - -toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child, .xfce4-panel.background menu .linked button:first-child, filechooser .path-bar.linked > button:dir(ltr):first-child, filechooser .path-bar.linked > button:dir(rtl):last-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { border-top-left-radius: 1px; border-bottom-left-radius: 1px; -gtk-outline-top-left-radius: 1px; -gtk-outline-bottom-left-radius: 1px; } - -toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child, .xfce4-panel.background menu .linked button:last-child, filechooser .path-bar.linked > button:dir(ltr):last-child, filechooser .path-bar.linked > button:dir(rtl):first-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { border-right-style: solid; border-top-right-radius: 1px; border-bottom-right-radius: 1px; -gtk-outline-top-right-radius: 1px; -gtk-outline-bottom-right-radius: 1px; } - -.linked:not(.vertical) > spinbutton:checked:not(.vertical), .linked:not(.vertical) > entry:checked, .inline-toolbar button:checked, .linked > button:checked, .xfce4-panel.background menu .linked button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.linked:not(.vertical) > spinbutton:checked:hover:not(.vertical), .linked:not(.vertical) > entry:checked:hover, .inline-toolbar button:checked:hover, .linked > button:checked:hover, .xfce4-panel.background menu .linked button:checked:hover { background-image: image(#adadad); } - -.linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > button, .linked.vertical > combobox > box > button.combo { border-style: solid solid none solid; border-radius: 0; -gtk-outline-radius: 0; } - -.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { border-top-left-radius: 1px; border-top-right-radius: 1px; -gtk-outline-top-left-radius: 1px; -gtk-outline-top-right-radius: 1px; } - -.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { border-bottom-style: solid; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; -gtk-outline-bottom-left-radius: 1px; -gtk-outline-bottom-right-radius: 1px; } - -.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { border-style: solid; border-radius: 1px; -gtk-outline-radius: 1px; } - -modelbutton.flat, .menuitem.button.flat, modelbutton.flat:backdrop, modelbutton.flat:backdrop:hover, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, list row button.image-button:not(.flat), button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, calendar.button, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { background-color: transparent; background-image: none; border-color: transparent; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -modelbutton.flat, .menuitem.button.flat { min-height: 26px; padding-left: 5px; padding-right: 5px; border-radius: 1px; outline-offset: -2px; } - -modelbutton.flat:hover, .menuitem.button.flat:hover { background-color: #e3e3e3; } - -modelbutton.flat arrow { background: none; } - -modelbutton.flat arrow:hover { background: none; } - -modelbutton.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - -modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -button.color { padding: 4px; } - -button.color colorswatch:only-child { box-shadow: 0 1px rgba(255, 255, 255, 0.769231); } - -button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; } - -.osd button.color 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, 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; } - -list row button.image-button:not(.flat) { border: 1px solid rgba(176, 176, 176, 0.5); } - -list row button.image-button:not(.flat):hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -list row button.image-button:not(.flat):active, list row button.image-button:not(.flat):checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -list row button.image-button:not(.flat):active:hover, list row button.image-button:not(.flat):checked:hover { background-image: image(#adadad); } - -button:link, button:visited, button:link > label, button:visited > label, *:link { color: #3460aa; } - -button:visited, button:link > label:visited, button:visited > label:visited, *:link:visited { color: #284a83; } - -*:selected button:visited, *:selected button:link > label:visited, *:selected button:visited > label:visited, *:selected *:link:visited { color: #a9b7cd; } - -button:hover:link, button:hover:visited, button:link > label:hover, button:visited > label:hover, *:link:hover { color: #4a79c7; } - -*:selected button:hover:link, *:selected button:hover:visited, *:selected button:link > label:hover, *:selected button:visited > label:hover, *:selected *:link:hover { color: #edf2f9; } - -button:active:link, button:active:visited, button:link > label:active, button:visited > label:active, *:link:active { color: #3460aa; } - -*:selected button:active:link, *:selected button:active:visited, *:selected button:link > label:active, *:selected button:visited > label:active, *:selected *:link:active { color: #d6dfee; } - -button:disabled:link, button:disabled:visited, button:link > label:disabled, button:visited > label:disabled, button:disabled:backdrop:link, button:disabled:backdrop:visited, button:link > label:disabled:backdrop, button:visited > label:disabled:backdrop, *:link:disabled, *:link:disabled:backdrop { color: rgba(111, 111, 111, 0.8); } - -button:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:visited, button:link > label:backdrop:backdrop:hover, button:visited > label:backdrop:backdrop:hover, button:backdrop:backdrop:hover:selected:link, button:backdrop:backdrop:hover:selected:visited, button:link > label:backdrop:backdrop:hover:selected, button:visited > label:backdrop:backdrop:hover:selected, button:backdrop:link, button:backdrop:visited, button:link > label:backdrop, button:visited > label:backdrop, *:link:backdrop:backdrop:hover, *:link:backdrop:backdrop:hover:selected, *:link:backdrop { color: rgba(52, 96, 170, 0.9); } - -.selection-mode .titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode headerbar .subtitle:link, headerbar.selection-mode .subtitle:link, button:selected:link, button:selected:visited, button:link > label:selected, button:visited > label:selected, *:selected button:link, *:selected button:visited, *:selected button:link > label, *:selected button:visited > label, *:link:selected, *:selected *:link { color: #d6dfee; } - -button:link, button:visited { text-shadow: none; } - -button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked { text-shadow: none; } - -button:link > label, button:visited > label { text-decoration-line: underline; } - -spinbutton { font-feature-settings: "tnum"; } - -spinbutton:not(.vertical) { padding: 0; } - -spinbutton:not(.vertical) entry, .osd spinbutton:not(.vertical) entry { min-width: 28px; margin: 0; background: none; background-color: transparent; border: none; border-radius: 0; box-shadow: none; } - -spinbutton:not(.vertical) entry:backdrop:disabled { background-color: transparent; } - -spinbutton:not(.vertical) button { min-height: 16px; margin: 0; padding-bottom: 0; padding-top: 0; color: #404040; background-image: none; border-style: none none none solid; border-color: rgba(176, 176, 176, 0.3); border-radius: 0; box-shadow: none; } - -spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } - -spinbutton:not(.vertical) button:hover { color: #2c2c2c; background-color: rgba(44, 44, 44, 0.05); } - -spinbutton:not(.vertical) button:disabled { color: rgba(112, 112, 112, 0.3); background-color: transparent; } - -spinbutton:not(.vertical) button:active { background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - -spinbutton:not(.vertical) button:backdrop:disabled { color: rgba(176, 176, 176, 0.3); background-color: transparent; background-image: none; border-style: none none none solid; } - -spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { border-style: none solid none none; } - -spinbutton:not(.vertical) button:dir(ltr):last-child { border-radius: 0 1px 1px 0; } - -spinbutton:not(.vertical) button:dir(rtl):first-child { border-radius: 1px 0 0 1px; } - -.osd spinbutton:not(.vertical) button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-style: none none none solid; border-color: rgba(0, 0, 0, 0.4); border-radius: 0; box-shadow: none; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } - -.osd spinbutton:not(.vertical) button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-color: rgba(0, 0, 0, 0.5); background-color: rgba(238, 238, 236, 0.1); -gtk-icon-shadow: 0 1px black; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #919190; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:dir(ltr):last-child { border-radius: 0 1px 1px 0; } - -.osd spinbutton:not(.vertical) button:dir(rtl):first-child { border-radius: 1px 0 0 1px; } - -spinbutton.vertical:disabled { color: #707070; } - -spinbutton.vertical:backdrop:disabled { color: #b0b0b0; } - -spinbutton.vertical:drop(active) { border-color: transparent; box-shadow: none; } - -spinbutton.vertical entry { min-height: 32px; min-width: 32px; padding: 0; border-radius: 0; } - -spinbutton.vertical button { min-height: 32px; min-width: 32px; padding: 0; } - -spinbutton.vertical button.up { border-radius: 1px 1px 0 0; border-style: solid solid none solid; } - -spinbutton.vertical button.down { border-radius: 0 0 1px 1px; border-style: none solid solid solid; } - -.osd spinbutton.vertical button:first-child { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd spinbutton.vertical button:first-child:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -treeview spinbutton:not(.vertical) { min-height: 0; border-style: none; border-radius: 0; } - -treeview spinbutton:not(.vertical) entry { min-height: 0; padding: 1px 2px; } - -combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); min-height: 16px; min-width: 16px; } - -combobox:drop(active) { box-shadow: none; } - -toolbar, .inline-toolbar, searchbar > revealer > box, .location-bar { -GtkWidget-window-dragging: true; padding: 4px; background-color: #c3c3c3; box-shadow: inset 0 2px rgba(176, 176, 176, 0.35); } - -toolbar { padding: 4px 3px 3px 4px; } - -.osd toolbar { background-color: transparent; } - -toolbar.osd { padding: 13px; border: none; border-radius: 3px; background-color: rgba(53, 53, 53, 0.7); } - -toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { border-radius: 0; } - -toolbar.horizontal separator { margin: 0 7px 1px 6px; } - -toolbar.vertical separator { margin: 6px 1px 7px 0; } - -toolbar:not(.inline-toolbar):not(.osd) > *:not(.toggle):not(.popup) > * { margin-right: 1px; margin-bottom: 1px; } - -.inline-toolbar { padding: 3px; border-width: 0 1px 1px; border-radius: 0 0 1px 1px; } - -searchbar > revealer > box, .location-bar { border-width: 0 0 1px; padding: 3px; } - -searchbar > revealer > box { margin: -6px; padding: 6px; } - -.inline-toolbar { border-style: solid; border-color: #b0b0b0; background-color: #cbcbcb; } - -.titlebar:not(headerbar), headerbar { padding: 0 4px; min-height: 38px; border-width: 0 0 1px; border-style: solid; border-color: #b0b0b0; border-radius: 0; background: #4d4d4d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; } - -.titlebar:backdrop:not(headerbar), headerbar:backdrop { background-image: none; } - -.titlebar:not(headerbar) .title, headerbar .title { padding-left: 12px; padding-right: 12px; font-weight: bold; } - -.titlebar:not(headerbar) .subtitle, headerbar .subtitle { font-size: smaller; padding-left: 12px; padding-right: 12px; } - -.titlebar:not(headerbar) stackswitcher button:checked, .titlebar:not(headerbar) button.toggle:checked, headerbar stackswitcher button:checked, headerbar button.toggle:checked { background: image(#ababab); border-color: #a8a8a8; border-top-color: #9b9b9b; } - -.titlebar:not(headerbar) stackswitcher button:checked:backdrop, .titlebar:not(headerbar) button.toggle:checked:backdrop, headerbar stackswitcher button:checked:backdrop, headerbar button.toggle:checked:backdrop { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar), .selection-mode.titlebar:not(headerbar), .selection-mode headerbar, headerbar.selection-mode { color: #ffffff; border-color: #2e5596; text-shadow: 0 -1px rgba(0, 0, 0, 0.5); background: #4d4d4d; box-shadow: inset 0 1px rgba(165, 188, 227, 0.7), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; } - -.selection-mode .titlebar:backdrop:not(headerbar), .selection-mode.titlebar:backdrop:not(headerbar), .selection-mode headerbar:backdrop, headerbar.selection-mode:backdrop { background-color: #4a79c7; background-image: none; box-shadow: inset 0 1px #b7c9e9; } - -.selection-mode .titlebar:backdrop:not(headerbar) label, .selection-mode.titlebar:backdrop:not(headerbar) label, .selection-mode headerbar:backdrop label, headerbar.selection-mode:backdrop label { text-shadow: none; color: #ffffff; } - -.selection-mode .titlebar:not(headerbar) button, .selection-mode.titlebar:not(headerbar) button, .selection-mode headerbar button, headerbar.selection-mode button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; background-color: #7196d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.selection-mode .titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.flat, .selection-mode headerbar button.flat, headerbar.selection-mode button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:hover, .selection-mode.titlebar:not(headerbar) button:hover, .selection-mode headerbar button:hover, headerbar.selection-mode button:hover { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #799cd5; } - -.selection-mode .titlebar:not(headerbar) button:active, .selection-mode .titlebar:not(headerbar) button:checked, .selection-mode .titlebar:not(headerbar) button.toggle:checked, .selection-mode .titlebar:not(headerbar) button.toggle:active, .selection-mode.titlebar:not(headerbar) button:active, .selection-mode.titlebar:not(headerbar) button:checked, .selection-mode.titlebar:not(headerbar) button.toggle:checked, .selection-mode.titlebar:not(headerbar) button.toggle:active, .selection-mode headerbar button:active, .selection-mode headerbar button:checked, .selection-mode headerbar button.toggle:checked, .selection-mode headerbar button.toggle:active, headerbar.selection-mode button:active, headerbar.selection-mode button:checked, headerbar.selection-mode button.toggle:checked, headerbar.selection-mode button.toggle:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; background-image: image(#325ca2); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:active:hover, .selection-mode .titlebar:not(headerbar) button:checked:hover, .selection-mode .titlebar:not(headerbar) button.toggle:checked:hover, .selection-mode .titlebar:not(headerbar) button.toggle:active:hover, .selection-mode.titlebar:not(headerbar) button:active:hover, .selection-mode.titlebar:not(headerbar) button:checked:hover, .selection-mode.titlebar:not(headerbar) button.toggle:checked:hover, .selection-mode.titlebar:not(headerbar) button.toggle:active:hover, .selection-mode headerbar button:active:hover, .selection-mode headerbar button:checked:hover, .selection-mode headerbar button.toggle:checked:hover, .selection-mode headerbar button.toggle:active:hover, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button.toggle:checked:hover, headerbar.selection-mode button.toggle:active:hover { background-image: image(#2d5392); } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat, .selection-mode .titlebar:not(headerbar) button:backdrop, .selection-mode.titlebar:not(headerbar) button:backdrop.flat, .selection-mode.titlebar:not(headerbar) button:backdrop, .selection-mode headerbar button:backdrop.flat, .selection-mode headerbar button:backdrop, headerbar.selection-mode button:backdrop.flat, headerbar.selection-mode button:backdrop { color: #dbe4f4; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); -gtk-icon-effect: none; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode .titlebar:not(headerbar) button:backdrop:active, .selection-mode .titlebar:not(headerbar) button:backdrop:checked, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, .selection-mode headerbar button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked, .selection-mode headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode button:backdrop:active, headerbar.selection-mode button:backdrop:checked { color: #dae3f3; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode headerbar button:backdrop.flat:disabled, .selection-mode headerbar button:backdrop:disabled, headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled { color: #9ab4df; border-color: #648cce; background-image: image(#648cce); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode headerbar button:backdrop.flat:disabled:active, .selection-mode headerbar button:backdrop.flat:disabled:checked, .selection-mode headerbar button:backdrop:disabled:active, .selection-mode headerbar button:backdrop:disabled:checked, headerbar.selection-mode button:backdrop.flat:disabled:active, headerbar.selection-mode button:backdrop.flat:disabled:checked, headerbar.selection-mode button:backdrop:disabled:active, headerbar.selection-mode button:backdrop:disabled:checked { color: #86a5d9; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.flat:backdrop, .selection-mode .titlebar:not(headerbar) button.flat:disabled, .selection-mode .titlebar:not(headerbar) button.flat:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar) button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop:disabled, .selection-mode headerbar button.flat:backdrop, .selection-mode headerbar button.flat:disabled, .selection-mode headerbar button.flat:backdrop:disabled, headerbar.selection-mode button.flat:backdrop, headerbar.selection-mode button.flat:disabled, headerbar.selection-mode button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:disabled, .selection-mode.titlebar:not(headerbar) button:disabled, .selection-mode headerbar button:disabled, headerbar.selection-mode button:disabled { color: #b2c6e7; border-color: #3460aa; background-image: image(#648cce); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar) button:disabled:active, .selection-mode .titlebar:not(headerbar) button:disabled:checked, .selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked, .selection-mode headerbar button:disabled:active, .selection-mode headerbar button:disabled:checked, headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { color: #b5c8e7; border-color: #3460aa; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar) button.suggested-action, .selection-mode.titlebar:not(headerbar) button.suggested-action, .selection-mode headerbar button.suggested-action, headerbar.selection-mode button.suggested-action { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:hover, .selection-mode.titlebar:not(headerbar) button.suggested-action:hover, .selection-mode headerbar button.suggested-action:hover, headerbar.selection-mode button.suggested-action:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:active, .selection-mode.titlebar:not(headerbar) button.suggested-action:active, .selection-mode headerbar button.suggested-action:active, headerbar.selection-mode button.suggested-action:active { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:active:hover, .selection-mode.titlebar:not(headerbar) button.suggested-action:active:hover, .selection-mode headerbar button.suggested-action:active:hover, headerbar.selection-mode button.suggested-action:active:hover { background-image: image(#adadad); } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode headerbar button.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode headerbar button.suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode headerbar button.suggested-action:backdrop:disabled, headerbar.selection-mode button.suggested-action:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode .titlebar:not(headerbar) .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu, .selection-mode headerbar .selection-menu:backdrop, .selection-mode headerbar .selection-menu, headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu { border-color: rgba(74, 121, 199, 0); background-color: rgba(74, 121, 199, 0); background-image: none; box-shadow: none; min-height: 20px; padding: 6px 10px; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop arrow, .selection-mode .titlebar:not(headerbar) .selection-menu arrow, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop arrow, .selection-mode.titlebar:not(headerbar) .selection-menu arrow, .selection-mode headerbar .selection-menu:backdrop arrow, .selection-mode headerbar .selection-menu arrow, headerbar.selection-mode .selection-menu:backdrop arrow, headerbar.selection-mode .selection-menu arrow { -GtkArrow-arrow-scaling: 1; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode .titlebar:not(headerbar) .selection-menu .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu .arrow, .selection-mode headerbar .selection-menu:backdrop .arrow, .selection-mode headerbar .selection-menu .arrow, headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: rgba(255, 255, 255, 0.5); -gtk-icon-shadow: none; } - -.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .tiled-top .titlebar:backdrop:not(headerbar), .tiled-top .titlebar:not(headerbar), .tiled-right .titlebar:backdrop:not(headerbar), .tiled-right .titlebar:not(headerbar), .tiled-bottom .titlebar:backdrop:not(headerbar), .tiled-bottom .titlebar:not(headerbar), .tiled-left .titlebar:backdrop:not(headerbar), .tiled-left .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:backdrop:not(headerbar), .fullscreen .titlebar:not(headerbar), .tiled headerbar:backdrop, .tiled headerbar, .tiled-top headerbar:backdrop, .tiled-top headerbar, .tiled-right headerbar:backdrop, .tiled-right headerbar, .tiled-bottom headerbar:backdrop, .tiled-bottom headerbar, .tiled-left headerbar:backdrop, .tiled-left headerbar, .maximized headerbar:backdrop, .maximized headerbar, .fullscreen headerbar:backdrop, .fullscreen headerbar { border-radius: 0; box-shadow: inset 0 1px transparent, inset 0 -1px rgba(255, 255, 255, 0.3); } - -.default-decoration.titlebar:not(headerbar), headerbar.default-decoration { min-height: 28px; padding: 4px; } - -.maximized .default-decoration.titlebar:not(headerbar), .maximized headerbar.default-decoration { box-shadow: none; } - -.default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton { min-height: 20px; min-width: 20px; margin: 0; padding: 0; } - -.titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton { opacity: 0; } - -.solid-csd .titlebar:backdrop:dir(rtl):not(headerbar), .solid-csd .titlebar:backdrop:dir(ltr):not(headerbar), .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { margin-left: -1px; margin-right: -1px; margin-top: -1px; border-radius: 0; box-shadow: none; } - -headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 4px; margin-bottom: 4px; } - -headerbar switch { margin-top: 7px; margin-bottom: 7px; } - -headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; } - -.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; } - -window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { border-top-left-radius: 3px; } - -window headerbar:last-child:backdrop, window headerbar:last-child { border-top-right-radius: 3px; } - -window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } - -window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled headerbar:backdrop, window.tiled headerbar:backdrop:first-child, window.tiled headerbar:backdrop:last-child, window.tiled headerbar:backdrop:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-top headerbar:backdrop, window.tiled-top headerbar:backdrop:first-child, window.tiled-top headerbar:backdrop:last-child, window.tiled-top headerbar:backdrop:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-right headerbar:backdrop, window.tiled-right headerbar:backdrop:first-child, window.tiled-right headerbar:backdrop:last-child, window.tiled-right headerbar:backdrop:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-bottom headerbar:backdrop, window.tiled-bottom headerbar:backdrop:first-child, window.tiled-bottom headerbar:backdrop:last-child, window.tiled-bottom headerbar:backdrop:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.tiled-left headerbar:backdrop, window.tiled-left headerbar:backdrop:first-child, window.tiled-left headerbar:backdrop:last-child, window.tiled-left headerbar:backdrop:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.maximized headerbar:backdrop, window.maximized headerbar:backdrop:first-child, window.maximized headerbar:backdrop:last-child, window.maximized headerbar:backdrop:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, window.fullscreen headerbar:backdrop, window.fullscreen headerbar:backdrop:first-child, window.fullscreen headerbar:backdrop:last-child, window.fullscreen headerbar:backdrop:only-child, window.solid-csd headerbar, window.solid-csd headerbar:first-child, window.solid-csd headerbar:last-child, window.solid-csd headerbar:only-child, window.solid-csd headerbar:backdrop, window.solid-csd headerbar:backdrop:first-child, window.solid-csd headerbar:backdrop:last-child, window.solid-csd headerbar:backdrop:only-child { border-top-left-radius: 0; border-top-right-radius: 0; } - -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: #b0b0b0; } - -window.devel headerbar.titlebar:not(.selection-mode) { background: #d6d6d6 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(74, 121, 199, 0.2)), linear-gradient(to top, #b5b5b5, #bdbcbc 3px, #cccccc); } - -window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #d6d6d6 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#d6d6d6); } - -.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; } - -.path-bar button.text-button.image-button label { padding-left: 0; padding-right: 0; } - -.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { padding-right: 8px; } - -.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 8px; } - -.path-bar button image { padding-left: 4px; padding-right: 4px; } - -.path-bar button.slider-button { padding-left: 0; padding-right: 0; } - -treeview.view { border-left-color: #929292; border-top-color: #d6d6d6; } - -* { -GtkTreeView-horizontal-separator: 4; -GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-pattern: ''; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } - -treeview.view:selected:focus, treeview.view:selected { border-radius: 0; } - -treeview.view:selected:backdrop, treeview.view:selected { border-left-color: #a5bce3; border-top-color: rgba(44, 44, 44, 0.1); } - -treeview.view:disabled { color: #707070; } - -treeview.view:disabled:selected { color: #92afdd; } - -treeview.view:disabled:selected:backdrop { color: #7d9ed5; } - -treeview.view:disabled:backdrop { color: #b0b0b0; } - -treeview.view.separator { min-height: 2px; color: #d6d6d6; } - -treeview.view.separator:backdrop { color: rgba(214, 214, 214, 0.1); } - -treeview.view:backdrop { border-left-color: #9b9b9b; border-top: #d6d6d6; } - -treeview.view:drop(active) { border-style: solid none; border-width: 1px; border-color: #2e5596; } - -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: #4a4a4a; } - -treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - -treeview.view.expander:hover { color: black; } - -treeview.view.expander:selected { color: #c9d7ee; } - -treeview.view.expander:selected:hover { color: #ffffff; } - -treeview.view.expander:selected:backdrop { color: #c1cfe7; } - -treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -treeview.view.expander:backdrop { color: #8c8c8c; } - -treeview.view.progressbar { color: #F7F7F7; background-color: #4a79c7; background-image: image(#4a79c7); box-shadow: none; } - -treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { color: #4a79c7; background-image: image(#F7F7F7); } - -treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { color: #4a79c7; background-color: #f4f4f4; } - -treeview.view.progressbar:backdrop { color: #f4f4f4; background-image: none; box-shadow: none; } - -treeview.view.trough { background-color: rgba(44, 44, 44, 0.1); } - -treeview.view.trough:selected:focus, treeview.view.trough:selected { background-color: rgba(255, 255, 255, 0.3); } - -treeview.view header button { color: #929292; background-color: #F7F7F7; font-weight: bold; text-shadow: none; box-shadow: none; } - -treeview.view header button:hover { color: #5f5f5f; box-shadow: none; transition: none; } - -treeview.view header button:active { color: #2c2c2c; transition: 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; color: #F7F7F7; background-image: none; background-color: #4a79c7; border-style: none; border-radius: 0; box-shadow: inset 0 0 0 1px #F7F7F7; text-shadow: none; transition: none; } - -treeview.view acceleditor > label { background-color: #4a79c7; } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active, .table-header { padding: 0 6px; background-image: none; border-style: none solid solid none; border-color: #d6d6d6; border-radius: 0; text-shadow: none; } - -treeview.view header button:disabled, .table-header:disabled { border-color: #d6d6d6; background-image: none; } - -treeview.view header button:backdrop, .table-header:backdrop { color: #9b9b9b; border-color: #d6d6d6; border-style: none solid solid none; background-image: none; background-color: #f4f4f4; } - -treeview.view header button:backdrop:disabled, .table-header:backdrop:disabled { border-color: #d6d6d6; background-image: none; } - -treeview.view header button:last-child:backdrop, .table-header:last-child:backdrop, treeview.view header button:last-child, .table-header:last-child { border-right-style: none; } - -menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; box-shadow: inset 0 -1px #b0b0b0; } - -menubar:backdrop, .menubar:backdrop { background-color: #d6d6d6; } - -menubar > menuitem, .menubar > menuitem { min-height: 16px; padding: 4px 8px; } - -menubar > menuitem menu:dir(rtl), menubar > menuitem menu:dir(ltr), .menubar > menuitem menu:dir(rtl), .menubar > menuitem menu:dir(ltr) { border-radius: 0; padding: 0; } - -menubar > menuitem:hover, .menubar > menuitem:hover { color: #ffffff; border-radius: 0; background-color: #4a79c7; } - -menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #707070; box-shadow: none; } - -menubar .csd.popup decoration, .menubar .csd.popup decoration { border-radius: 0; } - -.background.popup { background-color: transparent; } - -menu, .menu, .context-menu { margin: 4px; padding: 4px 0px; background-color: #F7F7F7; border: 1px solid #b0b0b0; } - -.csd menu, .csd .menu, .csd .context-menu { border: none; border-radius: 0; } - -menu:backdrop, .menu:backdrop, .context-menu:backdrop { background-color: #f4f4f4; } - -menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; padding: 4px 6px; text-shadow: none; } - -menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { color: #ffffff; background-color: #4a79c7; } - -menu menuitem:disabled, .menu menuitem:disabled, .context-menu menuitem:disabled { color: #707070; } - -menu menuitem:disabled:backdrop, .menu menuitem:disabled:backdrop, .context-menu menuitem:disabled:backdrop { color: #b0b0b0; } - -menu menuitem:backdrop, menu menuitem:backdrop:hover, .menu menuitem:backdrop, .menu menuitem:backdrop:hover, .context-menu menuitem:backdrop, .context-menu menuitem:backdrop:hover { color: #5f5f5f; background-color: transparent; } - -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 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 { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; min-height: 16px; min-width: 16px; padding: 4px; background-color: #F7F7F7; border-radius: 0; } - -menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -4px; border-bottom: 1px solid #e3e3e3; border-top-right-radius: 0; border-top-left-radius: 0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - -menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-top: 8px; margin-bottom: -12px; border-top: 1px solid #e3e3e3; border-bottom-right-radius: 0; border-bottom-left-radius: 0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { background-color: #e3e3e3; } - -menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { background-color: #f4f4f4; } - -menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { color: transparent; background-color: transparent; border-color: transparent; } - -menuitem accelerator { color: alpha(currentColor,0.55); } - -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; } - -popover.background { padding: 2px; border-radius: 5px; background-color: #d6d6d6; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } - -.csd popover.background, popover.background { border: 1px solid #b0b0b0; border-radius: 5px; } - -.csd popover.background { background-clip: padding-box; border-color: rgba(0, 0, 0, 0.23); } - -popover.background:backdrop { background-color: #d6d6d6; box-shadow: none; } - -popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { border-style: none; background-color: transparent; } - -.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { border: 1px solid rgba(255, 255, 255, 0.1); } - -popover.background separator { margin: 3px; } - -popover.background list separator { margin: 0px; } - -notebook > header { padding: 1px; border-color: #b0b0b0; border-width: 0px; background-color: #c3c3c3; } - -notebook > header.top, notebook > header.bottom { box-shadow: inset 0 2px rgba(176, 176, 176, 0.35), inset 0 -1px rgba(0, 0, 0, 0.08); } - -notebook > header tabs { margin: 0px; } - -notebook > header.top > tabs > tab:checked, notebook > header.bottom > tabs > tab:checked, notebook > header.left > tabs > tab:checked, notebook > header.right > tabs > tab:checked { background-color: #F7F7F7; } - -notebook > header.top { border-bottom-style: solid; } - -notebook > header.top > tabs { margin-bottom: -1px; } - -notebook > header.top > tabs > tab:checked { box-shadow: inset 1px 1px #b0b0b0, inset -1px 0 #b0b0b0; } - -notebook > header.bottom { border-top-style: solid; } - -notebook > header.bottom > tabs { margin-top: -1px; } - -notebook > header.bottom > tabs > tab:checked { box-shadow: inset 1px -1px #b0b0b0, inset -1px 0 #b0b0b0; } - -notebook > header.left { border-right-style: solid; } - -notebook > header.left > tabs { margin-right: -1px; } - -notebook > header.left > tabs > tab:checked { box-shadow: inset 1px 1px #b0b0b0, inset 0 -1px #b0b0b0; } - -notebook > header.right { border-left-style: solid; } - -notebook > header.right > tabs { margin-left: -1px; } - -notebook > header.right > tabs > tab:checked { box-shadow: inset -1px 1px #b0b0b0, inset 0 -1px #b0b0b0; } - -notebook > header.top > tabs > arrow { border-top-style: none; } - -notebook > header.bottom > tabs > arrow { border-bottom-style: none; } - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { margin-left: -5px; margin-right: -5px; padding-left: 4px; padding-right: 4px; } - -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.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -notebook > header.left > tabs > arrow { border-left-style: none; } - -notebook > header.right > tabs > arrow { border-right-style: none; } - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { margin-top: -5px; margin-bottom: -5px; padding-top: 4px; padding-bottom: 4px; } - -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.up, notebook > header.right > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -notebook > header > tabs > arrow { min-height: 16px; min-width: 16px; border-radius: 0; } - -notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { background-clip: padding-box; background-image: none; background-color: rgba(255, 255, 255, 0.3); border-color: transparent; box-shadow: none; } - -notebook > header > tabs > arrow:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -notebook > header.right > tabs > tab, notebook > header.left > tabs > tab { padding: 2px 10px; } - -notebook > header tab { min-height: 24px; min-width: 24px; padding: 0px 10px; outline-offset: 0px; color: #707070; font-weight: bold; border-width: 0px; border-color: transparent; } - -notebook > header tab:hover { color: #4e4e4e; background-color: #bbbbbb; } - -notebook > header tab:hover.reorderable-page { border-color: rgba(176, 176, 176, 0.3); } - -notebook > header tab:hover.reorderable-page:not(:checked) { background-color: #bbbbbb; } - -notebook > header tab:backdrop { color: #8f8f8f; } - -notebook > header tab:backdrop.reorderable-page { border-color: transparent; background-color: transparent; } - -notebook > header tab:checked { color: #2c2c2c; } - -notebook > header tab:checked.reorderable-page { border-color: transparent; background-color: #F7F7F7; } - -notebook > header tab:backdrop:checked { color: #5f5f5f; } - -notebook > header tab:backdrop:checked.reorderable-page { border-color: transparent; background-color: #f4f4f4; } - -notebook > header tab button.flat { padding: 0; margin-top: 4px; margin-bottom: 4px; min-width: 20px; min-height: 20px; } - -notebook > header tab button.flat:hover { color: currentColor; } - -notebook > header tab button.flat, notebook > header tab button.flat:backdrop { color: alpha(currentColor,0.3); } - -notebook > header tab button.flat:last-child { margin-left: 4px; margin-right: -4px; } - -notebook > header tab button.flat:first-child { margin-left: -4px; margin-right: 4px; } - -notebook > header.top tabs, notebook > header.bottom tabs { padding-left: 0px; padding-right: 0px; } - -notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { margin-left: 3px; margin-right: 3px; } - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { margin-left: -1px; } - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { margin-right: -1px; } - -notebook > header.top tabs tab, notebook > header.bottom tabs tab { margin-left: 0px; margin-right: 0px; } - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { border-style: none solid; } - -notebook > header.left tabs, notebook > header.right tabs { padding-top: 0px; padding-bottom: 0px; } - -notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { margin-top: 3px; margin-bottom: 3px; } - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { margin-top: -1px; } - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { margin-bottom: -1px; } - -notebook > header.left tabs tab, notebook > header.right tabs tab { margin-top: 0px; margin-bottom: 0px; } - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { border-style: solid none; } - -notebook > header.top tab { padding-bottom: 4px; } - -notebook > header.bottom tab { padding-top: 4px; } - -notebook > stack:not(:only-child) { background-color: #F7F7F7; } - -notebook > stack:not(:only-child):backdrop { background-color: #f4f4f4; } - -scrollbar { background-color: #b4b4b4; transition: 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -* { -GtkScrollbar-has-backward-stepper: true; -GtkScrollbar-has-forward-stepper: true; } - -scrollbar.top { border-bottom: 0px solid #b0b0b0; } - -scrollbar.bottom { border-top: 0px solid #b0b0b0; } - -scrollbar.left { border-right: 0px solid #b0b0b0; } - -scrollbar.right { border-left: 0px solid #b0b0b0; } - -scrollbar slider { min-width: 14px; min-height: 14px; margin: 0; border: 0px solid transparent; border-radius: 0; background-clip: padding-box; background-color: #707070; transition: background-color 250ms; } - -scrollbar slider:hover { background-color: #4e4e4e; } - -scrollbar slider:hover:active { background-color: #3460aa; } - -scrollbar slider:disabled { background-color: transparent; } - -scrollbar.fine-tune slider { min-width: 6px; min-height: 6px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { border-color: transparent; opacity: 0.4; background-color: transparent; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { margin: 0; min-width: 5px; min-height: 5px; background-color: #2c2c2c; box-shadow: inset 0 0 0 1px white; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 14px; min-height: 14px; background-color: transparent; background-clip: padding-box; border-radius: 0; border: 0px solid transparent; -gtk-icon-source: none; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0; min-width: 40px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { margin: 0; min-width: 14px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 0; min-height: 40px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { margin: 0; min-height: 14px; } - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { opacity: 0.8; } - -scrollbar.horizontal slider { min-width: 40px; } - -scrollbar.vertical slider { min-height: 40px; } - -scrollbar button { padding: 0; min-width: 14px; min-height: 14px; border-style: none; border-radius: 0; transition: none; border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #707070; } - -scrollbar button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #4e4e4e; } - -scrollbar button:active, scrollbar button:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #3460aa; } - -scrollbar button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(112, 112, 112, 0.2); } - -scrollbar button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #a6a6a6; } - -scrollbar button:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(166, 166, 166, 0.2); } - -treeview ~ scrollbar.vertical { border-top: 1px solid #b0b0b0; margin-top: -1px; } - -.view.content-view.check:not(list), iconview.content-view.check:not(list), .content-view .tile check:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list), .content-view .tile check:hover:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list), .content-view .tile check:active:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list), .content-view .tile check:backdrop:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #888889; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list), .content-view .tile check:checked:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list), .content-view .tile check:checked:hover:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list), .content-view .tile check:checked:active:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list), .content-view .tile check:backdrop:checked:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: rgba(238, 238, 236, 0.8); background-color: #888889; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -checkbutton.text-button, radiobutton.text-button { padding: 2px 0; outline-offset: 0; } - -checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { margin-left: 4px; } - -checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { margin-right: 4px; } - -check, radio { margin: 0 4px; min-height: 14px; min-width: 14px; border: 1px solid; -gtk-icon-source: none; color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -check:only-child, radio:only-child { margin: 0; } - -popover check.left:dir(rtl), popover radio.left:dir(rtl) { margin-left: 0; margin-right: 12px; } - -popover check.right:dir(ltr), popover radio.right:dir(ltr) { margin-left: 12px; margin-right: 0; } - -check, radio { background-clip: padding-box; background-image: linear-gradient(to bottom, white, white); border-color: #8a8989; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #2c2c2c; } - -check:hover, radio:hover { background-image: image(#f2f2f2); } - -check:active, radio:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:disabled, radio:disabled { box-shadow: none; color: rgba(44, 44, 44, 0.7); } - -check:backdrop, radio:backdrop { background-image: image(white); box-shadow: none; color: #2c2c2c; } - -check:backdrop:disabled, radio:backdrop:disabled { box-shadow: none; color: rgba(44, 44, 44, 0.7); } - -check:checked, radio:checked { background-clip: border-box; background-image: linear-gradient(to bottom, #4a79c7, #4a79c7); border-color: #4a79c7; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #ffffff; } - -check:checked:hover, radio:checked:hover { background-image: linear-gradient(to bottom, #618ace, #618ace); } - -check:checked:active, radio:checked:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:checked:disabled, radio:checked:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:checked:backdrop, radio:checked:backdrop { background-image: image(#4a79c7); box-shadow: none; color: #ffffff; } - -check:checked:backdrop:disabled, radio:checked:backdrop:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:indeterminate, radio:indeterminate { background-clip: border-box; background-image: linear-gradient(to bottom, #4a79c7, #4a79c7); border-color: #4a79c7; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #ffffff; } - -check:indeterminate:hover, radio:indeterminate:hover { background-image: linear-gradient(to bottom, #618ace, #618ace); } - -check:indeterminate:active, radio:indeterminate:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:indeterminate:disabled, radio:indeterminate:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:indeterminate:backdrop, radio:indeterminate:backdrop { background-image: image(#4a79c7); box-shadow: none; color: #ffffff; } - -check:indeterminate:backdrop:disabled, radio:indeterminate:backdrop:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -row:selected check, row:selected radio { border-color: #284a83; } - -.osd check, .osd radio { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:hover, .osd radio:hover { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:active, .osd radio:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:backdrop, .osd radio:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd check:disabled, .osd radio:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -menu menuitem check, menu menuitem radio { margin: 0; } - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked, menu menuitem check:checked:hover, menu menuitem check:checked:disabled, menu menuitem check:indeterminate, menu menuitem check:indeterminate:hover, menu menuitem check:indeterminate:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked, menu menuitem radio:checked:hover, menu menuitem radio:checked:disabled, menu menuitem radio:indeterminate, menu menuitem radio:indeterminate:hover, menu menuitem radio:indeterminate:disabled { min-height: 14px; min-width: 14px; background-image: none; background-color: transparent; box-shadow: none; -gtk-icon-shadow: none; color: inherit; border-color: currentColor; } - -check { border-radius: 1px; } - -check:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/check-symbolic.svg")), -gtk-recolor(url("assets/check-symbolic.symbolic.png"))); } - -check:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -treeview.view radio:selected:focus, treeview.view radio:selected, radio { border-radius: 100%; } - -treeview.view radio:checked:selected, radio:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/bullet-symbolic.svg")), -gtk-recolor(url("assets/bullet-symbolic.symbolic.png"))); } - -treeview.view radio:indeterminate:selected, radio:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -radio:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: scale(0); } - -check:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); } - -radio:active, check:active { -gtk-icon-transform: scale(0, 1); } - -radio:checked:not(:backdrop), radio:indeterminate:not(:backdrop), check:checked:not(:backdrop), check:indeterminate:not(:backdrop) { -gtk-icon-transform: unset; transition: 250ms; } - -menu menuitem radio:checked:not(:backdrop), menu menuitem radio:indeterminate:not(:backdrop), menu menuitem check:checked:not(:backdrop), menu menuitem check:indeterminate:not(:backdrop) { transition: none; } - -treeview.view check:selected:focus, treeview.view check:selected, treeview.view radio:selected:focus, treeview.view radio:selected { color: #ffffff; border-color: #2e5596; } - -scale trough, scale fill, progressbar trough { border: 1px solid #c3c3c3; border-radius: 3px; background-color: #c3c3c3; } - -scale trough:disabled, scale fill:disabled, progressbar trough:disabled { background-color: #e3e3e3; } - -row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled, row:selected progressbar trough:disabled, progressbar row:selected trough:disabled, row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected progressbar trough, progressbar row:selected trough { border-color: #2e5596; } - -.osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill, .osd progressbar trough, progressbar .osd trough { border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); } - -.osd scale trough:disabled, scale .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled, .osd progressbar trough:disabled, progressbar .osd trough:disabled { background-color: rgba(71, 71, 71, 0.5); } - -scale highlight, progressbar progress { border: 1px solid #4a79c7; border-radius: 3px; background-color: #4a79c7; } - -scale highlight:disabled, progressbar progress:disabled { background-color: transparent; border-color: transparent; } - -scale highlight:backdrop, progressbar progress:backdrop { border-color: #4a79c7; } - -scale highlight:backdrop:disabled, progressbar progress:backdrop:disabled { background-color: transparent; border-color: transparent; } - -row:selected scale highlight:disabled, scale row:selected highlight:disabled, row:selected progressbar progress:disabled, progressbar row:selected progress:disabled, row:selected scale highlight, scale row:selected highlight, row:selected progressbar progress, progressbar row:selected progress { border-color: #2e5596; } - -.osd scale highlight, scale .osd highlight, .osd progressbar progress, progressbar .osd progress { border-color: rgba(0, 0, 0, 0.7); } - -.osd scale highlight:disabled, scale .osd highlight:disabled, .osd progressbar progress:disabled, progressbar .osd progress:disabled { border-color: transparent; } - -scale { min-height: 10px; min-width: 10px; padding: 12px; } - -scale fill, scale highlight { margin: -1px; } - -scale slider { min-height: 18px; min-width: 18px; margin: -9px; } - -scale.fine-tune.horizontal { padding-top: 9px; padding-bottom: 9px; min-height: 16px; } - -scale.fine-tune.vertical { padding-left: 9px; padding-right: 9px; min-width: 16px; } - -scale.fine-tune slider { margin: -6px; } - -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: 5px; } - -scale fill:backdrop, scale fill { background-color: #b0b0b0; } - -scale fill:disabled:backdrop, scale fill:disabled { border-color: transparent; background-color: transparent; } - -.osd scale fill { background-color: rgba(91, 91, 90, 0.775); } - -.osd scale fill:disabled:backdrop, .osd scale fill:disabled { border-color: transparent; background-color: transparent; } - -scale slider { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); border: 1px solid #828282; border-radius: 100%; transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border, box-shadow; } - -scale slider:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -scale slider:active { border-color: #2e5596; } - -scale slider:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -row:selected scale slider:disabled, row:selected scale slider { border-color: #2e5596; } - -.osd scale slider { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border-color: rgba(0, 0, 0, 0.7); background-color: #353535; } - -.osd scale slider:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); background-color: #353535; } - -.osd scale slider:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); background-color: #353535; } - -.osd scale slider:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-color: #353535; } - -.osd scale slider:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-color: #353535; } - -.osd scale slider:backdrop:disabled { background-color: #353535; } - -scale marks, scale value { color: alpha(currentColor,0.55); font-feature-settings: "tnum"; } - -scale.horizontal marks.top { margin-bottom: 6px; margin-top: -12px; } - -scale.horizontal.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; } - -scale.horizontal marks.bottom { margin-top: 6px; margin-bottom: -12px; } - -scale.horizontal.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; } - -scale.vertical marks.top { margin-right: 6px; margin-left: -12px; } - -scale.vertical.fine-tune marks.top { margin-right: 6px; margin-left: -9px; } - -scale.vertical marks.bottom { margin-left: 6px; margin-right: -12px; } - -scale.vertical.fine-tune marks.bottom { margin-left: 6px; margin-right: -9px; } - -scale.horizontal indicator { min-height: 6px; min-width: 1px; } - -scale.horizontal.fine-tune indicator { min-height: 3px; } - -scale.vertical indicator { min-height: 1px; min-width: 6px; } - -scale.vertical.fine-tune indicator { min-width: 3px; } - -scale.horizontal.marks-before:not(.marks-after) slider { margin: -11px -4px; padding: 0px; border-radius: 1px; min-height: 22px; min-width: 9px; } - -scale.horizontal.marks-before:not(.marks-after).fine-tune slider { margin: -8px -4px; } - -scale.horizontal.marks-after:not(.marks-before) slider { margin: -11px -4px; padding: 0px; border-radius: 1px; min-height: 22px; min-width: 9px; } - -scale.horizontal.marks-after:not(.marks-before).fine-tune slider { margin: -8px -4px; } - -scale.vertical.marks-before:not(.marks-after) slider { margin: -11px -4px; padding: 0px; border-radius: 1px; margin: -4px -11px; min-height: 9px; min-width: 22px; } - -scale.vertical.marks-before:not(.marks-after).fine-tune slider { margin: -8px -4px; margin: -4px -8px; } - -scale.vertical.marks-after:not(.marks-before) slider { margin: -11px -4px; padding: 0px; border-radius: 1px; margin: -4px -11px; min-height: 9px; min-width: 22px; } - -scale.vertical.marks-after:not(.marks-before).fine-tune slider { margin: -8px -4px; margin: -4px -8px; } - -scale.color { min-height: 0; min-width: 0; } - -scale.color trough { background-image: image(#b0b0b0); background-repeat: no-repeat; } - -scale.color.horizontal { padding: 0 0 15px 0; } - -scale.color.horizontal trough { padding-bottom: 4px; background-position: 0 -3px; border-top-left-radius: 0; border-top-right-radius: 0; } - -scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { margin-bottom: -15px; margin-top: 6px; } - -scale.color.vertical:dir(ltr) { padding: 0 0 0 15px; } - -scale.color.vertical:dir(ltr) trough { padding-left: 4px; background-position: 3px 0; 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: -15px; margin-right: 6px; } - -scale.color.vertical:dir(rtl) { padding: 0 15px 0 0; } - -scale.color.vertical:dir(rtl) trough { padding-right: 4px; background-position: -3px 0; 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: -15px; margin-left: 6px; } - -scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { padding: 0 0 12px 0; } - -scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { padding-bottom: 7px; background-position: 0 -6px; } - -scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { margin-bottom: -15px; margin-top: 6px; } - -scale.color.fine-tune.vertical:dir(ltr) { padding: 0 0 0 12px; } - -scale.color.fine-tune.vertical:dir(ltr) trough { padding-left: 7px; background-position: 6px 0; } - -scale.color.fine-tune.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; } - -scale.color.fine-tune.vertical:dir(rtl) { padding: 0 12px 0 0; } - -scale.color.fine-tune.vertical:dir(rtl) trough { padding-right: 7px; background-position: -6px 0; } - -scale.color.fine-tune.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; } - -progressbar { font-size: smaller; color: rgba(44, 44, 44, 0.4); font-feature-settings: "tnum"; } - -progressbar.horizontal trough, progressbar.horizontal progress { min-height: 2px; } - -progressbar.vertical trough, progressbar.vertical progress { min-width: 2px; } - -progressbar.horizontal progress { margin: 0 -1px; } - -progressbar.vertical progress { margin: -1px 0; } - -progressbar progress { border-radius: 1.5px; } - -progressbar progress.left { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } - -progressbar progress.right { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } - -progressbar progress.top { border-top-right-radius: 2px; border-top-left-radius: 2px; } - -progressbar progress.bottom { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } - -progressbar.osd { min-width: 3px; min-height: 3px; background-color: transparent; } - -progressbar.osd trough { border-style: none; border-radius: 0; background-color: transparent; box-shadow: none; } - -progressbar.osd progress { border-style: none; border-radius: 0; } - -progressbar trough.empty progress { all: unset; } - -levelbar.horizontal block { min-height: 1px; } - -levelbar.horizontal.discrete block { margin: 0 1px; min-width: 32px; } - -levelbar.vertical block { min-width: 1px; } - -levelbar.vertical.discrete block { margin: 1px 0; min-height: 32px; } - -levelbar trough { border: 1px solid; padding: 2px; border-radius: 1px; color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); } - -levelbar trough:backdrop { color: #313131; border-color: #b7b7b7; background-color: #f4f4f4; box-shadow: none; } - -levelbar block { border: 1px solid; border-radius: 1px; } - -levelbar block.low { border-color: #8f4700; background-color: #f57900; } - -levelbar block.low:backdrop { border-color: #f57900; } - -levelbar block.high, levelbar block:not(.empty) { border-color: #284a83; background-color: #4a79c7; } - -levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { border-color: #4a79c7; } - -levelbar block.full { border-color: #1d814a; background-color: #33d17a; } - -levelbar block.full:backdrop { border-color: #33d17a; } - -levelbar block.empty { background-color: transparent; border-color: rgba(44, 44, 44, 0.2); } - -levelbar block.empty:backdrop { border-color: rgba(95, 95, 95, 0.15); } - -printdialog paper { color: #2c2c2c; border: 1px solid #b0b0b0; background: white; padding: 0; } - -printdialog paper:backdrop { color: #5f5f5f; border-color: #b7b7b7; } - -printdialog .dialog-action-box { margin: 12px; } - -frame > border, .frame { box-shadow: none; margin: 0; padding: 0; border-radius: 0; border: 1px solid #b0b0b0; } - -frame > border.flat, .frame.flat { border-style: none; } - -frame > border:backdrop, .frame:backdrop { border-color: #b7b7b7; } - -actionbar > revealer > box { padding: 6px; border-top: 1px solid #b0b0b0; } - -actionbar > revealer > box:backdrop { border-color: #b7b7b7; } - -scrolledwindow viewport.frame { border-style: none; } - -scrolledwindow overshoot.top { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.top:backdrop { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.bottom { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.bottom:backdrop { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.left { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.left:backdrop { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.right { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.right:backdrop { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #b0b0b0 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: #b4b4b4; } - -scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } - -separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; } - -list { color: black; background-color: #F7F7F7; border-color: #b0b0b0; } - -list:backdrop { color: #313131; background-color: #f4f4f4; border-color: #b7b7b7; } - -list row { padding: 2px; } - -row { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -row:hover { transition: none; } - -row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(44, 44, 44, 0.05); } - -row.activatable:active { box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - -row.activatable:backdrop:hover { background-color: transparent; } - -row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - -row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #4771b8; } - -row.activatable:selected:backdrop { background-color: #4a79c7; } - -.app-notification, .app-notification.frame { padding: 10px; border-radius: 0 0 3px 3px; background-color: rgba(53, 53, 53, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); background-clip: padding-box; } - -.app-notification border, .app-notification.frame border { border: none; } - -expander title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - -expander title > arrow:hover { color: #797878; } - -expander title > arrow:disabled { color: #707070; } - -expander title > arrow:disabled:backdrop { color: #b0b0b0; } - -expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -calendar { color: black; border: 1px solid #b0b0b0; } - -calendar:selected { border-radius: 1px; } - -calendar.header { border-bottom-color: rgba(0, 0, 0, 0.1); } - -calendar.header:backdrop { border-bottom-color: rgba(0, 0, 0, 0.1); } - -calendar.button { color: rgba(44, 44, 44, 0.45); } - -calendar.button:hover { color: #2c2c2c; } - -calendar.button:backdrop { color: rgba(95, 95, 95, 0.45); } - -calendar.button:disabled { color: rgba(112, 112, 112, 0.45); } - -calendar.highlight { color: #707070; } - -calendar.highlight:backdrop { color: #b0b0b0; } - -calendar:backdrop { color: #313131; border-color: #b7b7b7; } - -calendar:indeterminate { color: alpha(currentColor,0.1); } - -messagedialog .titlebar { min-height: 20px; background-image: none; background-color: #d6d6d6; border-style: none; border-top-left-radius: 7px; border-top-right-radius: 7px; } - -messagedialog.csd.background { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } - -messagedialog.csd .dialog-action-area button { padding: 10px 14px; border-right-style: none; border-bottom-style: none; border-radius: 0; -gtk-outline-radius: 0; } - -messagedialog.csd .dialog-action-area button:first-child { border-left-style: none; border-bottom-left-radius: 3px; -gtk-outline-bottom-left-radius: 3px; } - -messagedialog.csd .dialog-action-area button:last-child { border-bottom-right-radius: 3px; -gtk-outline-bottom-right-radius: 3px; } - -filechooser .dialog-action-box { border-top: 1px solid #b0b0b0; } - -filechooser .dialog-action-box:backdrop { border-top-color: #b7b7b7; } - -filechooser #pathbarbox { border-bottom: 1px solid #d6d6d6; } - -filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; } - -.sidebar { border-style: none; background-color: #e7e7e7; } - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid #b0b0b0; border-left-style: none; } - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid #b0b0b0; border-right-style: none; } - -.sidebar list { background-color: transparent; } - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { border-style: none; } - -stacksidebar row { padding: 10px 4px; } - -stacksidebar row > label { padding-left: 6px; padding-right: 6px; } - -stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; } - -separator.sidebar { background-color: #b0b0b0; } - -separator.sidebar:backdrop { background-color: #b7b7b7; } - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { background-color: #284a83; } - -row image.sidebar-icon { opacity: 0.7; } - -placessidebar > viewport.frame { border-style: none; } - -placessidebar row { min-height: 36px; padding: 0px; } - -placessidebar row > revealer { padding: 0 14px; } - -placessidebar row:selected { color: #ffffff; } - -placessidebar row:disabled { color: #707070; } - -placessidebar row:backdrop { color: #5f5f5f; } - -placessidebar row:backdrop:selected { color: #f4f4f4; } - -placessidebar row:backdrop:disabled { color: #b0b0b0; } - -placessidebar row image.sidebar-icon:dir(ltr) { padding-right: 8px; } - -placessidebar row image.sidebar-icon:dir(rtl) { padding-left: 8px; } - -placessidebar row label.sidebar-label:dir(ltr) { padding-right: 2px; } - -placessidebar row label.sidebar-label:dir(rtl) { padding-left: 2px; } - -button.sidebar-button { min-height: 26px; min-width: 26px; margin-top: 3px; margin-bottom: 3px; 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(#4e9a06); background-clip: content-box; } - -placessidebar row.sidebar-new-bookmark-row { color: #4a79c7; } - -placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } - -placessidebar row:drop(active):not(:disabled):selected { color: #ffffff; background-color: #4e9a06; } - -placesview .server-list-button > image { transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-icon-transform: rotate(0turn); } - -placesview .server-list-button:checked > image { transition: 150ms 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; } - -paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#b0b0b0); background-size: 1px 1px; } - -paned > separator:selected { background-image: image(#4a79c7); } - -paned > separator:backdrop { background-image: image(#b7b7b7); } - -paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #d6d6d6; background-image: image(#b0b0b0), image(#b0b0b0); background-size: 1px 1px, 1px 1px; } - -paned > separator.wide:backdrop { background-color: #d6d6d6; background-image: image(#b7b7b7), image(#b7b7b7); } - -paned.horizontal > separator { background-repeat: repeat-y; } - -paned.horizontal > separator:dir(ltr) { margin: 0 -8px 0 0; padding: 0 8px 0 0; background-position: left; } - -paned.horizontal > separator:dir(rtl) { margin: 0 0 0 -8px; padding: 0 0 0 8px; background-position: right; } - -paned.horizontal > separator.wide { margin: 0; padding: 0; background-repeat: repeat-y, repeat-y; background-position: left, right; } - -paned.vertical > separator { margin: 0 0 -8px 0; padding: 0 0 8px 0; background-repeat: repeat-x; background-position: top; } - -paned.vertical > separator.wide { margin: 0; padding: 0; background-repeat: repeat-x, repeat-x; background-position: bottom, top; } - -infobar { border-style: none; } - -infobar.action:hover > revealer > box { background-color: #f2efeb; border-bottom: 1px solid #bdbcbc; } - -infobar.info, infobar.question, infobar.warning, infobar.error { text-shadow: none; } - -infobar.info:backdrop > revealer > box, infobar.info > revealer > box, infobar.question:backdrop > revealer > box, infobar.question > revealer > box, infobar.warning:backdrop > revealer > box, infobar.warning > revealer > box, infobar.error:backdrop > revealer > box, infobar.error > revealer > box { background-color: #eeeae4; border-bottom: 1px solid #bdbcbc; } - -infobar.info:backdrop > revealer > box label, infobar.info:backdrop > revealer > box, infobar.info > revealer > box label, infobar.info > revealer > box, infobar.question:backdrop > revealer > box label, infobar.question:backdrop > revealer > box, infobar.question > revealer > box label, infobar.question > revealer > box, infobar.warning:backdrop > revealer > box label, infobar.warning:backdrop > revealer > box, infobar.warning > revealer > box label, infobar.warning > revealer > box, infobar.error:backdrop > revealer > box label, infobar.error:backdrop > revealer > box, infobar.error > revealer > box label, infobar.error > revealer > box { color: #2c2c2c; } - -infobar.info:backdrop, infobar.question:backdrop, infobar.warning:backdrop, infobar.error:backdrop { text-shadow: none; } - -infobar.info button, infobar.question button, infobar.warning button, infobar.error button { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -infobar.info button:active, infobar.info button:checked, infobar.question button:active, infobar.question button:checked, infobar.warning button:active, infobar.warning button:checked, infobar.error button:active, infobar.error button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -infobar.info button:active:hover, infobar.info button:checked:hover, infobar.question button:active:hover, infobar.question button:checked:hover, infobar.warning button:active:hover, infobar.warning button:checked:hover, infobar.error button:active:hover, infobar.error button:checked:hover { background-image: image(#adadad); } - -infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -infobar.info button:backdrop, infobar.question button:backdrop, infobar.warning button:backdrop, infobar.error button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #bdbcbc; } - -infobar.info button:backdrop:disabled, infobar.question button:backdrop:disabled, infobar.warning button:backdrop:disabled, infobar.error button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #bdbcbc; } - -infobar.info button:backdrop label, infobar.info button:backdrop, infobar.info button label, infobar.info button, infobar.question button:backdrop label, infobar.question button:backdrop, infobar.question button label, infobar.question button, infobar.warning button:backdrop label, infobar.warning button:backdrop, infobar.warning button label, infobar.warning button, infobar.error button:backdrop label, infobar.error button:backdrop, infobar.error button label, infobar.error button { color: #2c2c2c; } - -infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { background-color: #bdbcbc; } - -infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link { color: #3460aa; } - -tooltip { padding: 4px; border-radius: 0; box-shadow: none; text-shadow: 0 1px black; } - -tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); } - -tooltip decoration { background-color: transparent; } - -tooltip * { padding: 4px; background-color: transparent; color: white; } - -colorswatch:drop(active), colorswatch { border-style: none; } - -colorswatch.top { border-top-left-radius: 5.5px; border-top-right-radius: 5.5px; } - -colorswatch.top overlay { border-top-left-radius: 5px; border-top-right-radius: 5px; } - -colorswatch.bottom { border-bottom-left-radius: 5.5px; border-bottom-right-radius: 5.5px; } - -colorswatch.bottom overlay { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } - -colorswatch.left, colorswatch:first-child:not(.top) { border-top-left-radius: 5.5px; border-bottom-left-radius: 5.5px; } - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } - -colorswatch.right, colorswatch:last-child:not(.bottom) { border-top-right-radius: 5.5px; border-bottom-right-radius: 5.5px; } - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } - -colorswatch.dark { outline-color: rgba(255, 255, 255, 0.6); } - -colorswatch.dark overlay { color: white; } - -colorswatch.dark overlay:hover { border-color: rgba(0, 0, 0, 0.8); } - -colorswatch.dark overlay:backdrop { color: rgba(255, 255, 255, 0.5); } - -colorswatch.light { outline-color: rgba(0, 0, 0, 0.6); } - -colorswatch.light overlay { color: black; } - -colorswatch.light overlay:hover { border-color: rgba(0, 0, 0, 0.5); } - -colorswatch.light overlay:backdrop { color: rgba(0, 0, 0, 0.5); } - -colorswatch:drop(active) { box-shadow: none; } - -colorswatch:drop(active).light overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px #3d7805, inset 0 0 0 1px #4e9a06; } - -colorswatch:drop(active).dark overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #4e9a06; } - -colorswatch overlay { border: 1px solid rgba(0, 0, 0, 0.3); } - -colorswatch overlay:hover { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.2); } - -colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { border-color: rgba(0, 0, 0, 0.3); box-shadow: none; } - -colorswatch#add-color-button { border-radius: 5px 5px 0 0; } - -colorswatch#add-color-button:only-child { border-radius: 5px; } - -colorswatch#add-color-button overlay { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -colorswatch#add-color-button overlay:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -colorswatch#add-color-button overlay:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -colorswatch:disabled { opacity: 0.5; } - -colorswatch:disabled overlay { border-color: rgba(0, 0, 0, 0.6); box-shadow: none; } - -row:selected colorswatch { box-shadow: 0 0 0 2px #ffffff; } - -colorswatch#editor-color-sample { border-radius: 1px; } - -colorswatch#editor-color-sample overlay { border-radius: 1px; } - -colorchooser .popover.osd { border-radius: 3px; } - -.content-view { background-color: #c4c4c4; } - -.content-view:hover { -gtk-icon-effect: highlight; } - -.content-view:backdrop { background-color: #c4c4c4; } - -.osd .scale-popup button.flat { border-style: none; border-radius: 3px; } - -.scale-popup button:hover { background-color: rgba(44, 44, 44, 0.1); border-radius: 1px; } - -decoration { border-radius: 3px 3px 0 0; border-width: 0px; box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 0, 0, 0.23); margin: 10px; } - -decoration:backdrop { box-shadow: 0 4px 5px 2px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); } - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { border-radius: 0; box-shadow: none; } - -.tiled decoration { border: 1px solid rgba(176, 176, 176, 0.5); } - -.popup decoration { box-shadow: none; } - -.csd decoration { background-color: black; } - -.ssd decoration { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); } - -.ssd decoration.maximized { box-shadow: none; } - -.csd.popup decoration { border-radius: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - -tooltip.csd decoration { border-radius: 3px; box-shadow: none; } - -messagedialog.csd decoration { border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - -.solid-csd decoration { margin: 0; padding: 4px; background-color: #b0b0b0; border: solid 1px #b0b0b0; border-radius: 0; box-shadow: inset 0 0 0 3px #d6d6d6, inset 0 1px white; } - -.solid-csd decoration:backdrop { box-shadow: inset 0 0 0 3px #d6d6d6, inset 0 1px white; } - -headerbar.default-decoration button.titlebutton, .titlebar.default-decoration button.titlebutton { padding: 0 6px; min-width: 0; min-height: 20px; margin: 0 4px; } - -.selection-mode headerbar button.titlebutton, .selection-mode .titlebar button.titlebutton, headerbar.selection-mode button.titlebutton, .titlebar.selection-mode button.titlebutton { text-shadow: 0 -1px rgba(0, 0, 0, 0.571765); -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.571765); } - -.selection-mode headerbar button.titlebutton:backdrop, .selection-mode .titlebar button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, .titlebar.selection-mode button.titlebutton:backdrop { -gtk-icon-shadow: none; } - -.view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .nautilus-window notebook:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .nautilus-window notebook:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, entry selection, modelbutton.flat:selected, .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { background-color: #4a79c7; } - -label:selected, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .nautilus-window notebook:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .nautilus-window notebook:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, entry selection, modelbutton.flat:selected, .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { color: #ffffff; } - -label:disabled selection, label:disabled:selected, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, .nautilus-window notebook:disabled:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, row:disabled:selected, calendar:disabled:selected { color: #a5bce3; } - -label:backdrop selection, label:backdrop:selected, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, .nautilus-window notebook:backdrop:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected { color: #f4f4f4; } - -label:backdrop selection, label:backdrop selection:hover, label:backdrop:selected, label:backdrop:hover:selected, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, .nautilus-window notebook:backdrop:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected, .view:backdrop:hover:selected, iconview:backdrop:hover:selected, .view text:backdrop:hover:selected, iconview text:backdrop:hover:selected, textview text:backdrop:hover:selected, .nautilus-window notebook:backdrop:hover:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:hover:selected, .view text selection:backdrop:hover, iconview text selection:backdrop:hover, textview text selection:backdrop:hover, flowbox flowboxchild:backdrop:hover:selected, spinbutton:not(.vertical) selection:backdrop:hover, entry selection:backdrop:hover, modelbutton.flat:backdrop:hover:selected, .menuitem.button.flat:backdrop:hover:selected, row:backdrop:hover:selected, calendar:backdrop:hover:selected { background-color: #4a79c7; } - -label:backdrop selection:disabled, label:backdrop:disabled:selected, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview text:backdrop:disabled:selected, .nautilus-window notebook:backdrop:disabled:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, .menuitem.button.flat:backdrop:disabled:selected, row:backdrop:disabled:selected, calendar:backdrop:disabled:selected { color: #7d9ed5; } - -.monospace { font-family: monospace; } - -cursor-handle { background-color: transparent; background-image: none; box-shadow: none; border-style: none; } - -.context-menu { font: initial; } - -.keycap { min-width: 20px; min-height: 25px; margin-top: 2px; padding-bottom: 3px; padding-left: 6px; padding-right: 6px; color: #2c2c2c; background-color: #F7F7F7; border: 1px solid; border-color: #c3c3c3; border-radius: 3px; box-shadow: inset 0 -3px #dddddd; font-size: smaller; } - -:not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; caret-color: #4e9a06; } - -stackswitcher button.text-button { min-width: 100px; } - -stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 32px; min-height: 32px; padding: 0; } - -.lowres-icon { -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } - -.icon-dropshadow { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } - -popover.emoji-picker { padding-left: 0; padding-right: 0; } - -popover.emoji-picker entry.search { margin: 3px 5px 5px 5px; } - -button.emoji-section { border-color: transparent; border-width: 3px; border-style: none none solid; border-radius: 0; margin: 2px 4px 2px 4px; padding: 3px 0 0; min-width: 32px; min-height: 28px; background: none; box-shadow: none; text-shadow: none; outline-offset: -5px; } - -button.emoji-section:first-child { margin-left: 7px; } - -button.emoji-section:last-child { margin-right: 7px; } - -button.emoji-section:backdrop:not(:checked) { border-color: transparent; } - -button.emoji-section:hover { border-color: #b0b0b0; } - -button.emoji-section:checked { border-color: #4a79c7; } - -button.emoji-section label { padding: 0; opacity: 0.55; } - -button.emoji-section:hover label { opacity: 0.775; } - -button.emoji-section:checked label { opacity: 1; } - -popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 3px; } - -popover.emoji-picker .emoji :hover { background: #4a79c7; } - -popover.emoji-completion arrow { border: none; background: none; } - -popover.emoji-completion contents row box { padding: 2px 10px; } - -popover.emoji-completion .emoji:hover { background: #e3e3e3; } - -@define-color theme_fg_color #2c2c2c; -@define-color theme_text_color black; -@define-color theme_bg_color #d6d6d6; -@define-color theme_base_color #F7F7F7; -@define-color theme_selected_bg_color #4a79c7; -@define-color theme_selected_fg_color #ffffff; -@define-color insensitive_bg_color #e3e3e3; -@define-color insensitive_fg_color #707070; -@define-color insensitive_base_color #F7F7F7; -@define-color theme_unfocused_fg_color #5f5f5f; -@define-color theme_unfocused_text_color black; -@define-color theme_unfocused_bg_color #d6d6d6; -@define-color theme_unfocused_base_color #f4f4f4; -@define-color theme_unfocused_selected_bg_color #4a79c7; -@define-color theme_unfocused_selected_fg_color #ffffff; -@define-color unfocused_insensitive_color #b0b0b0; -@define-color borders #b0b0b0; -@define-color unfocused_borders #b7b7b7; -@define-color warning_color #f57900; -@define-color error_color #cc0000; -@define-color success_color #33d17a; -@define-color wm_title shade(#2c2c2c, 1.8); -@define-color wm_unfocused_title #5f5f5f; -@define-color wm_highlight white; -@define-color wm_borders_edge white; -@define-color wm_bg_a shade(#d6d6d6, 1.2); -@define-color wm_bg_b #d6d6d6; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); -@define-color wm_button_hover_color_a shade(#d6d6d6, 1.3); -@define-color wm_button_hover_color_b #d6d6d6; -@define-color wm_button_active_color_a shade(#d6d6d6, 0.85); -@define-color wm_button_active_color_b shade(#d6d6d6, 0.89); -@define-color wm_button_active_color_c shade(#d6d6d6, 0.9); -@define-color content_view_bg #F7F7F7; -headerbar button.titlebutton, .titlebar button.titlebutton, .ssd .titlebar.default-decoration button.titlebutton { min-width: 20px; min-height: 20px; padding: 0; margin: 2px; border-radius: 1.5px; } - -headerbar button.titlebutton.close, .titlebar button.titlebutton.close, headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize { color: transparent; background-color: transparent; background-position: center; background-repeat: no-repeat; border-width: 0; box-shadow: none; transition-property: background-color; } - -headerbar button.titlebutton.close, .titlebar button.titlebutton.close { background-color: transparent; } - -headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover, headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active { background-color: #c75050; } - -headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop { background-color: transparent; } - -headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover, headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active { background-color: #c75050; } - -headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover, headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active, headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover, headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active { background-color: rgba(255, 255, 255, 0.2); } - -headerbar button.titlebutton.close, .titlebar button.titlebutton.close { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - -headerbar button.titlebutton.close:not(:hover), .titlebar button.titlebutton.close:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.close:backdrop:not(:hover), .titlebar button.titlebutton.close:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - -headerbar button.titlebutton.close:backdrop:not(:hover), .titlebar button.titlebutton.close:backdrop:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.close:backdrop:backdrop:not(:hover), .titlebar button.titlebutton.close:backdrop:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - -headerbar button.titlebutton.close:hover:not(:hover), .titlebar button.titlebutton.close:hover:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.close:hover:backdrop:not(:hover), .titlebar button.titlebutton.close:hover:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - -headerbar button.titlebutton.close:active:not(:hover), .titlebar button.titlebutton.close:active:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.close:active:backdrop:not(:hover), .titlebar button.titlebutton.close:active:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - -headerbar button.titlebutton.maximize:not(:hover), .titlebar button.titlebutton.maximize:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.maximize:backdrop:not(:hover), .titlebar button.titlebutton.maximize:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - -headerbar button.titlebutton.maximize:backdrop:not(:hover), .titlebar button.titlebutton.maximize:backdrop:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.maximize:backdrop:backdrop:not(:hover), .titlebar button.titlebutton.maximize:backdrop:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - -headerbar button.titlebutton.maximize:hover:not(:hover), .titlebar button.titlebutton.maximize:hover:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.maximize:hover:backdrop:not(:hover), .titlebar button.titlebutton.maximize:hover:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - -headerbar button.titlebutton.maximize:active:not(:hover), .titlebar button.titlebutton.maximize:active:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.maximize:active:backdrop:not(:hover), .titlebar button.titlebutton.maximize:active:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - -headerbar button.titlebutton.minimize:not(:hover), .titlebar button.titlebutton.minimize:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.minimize:backdrop:not(:hover), .titlebar button.titlebutton.minimize:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - -headerbar button.titlebutton.minimize:backdrop:not(:hover), .titlebar button.titlebutton.minimize:backdrop:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.minimize:backdrop:backdrop:not(:hover), .titlebar button.titlebutton.minimize:backdrop:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - -headerbar button.titlebutton.minimize:hover:not(:hover), .titlebar button.titlebutton.minimize:hover:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.minimize:hover:backdrop:not(:hover), .titlebar button.titlebutton.minimize:hover:backdrop:not(:hover) { opacity: 0.5; } - -headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - -headerbar button.titlebutton.minimize:active:not(:hover), .titlebar button.titlebutton.minimize:active:not(:hover) { opacity: 0.8; } - -headerbar button.titlebutton.minimize:active:backdrop:not(:hover), .titlebar button.titlebutton.minimize:active:backdrop:not(:hover) { opacity: 0.5; } - -.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/titlebutton-unmaximize-hover.png"), url("assets/titlebutton-unmaximize-hover@2.png")); } - -.maximized headerbar button.titlebutton.maximize:not(:hover), .maximized .titlebar button.titlebutton.maximize:not(:hover) { opacity: 0.8; } - -.maximized headerbar button.titlebutton.maximize:backdrop:not(:hover), .maximized .titlebar button.titlebutton.maximize:backdrop:not(:hover) { opacity: 0.5; } - -.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-unmaximize-hover.png"), url("assets/titlebutton-unmaximize-hover@2.png")); } - -.maximized headerbar button.titlebutton.maximize:backdrop:not(:hover), .maximized .titlebar button.titlebutton.maximize:backdrop:not(:hover) { opacity: 0.8; } - -.maximized headerbar button.titlebutton.maximize:backdrop:backdrop:not(:hover), .maximized .titlebar button.titlebutton.maximize:backdrop:backdrop:not(:hover) { opacity: 0.5; } - -.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/titlebutton-unmaximize-hover.png"), url("assets/titlebutton-unmaximize-hover@2.png")); } - -.maximized headerbar button.titlebutton.maximize:hover:not(:hover), .maximized .titlebar button.titlebutton.maximize:hover:not(:hover) { opacity: 0.8; } - -.maximized headerbar button.titlebutton.maximize:hover:backdrop:not(:hover), .maximized .titlebar button.titlebutton.maximize:hover:backdrop:not(:hover) { opacity: 0.5; } - -.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/titlebutton-unmaximize-hover.png"), url("assets/titlebutton-unmaximize-hover@2.png")); } - -.maximized headerbar button.titlebutton.maximize:active:not(:hover), .maximized .titlebar button.titlebutton.maximize:active:not(:hover) { opacity: 0.8; } - -.maximized headerbar button.titlebutton.maximize:active:backdrop:not(:hover), .maximized .titlebar button.titlebutton.maximize:active:backdrop:not(:hover) { opacity: 0.5; } - -.ssd .titlebar { background: #4d4d4d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 transparent; border-color: transparent; border-width: 0; padding: 2px 4px; } - -.titlebar, headerbar { color: #eeeeec; text-shadow: none; } - -.titlebar:backdrop, headerbar:backdrop { color: #aeaeac; text-shadow: none; } - -.titlebar label .title, headerbar label .title { color: #eeeeec; } - -.titlebar label .title:backdrop, headerbar label .title:backdrop { color: #aeaeac; } - -.maximized .titlebar, .maximized headerbar, .fullscreen .titlebar, .fullscreen headerbar { box-shadow: none; } - -.titlebar entry, headerbar entry, .titlebar entry:backdrop, headerbar entry:backdrop { border-color: #393939; } - -.titlebar entry:focus, headerbar entry:focus { box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; } - -.titlebar button:not(.titlebutton), headerbar button:not(.titlebutton), .titlebar button.linked, headerbar button.linked, .titlebar button.toggle, headerbar button.toggle, .titlebar button.popup.toggle, headerbar button.popup.toggle, .titlebar button.image-button, headerbar button.image-button, .titlebar button.image-button.toggle, headerbar button.image-button.toggle, .titlebar button.text-button, headerbar button.text-button, .titlebar button.text-button.toggle, headerbar button.text-button.toggle, .titlebar box button.toggle, headerbar box button.toggle, .titlebar buttonbox.toggle, headerbar buttonbox.toggle, .titlebar stackswitcher button, headerbar stackswitcher button, .titlebar filechooser .path-bar.linked > button, headerbar filechooser .path-bar.linked > button, .titlebar .path-bar button, headerbar .path-bar button { text-shadow: none; color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; border-bottom-color: #2d2d2d; background-color: #7a7a7a; box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.titlebar button:not(.titlebutton):backdrop, headerbar button:not(.titlebutton):backdrop, .titlebar button.linked:backdrop, headerbar button.linked:backdrop, .titlebar button.toggle:backdrop, headerbar button.toggle:backdrop, .titlebar button.popup.toggle:backdrop, headerbar button.popup.toggle:backdrop, .titlebar button.image-button:backdrop, headerbar button.image-button:backdrop, .titlebar button.image-button.toggle:backdrop, headerbar button.image-button.toggle:backdrop, .titlebar button.text-button:backdrop, headerbar button.text-button:backdrop, .titlebar button.text-button.toggle:backdrop, headerbar button.text-button.toggle:backdrop, .titlebar box button.toggle:backdrop, headerbar box button.toggle:backdrop, .titlebar buttonbox.toggle:backdrop, headerbar buttonbox.toggle:backdrop, .titlebar stackswitcher button:backdrop, headerbar stackswitcher button:backdrop, .titlebar filechooser .path-bar.linked > button:backdrop, headerbar filechooser .path-bar.linked > button:backdrop, .titlebar .path-bar button:backdrop, headerbar .path-bar button:backdrop { color: #aeaeac; text-shadow: none; } - -.titlebar button:not(.titlebutton).flat, headerbar button:not(.titlebutton).flat, .titlebar button.linked.flat, headerbar button.linked.flat, .titlebar button.toggle.flat, headerbar button.toggle.flat, .titlebar button.popup.toggle.flat, headerbar button.popup.toggle.flat, .titlebar button.image-button.flat, headerbar button.image-button.flat, .titlebar button.image-button.toggle.flat, headerbar button.image-button.toggle.flat, .titlebar button.text-button.flat, headerbar button.text-button.flat, .titlebar button.text-button.toggle.flat, headerbar button.text-button.toggle.flat, .titlebar box button.toggle.flat, headerbar box button.toggle.flat, .titlebar buttonbox.toggle.flat, headerbar buttonbox.toggle.flat, .titlebar stackswitcher button.flat, headerbar stackswitcher button.flat, .titlebar filechooser .path-bar.linked > button.flat, headerbar filechooser .path-bar.linked > button.flat, .titlebar .path-bar button.flat, headerbar .path-bar button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.titlebar button:not(.titlebutton):hover, headerbar button:not(.titlebutton):hover, .titlebar button.linked:hover, headerbar button.linked:hover, .titlebar button.toggle:hover, headerbar button.toggle:hover, .titlebar button.popup.toggle:hover, headerbar button.popup.toggle:hover, .titlebar button.image-button:hover, headerbar button.image-button:hover, .titlebar button.image-button.toggle:hover, headerbar button.image-button.toggle:hover, .titlebar button.text-button:hover, headerbar button.text-button:hover, .titlebar button.text-button.toggle:hover, headerbar button.text-button.toggle:hover, .titlebar box button.toggle:hover, headerbar box button.toggle:hover, .titlebar buttonbox.toggle:hover, headerbar buttonbox.toggle:hover, .titlebar stackswitcher button:hover, headerbar stackswitcher button:hover, .titlebar filechooser .path-bar.linked > button:hover, headerbar filechooser .path-bar.linked > button:hover, .titlebar .path-bar button:hover, headerbar .path-bar button:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; border-bottom-color: #2d2d2d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #7f7f7f; } - -.titlebar button:not(.titlebutton):active, headerbar button:not(.titlebutton):active, .titlebar button:not(.titlebutton):checked, headerbar button:not(.titlebutton):checked, .titlebar button:not(.titlebutton):active:hover, headerbar button:not(.titlebutton):active:hover, .titlebar button:not(.titlebutton):checked:hover, headerbar button:not(.titlebutton):checked:hover, .titlebar button.linked:active, headerbar button.linked:active, .titlebar button.linked:checked, headerbar button.linked:checked, .titlebar button.linked:active:hover, headerbar button.linked:active:hover, .titlebar button.linked:checked:hover, headerbar button.linked:checked:hover, .titlebar button.toggle:active, headerbar button.toggle:active, .titlebar button.toggle:checked, headerbar button.toggle:checked, .titlebar button.toggle:active:hover, headerbar button.toggle:active:hover, .titlebar button.toggle:checked:hover, headerbar button.toggle:checked:hover, .titlebar button.popup.toggle:active, headerbar button.popup.toggle:active, .titlebar button.popup.toggle:checked, headerbar button.popup.toggle:checked, .titlebar button.popup.toggle:active:hover, headerbar button.popup.toggle:active:hover, .titlebar button.popup.toggle:checked:hover, headerbar button.popup.toggle:checked:hover, .titlebar button.image-button:active, headerbar button.image-button:active, .titlebar button.image-button:checked, headerbar button.image-button:checked, .titlebar button.image-button:active:hover, headerbar button.image-button:active:hover, .titlebar button.image-button:checked:hover, headerbar button.image-button:checked:hover, .titlebar button.image-button.toggle:active, headerbar button.image-button.toggle:active, .titlebar button.image-button.toggle:checked, headerbar button.image-button.toggle:checked, .titlebar button.image-button.toggle:active:hover, headerbar button.image-button.toggle:active:hover, .titlebar button.image-button.toggle:checked:hover, headerbar button.image-button.toggle:checked:hover, .titlebar button.text-button:active, headerbar button.text-button:active, .titlebar button.text-button:checked, headerbar button.text-button:checked, .titlebar button.text-button:active:hover, headerbar button.text-button:active:hover, .titlebar button.text-button:checked:hover, headerbar button.text-button:checked:hover, .titlebar button.text-button.toggle:active, headerbar button.text-button.toggle:active, .titlebar button.text-button.toggle:checked, headerbar button.text-button.toggle:checked, .titlebar button.text-button.toggle:active:hover, headerbar button.text-button.toggle:active:hover, .titlebar button.text-button.toggle:checked:hover, headerbar button.text-button.toggle:checked:hover, .titlebar box button.toggle:active, headerbar box button.toggle:active, .titlebar box button.toggle:checked, headerbar box button.toggle:checked, .titlebar box button.toggle:active:hover, headerbar box button.toggle:active:hover, .titlebar box button.toggle:checked:hover, headerbar box button.toggle:checked:hover, .titlebar buttonbox.toggle:active, headerbar buttonbox.toggle:active, .titlebar buttonbox.toggle:checked, headerbar buttonbox.toggle:checked, .titlebar buttonbox.toggle:active:hover, headerbar buttonbox.toggle:active:hover, .titlebar buttonbox.toggle:checked:hover, headerbar buttonbox.toggle:checked:hover, .titlebar stackswitcher button:active, headerbar stackswitcher button:active, .titlebar stackswitcher button:checked, headerbar stackswitcher button:checked, .titlebar stackswitcher button:active:hover, headerbar stackswitcher button:active:hover, .titlebar stackswitcher button:checked:hover, headerbar stackswitcher button:checked:hover, .titlebar filechooser .path-bar.linked > button:active, headerbar filechooser .path-bar.linked > button:active, .titlebar filechooser .path-bar.linked > button:checked, headerbar filechooser .path-bar.linked > button:checked, .titlebar filechooser .path-bar.linked > button:active:hover, headerbar filechooser .path-bar.linked > button:active:hover, .titlebar filechooser .path-bar.linked > button:checked:hover, headerbar filechooser .path-bar.linked > button:checked:hover, .titlebar .path-bar button:active, headerbar .path-bar button:active, .titlebar .path-bar button:checked, headerbar .path-bar button:checked, .titlebar .path-bar button:active:hover, headerbar .path-bar button:active:hover, .titlebar .path-bar button:checked:hover, headerbar .path-bar button:checked:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; background-image: image(#424242); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; border-color: rgba(0, 0, 0, 0.4); } - -.titlebar button:not(.titlebutton):active:hover, headerbar button:not(.titlebutton):active:hover, .titlebar button:not(.titlebutton):checked:hover, headerbar button:not(.titlebutton):checked:hover, .titlebar button:not(.titlebutton):active:hover:hover, headerbar button:not(.titlebutton):active:hover:hover, .titlebar button:not(.titlebutton):checked:hover:hover, headerbar button:not(.titlebutton):checked:hover:hover, .titlebar button.linked:active:hover, headerbar button.linked:active:hover, .titlebar button.linked:checked:hover, headerbar button.linked:checked:hover, .titlebar button.linked:active:hover:hover, headerbar button.linked:active:hover:hover, .titlebar button.linked:checked:hover:hover, headerbar button.linked:checked:hover:hover, .titlebar button.toggle:active:hover, headerbar button.toggle:active:hover, .titlebar button.toggle:checked:hover, headerbar button.toggle:checked:hover, .titlebar button.toggle:active:hover:hover, headerbar button.toggle:active:hover:hover, .titlebar button.toggle:checked:hover:hover, headerbar button.toggle:checked:hover:hover, .titlebar button.popup.toggle:active:hover, headerbar button.popup.toggle:active:hover, .titlebar button.popup.toggle:checked:hover, headerbar button.popup.toggle:checked:hover, .titlebar button.popup.toggle:active:hover:hover, headerbar button.popup.toggle:active:hover:hover, .titlebar button.popup.toggle:checked:hover:hover, headerbar button.popup.toggle:checked:hover:hover, .titlebar button.image-button:active:hover, headerbar button.image-button:active:hover, .titlebar button.image-button:checked:hover, headerbar button.image-button:checked:hover, .titlebar button.image-button:active:hover:hover, headerbar button.image-button:active:hover:hover, .titlebar button.image-button:checked:hover:hover, headerbar button.image-button:checked:hover:hover, .titlebar button.image-button.toggle:active:hover, headerbar button.image-button.toggle:active:hover, .titlebar button.image-button.toggle:checked:hover, headerbar button.image-button.toggle:checked:hover, .titlebar button.image-button.toggle:active:hover:hover, headerbar button.image-button.toggle:active:hover:hover, .titlebar button.image-button.toggle:checked:hover:hover, headerbar button.image-button.toggle:checked:hover:hover, .titlebar button.text-button:active:hover, headerbar button.text-button:active:hover, .titlebar button.text-button:checked:hover, headerbar button.text-button:checked:hover, .titlebar button.text-button:active:hover:hover, headerbar button.text-button:active:hover:hover, .titlebar button.text-button:checked:hover:hover, headerbar button.text-button:checked:hover:hover, .titlebar button.text-button.toggle:active:hover, headerbar button.text-button.toggle:active:hover, .titlebar button.text-button.toggle:checked:hover, headerbar button.text-button.toggle:checked:hover, .titlebar button.text-button.toggle:active:hover:hover, headerbar button.text-button.toggle:active:hover:hover, .titlebar button.text-button.toggle:checked:hover:hover, headerbar button.text-button.toggle:checked:hover:hover, .titlebar box button.toggle:active:hover, headerbar box button.toggle:active:hover, .titlebar box button.toggle:checked:hover, headerbar box button.toggle:checked:hover, .titlebar box button.toggle:active:hover:hover, headerbar box button.toggle:active:hover:hover, .titlebar box button.toggle:checked:hover:hover, headerbar box button.toggle:checked:hover:hover, .titlebar buttonbox.toggle:active:hover, headerbar buttonbox.toggle:active:hover, .titlebar buttonbox.toggle:checked:hover, headerbar buttonbox.toggle:checked:hover, .titlebar buttonbox.toggle:active:hover:hover, headerbar buttonbox.toggle:active:hover:hover, .titlebar buttonbox.toggle:checked:hover:hover, headerbar buttonbox.toggle:checked:hover:hover, .titlebar stackswitcher button:active:hover, headerbar stackswitcher button:active:hover, .titlebar stackswitcher button:checked:hover, headerbar stackswitcher button:checked:hover, .titlebar stackswitcher button:active:hover:hover, headerbar stackswitcher button:active:hover:hover, .titlebar stackswitcher button:checked:hover:hover, headerbar stackswitcher button:checked:hover:hover, .titlebar filechooser .path-bar.linked > button:active:hover, headerbar filechooser .path-bar.linked > button:active:hover, .titlebar filechooser .path-bar.linked > button:checked:hover, headerbar filechooser .path-bar.linked > button:checked:hover, .titlebar filechooser .path-bar.linked > button:active:hover:hover, headerbar filechooser .path-bar.linked > button:active:hover:hover, .titlebar filechooser .path-bar.linked > button:checked:hover:hover, headerbar filechooser .path-bar.linked > button:checked:hover:hover, .titlebar .path-bar button:active:hover, headerbar .path-bar button:active:hover, .titlebar .path-bar button:checked:hover, headerbar .path-bar button:checked:hover, .titlebar .path-bar button:active:hover:hover, headerbar .path-bar button:active:hover:hover, .titlebar .path-bar button:checked:hover:hover, headerbar .path-bar button:checked:hover:hover { background-image: image(#373737); } - -.titlebar button:not(.titlebutton):disabled, headerbar button:not(.titlebutton):disabled, .titlebar button:not(.titlebutton):backdrop:disabled, headerbar button:not(.titlebutton):backdrop:disabled, .titlebar button.linked:disabled, headerbar button.linked:disabled, .titlebar button.linked:backdrop:disabled, headerbar button.linked:backdrop:disabled, .titlebar button.toggle:disabled, headerbar button.toggle:disabled, .titlebar button.toggle:backdrop:disabled, headerbar button.toggle:backdrop:disabled, .titlebar button.popup.toggle:disabled, headerbar button.popup.toggle:disabled, .titlebar button.popup.toggle:backdrop:disabled, headerbar button.popup.toggle:backdrop:disabled, .titlebar button.image-button:disabled, headerbar button.image-button:disabled, .titlebar button.image-button:backdrop:disabled, headerbar button.image-button:backdrop:disabled, .titlebar button.image-button.toggle:disabled, headerbar button.image-button.toggle:disabled, .titlebar button.image-button.toggle:backdrop:disabled, headerbar button.image-button.toggle:backdrop:disabled, .titlebar button.text-button:disabled, headerbar button.text-button:disabled, .titlebar button.text-button:backdrop:disabled, headerbar button.text-button:backdrop:disabled, .titlebar button.text-button.toggle:disabled, headerbar button.text-button.toggle:disabled, .titlebar button.text-button.toggle:backdrop:disabled, headerbar button.text-button.toggle:backdrop:disabled, .titlebar box button.toggle:disabled, headerbar box button.toggle:disabled, .titlebar box button.toggle:backdrop:disabled, headerbar box button.toggle:backdrop:disabled, .titlebar buttonbox.toggle:disabled, headerbar buttonbox.toggle:disabled, .titlebar buttonbox.toggle:backdrop:disabled, headerbar buttonbox.toggle:backdrop:disabled, .titlebar stackswitcher button:disabled, headerbar stackswitcher button:disabled, .titlebar stackswitcher button:backdrop:disabled, headerbar stackswitcher button:backdrop:disabled, .titlebar filechooser .path-bar.linked > button:disabled, headerbar filechooser .path-bar.linked > button:disabled, .titlebar filechooser .path-bar.linked > button:backdrop:disabled, headerbar filechooser .path-bar.linked > button:backdrop:disabled, .titlebar .path-bar button:disabled, headerbar .path-bar button:disabled, .titlebar .path-bar button:backdrop:disabled, headerbar .path-bar button:backdrop:disabled { color: #b3b3b2; border-color: #474747; background-image: image(#777777); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.titlebar separator, headerbar separator { background: image(#404040); } - -.titlebar switch slider, headerbar switch slider { background-color: rgba(255, 255, 255, 0.5); } - -.ssd .titlebar { background: #4d4d4d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; color: #eeeeec; text-shadow: none; border-width: 0; } - -.ssd .titlebar:backdrop { color: #aeaeac; } - -#MozillaGtkWidget.background menubar, #MozillaGtkWidget.background .menubar, #MozillaGtkWidget.background menubar > menuitem:hover { background-color: #4d4d4d; color: #eeeeec; } - -window.background.chromium { background-color: #4d4d4d; } - -window.background.chromium button { border-color: #343333; } - -window.background.chromium menubar { color: #eeeeec; } - -switch { margin: 4px 0; padding: 0; border-radius: 99px; border-width: 0; background-color: rgba(0, 0, 0, 0.38); background-clip: padding-box; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); } - -switch:checked { background-color: #4a79c7; } - -switch:disabled { opacity: 0.38; } - -switch slider { margin: 2px; min-width: 22px; min-height: 22px; border-radius: 99px; background-color: white; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); } - -switch:hover > slider, switch:focus > slider { background-color: white; box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5), 0 1px 2px -1px rgba(0, 0, 0, 0.44), 0 1px 2px -0.6px rgba(0, 0, 0, 0.37); } - -switch:checked > slider { background-color: white; } - -switch image { color: transparent; } - -scrollbar.vertical button.up { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-up.png"), url("assets/scrollarrow-up@2.png")); } - -scrollbar.vertical button.down { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-down.png"), url("assets/scrollarrow-down@2.png")); } - -scrollbar.vertical button.up:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-up-insensitive.png"), url("assets/scrollarrow-up-insensitive@2.png")); } - -scrollbar.vertical button.down:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-down-insensitive.png"), url("assets/scrollarrow-down-insensitive@2.png")); } - -scrollbar.horizontal button.up { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-left.png"), url("assets/scrollarrow-left@2.png")); } - -scrollbar.horizontal button.down { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-right.png"), url("assets/scrollarrow-right@2.png")); } - -scrollbar.horizontal button.up:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-left-insensitive.png"), url("assets/scrollarrow-left-insensitive@2.png")); } - -scrollbar.horizontal button.down:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-right-insensitive.png"), url("assets/scrollarrow-right-insensitive@2.png")); } - -.primary-toolbar button:hover, .primary-toolbar buttom.image-button:hover, .primary-toolbar button.text-button:hover, .primary-toolbar button.toggle:hover { border-color: #b0b0b0; } - -.xfce4-panel.background button, .gnome-panel-menu-bar button:not(#tasklist-button), .mate-panel-menu-bar button:not(#tasklist-button) { background-image: none; background-color: transparent; border: none; border-radius: 0; border-color: transparent; box-shadow: none; padding: 0 1px; color: rgba(238, 238, 236, 0.95); } - -.xfce4-panel.background button:hover, .gnome-panel-menu-bar button:hover:not(#tasklist-button), .mate-panel-menu-bar button:hover:not(#tasklist-button) { color: #ffffff; background-color: rgba(63, 63, 63, 0.7); } - -.xfce4-panel.background button:active, .gnome-panel-menu-bar button:active:not(#tasklist-button), .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.background button:checked, .gnome-panel-menu-bar button:checked:not(#tasklist-button), .mate-panel-menu-bar button:checked:not(#tasklist-button) { color: #ffffff; background-color: #4a79c7; } - -.xfce4-panel.background button:active:hover, .gnome-panel-menu-bar button:active:hover:not(#tasklist-button), .mate-panel-menu-bar button:active:hover:not(#tasklist-button), .xfce4-panel.background button:checked:hover, .gnome-panel-menu-bar button:checked:hover:not(#tasklist-button), .mate-panel-menu-bar button:checked:hover:not(#tasklist-button) { background-color: #5a85cc; } - -.XfceHeading { margin: 0; padding: 0; border-width: 0; background-image: none; background-color: #bdbcbc; color: black; } - -.xfce4-panel.background { background-color: rgba(53, 53, 53, 0.7); color: #eeeeec; font-weight: normal; } - -.xfce4-panel.background entry { caret-color: black; } - -.xfce4-panel.background menu { -gtk-icon-effect: none; text-shadow: none; } - -.xfce4-panel.background menu .linked button { color: black; outline-color: rgba(0, 0, 0, 0.3); border-color: #dedddd; border-bottom-color: #c4c4c4; background-color: white; box-shadow: inset 0 1px white, 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.xfce4-panel.background menu .linked button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: rgba(176, 176, 176, 0.5); } - -.xfce4-panel.background progressbar { margin: 0; } - -.xfce4-panel.background progressbar.horizontal trough { min-height: 6px; padding: 0; } - -.xfce4-panel.background progressbar.horizontal progress { min-height: 4px; } - -.xfce4-panel.background progressbar.vertical trough { min-width: 6px; padding: 0; } - -.xfce4-panel.background progressbar.vertical progress { min-width: 4px; } - -.xfce4-panel.background progressbar progress { border-radius: 0px; } - -.xfce4-panel.background progressbar trough { background: rgba(27, 27, 27, 0.7); border-radius: 0px; border-color: rgba(7, 7, 7, 0.7); } - -.xfce4-panel.background .tasklist button { border-radius: 1px; color: #e2e2df; border: none; background: rgba(53, 53, 53, 0.7); } - -.xfce4-panel.background .tasklist button.flat { background-image: none; border: none; box-shadow: none; } - -.xfce4-panel.background .tasklist button:active, .xfce4-panel.background .tasklist button:checked { background: rgba(27, 27, 27, 0.7); color: #eeeeec; } - -.xfce4-panel.background .tasklist button:hover, .xfce4-panel.background .tasklist button:active:hover, .xfce4-panel.background .tasklist button:checked:hover { background: rgba(40, 40, 40, 0.7); color: #eeeeec; } - -.xfce4-panel.background .tasklist button image { padding: 3px; } - -.xfce4-panel.background.horizontal .tasklist button { margin: 0 1px; } - -.xfce4-panel.background.horizontal .tasklist button label { padding-right: 3px; } - -.xfce4-panel.background.vertical .tasklist button { margin: 1px 0; } - -.xfce4-panel.background.vertical .tasklist button label { padding-bottom: 3px; } - -wnck-pager:selected { background-color: #3460aa; } - -wnck-pager:hover { background-color: #4a79c7; } - -XfdesktopIconView.view { background: transparent; color: #eeeeec; border-radius: 1px; } - -XfdesktopIconView.view:active { background: rgba(46, 85, 150, 0.5); text-shadow: 0 1px 1px black; } - -XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; } - -XfdesktopIconView.view .rubberband { border-radius: 0; } - -#XfceNotifyWindow { border-radius: 3px; } - -#XfceNotifyWindow buttonbox { padding: 0; } - -#XfceNotifyWindow button { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border-radius: 1px; text-shadow: none; } - -#XfceNotifyWindow button:hover, #XfceNotifyWindow button:focus { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:active, #XfceNotifyWindow button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:active:hover, #XfceNotifyWindow button:checked:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button.default { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -#XfceNotifyWindow entry { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; border-radius: 1px; text-shadow: none; } - -#XfceNotifyWindow label#summary { font-weight: bold; } - -#XfceNotifyWindow progressbar { min-height: 6px; border-radius: 1px; } - -#XfceNotifyWindow progressbar progress { background-image: none; background-color: #4a79c7; border: none; box-shadow: none; } - -#XfceNotifyWindow progressbar trough { background-color: rgba(78, 78, 78, 0.7); border: none; border-radius: 1px; padding: 1px 0; } - -#xfwm-tabwin { padding: 12px; background-image: none; background-color: rgba(0, 0, 0, 0.8); color: shade(#ffffff, 0.65); text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border-radius: 12px; -XfwmTabwinWidget-icon-size: 64px; -XfwmTabwinWidget-preview-size: 64px; } - -#xfwm-tabwin button { background-image: none; color: #ffffff; font-weight: bold; text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border: none; border-radius: 6px; box-shadow: none; } - -#xfwm-tabwin button:active, #xfwm-tabwin button:checked, #xfwm-tabwin button:active:hover, #xfwm-tabwin button:checked:hover { background-color: #4a79c7; } - -#xfwm-tabwin button:hover { background-color: #4a79c7; transition-duration: 100ms; } - -.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, .mate-panel-menu-bar menubar { background-color: #4d4d4d; } - -.gnome-panel-menu-bar menubar, .gnome-panel-menu-bar #PanelApplet label, .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, .mate-panel-menu-bar #PanelApplet image { color: #eeeeec; } - -.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, .gnome-panel-menu-bar #tasklist-button label, .gnome-panel-menu-bar #tasklist-button image, .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, .mate-panel-menu-bar #tasklist-button image { color: inherit; } - -.gnome-panel-menu-bar .wnck-pager, .mate-panel-menu-bar .wnck-pager { color: #777776; background-color: #343333; } - -.gnome-panel-menu-bar .wnck-pager:hover, .mate-panel-menu-bar .wnck-pager:hover { background-color: #5a5a5a; } - -.gnome-panel-menu-bar .wnck-pager:selected, .mate-panel-menu-bar .wnck-pager:selected { color: #98b3df; background-color: #4a79c7; } - -.gnome-panel-menu-bar na-tray-applet, .mate-panel-menu-bar na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } - -.caja-notebook { border-top: 1px solid #b0b0b0; } - -.caja-side-pane .frame { border-width: 1px 0 0; } - -.caja-notebook .frame { border-width: 0 0 1px; } - -.nautilus-window searchbar { border-top: 1px solid #b0b0b0; } - -.nautilus-window .searchbar-container { margin-top: -1px; } - -.nautilus-window paned > separator { background-image: none; background-size: 0; background-color: transparent; } - -.nautilus-desktop.nautilus-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item { color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); } - -.nautilus-desktop-window .nautilus-desktop.view, .nautilus-desktop-window iconview.nautilus-desktop { color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); } - -.disk-space-display { border-style: solid; border-width: 2px; } - -.disk-space-display.unkown { background-color: #888; border-color: shade(#888, 0.7); color: #888; } - -.disk-space-display.unkown.border { color: shade(#888, 0.7); } - -.disk-space-display.used { background-color: #6ACAD8; border-color: shade(#6ACAD8, 0.7); color: #6ACAD8; } - -.disk-space-display.used.border { color: shade(#6ACAD8, 0.7); } - -.disk-space-display.free { background-color: #eeeeec; border-color: shade(#eeeeec, 0.7); color: #eeeeec; } - -.disk-space-display.free.border { color: shade(#eeeeec, 0.7); } - -.thunar .standard-view { border-width: 0; } - -.thunar .sidebar .view, .thunar .sidebar iconview { background-color: #e7e7e7; } - -.thunar .sidebar .view:hover, .thunar .sidebar iconview:hover { background-color: rgba(44, 44, 44, 0.05); } - -.thunar .sidebar .view:selected, .thunar .sidebar iconview:selected { background-color: #4a79c7; } - -.thunar toolbar { border-bottom: 1px solid #b0b0b0; } - -.thunar toolbar entry { margin: 2px; } - -.thunar .shortcuts-pane { border-top: 0; } - -.tweak-categories { background-color: #e7e7e7; border-color: #b0b0b0; } - -list.tweak-categories separator { background: transparent; } - -.table-header { padding: 4px 0 4px 0; min-height: 24px; } diff --git a/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.scss b/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.scss deleted file mode 100644 index 3bed26a..0000000 --- a/gtk/src/Zukitre/gtk-3.0/gtk-alt-header.scss +++ /dev/null @@ -1,9 +0,0 @@ -// custom theme -$variant: 'light'; -$alt_header: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'colors-public'; -@import 'custom'; diff --git a/gtk/src/Zukitre/gtk-3.0/meson.build b/gtk/src/Zukitre/gtk-3.0/meson.build index 6f1dd7d..06c9507 100644 --- a/gtk/src/Zukitre/gtk-3.0/meson.build +++ b/gtk/src/Zukitre/gtk-3.0/meson.build @@ -11,12 +11,10 @@ gtk3_scss_sources = [ # Dependencies of the files that need to be compiled gtk3_scss_dependencies = [ '_colors-public.scss', - '_variables.scss', '_colors.scss', '_common.scss', - '_apps.scss', + '_custom.scss', '_drawing.scss', - '_lightdm.scss', ] gtk3_asset_dir = join_paths(gtk3_dir, 'assets') @@ -26,8 +24,11 @@ gtk3_assets = [ 'assets/check-symbolic.svg', 'assets/dash-symbolic.svg', 'assets/bullet-symbolic.symbolic.png', + 'assets/bullet@2-symbolic.symbolic.png', 'assets/check-symbolic.symbolic.png', + 'assets/check@2-symbolic.symbolic.png', 'assets/dash-symbolic.symbolic.png', + 'assets/dash@2-symbolic.symbolic.png', 'assets/scrollarrow-down@2.png', 'assets/scrollarrow-down-dark@2.png', 'assets/scrollarrow-down-dark.png', diff --git a/gtk/src/Zukitre/gtk-3.0/parse-sass.sh b/gtk/src/Zukitre/gtk-3.0/parse-sass.sh index 1c3ddbf..68cbe04 100644 --- a/gtk/src/Zukitre/gtk-3.0/parse-sass.sh +++ b/gtk/src/Zukitre/gtk-3.0/parse-sass.sh @@ -11,4 +11,3 @@ echo Generating the css... sassc $SASSC_OPT gtk.scss gtk.css sassc $SASSC_OPT gtk-dark.scss gtk-dark.css -sassc $SASSC_OPT gtk-alt-header.scss gtk-alt-header.css diff --git a/gtk/src/Zukitwo-dark/gtk-2.0/xfce-panel.rc b/gtk/src/Zukitwo-dark/gtk-2.0/xfce-panel.rc deleted file mode 100644 index ace235b..0000000 --- a/gtk/src/Zukitwo-dark/gtk-2.0/xfce-panel.rc +++ /dev/null @@ -1,128 +0,0 @@ -style "theme-panel" = "dark" { - xthickness = 1 - ythickness = 1 - - bg[NORMAL] = @panel_bg - bg[ACTIVE] = @panel_bg - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = shade (0.9, @fg_color) - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = shade (0.9, @selected_fg_color) - fg[SELECTED] = shade (0.9, @selected_fg_color) - - text[NORMAL] = shade (0.9, @fg_color) - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = shade (0.9, @selected_fg_color) - text[SELECTED] = shade (0.9, @selected_fg_color) - - engine "murrine" { - roundness = 0 - gradient_shades = {1.0,1.0,1.0,1.0} - contrast = 0.0 - } -} - -style "theme-panel-text" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - - engine "murrine" {} -} - -style "panel-entry" = "dark" { - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color -} - -style "theme-main-menu-text" = "theme-panel-text" { - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color -} - -style "workspace-switcher" = "theme-panel" { - bg[ACTIVE] = shade (0.8, @selected_bg_color) - bg[SELECTED] = shade (0.8, @selected_bg_color) -} - -style "window-buttons" = "theme-panel" { - xthickness = 3 - ythickness = 0 - - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = mix (0.9, @panel_bg, @base_color) - bg[SELECTED] = shade (0.85, @selected_bg_color) - - fg[NORMAL] = @fg_color - fg[ACTIVE] = @selected_fg_color - fg[PRELIGHT] = @selected_fg_color - - engine "murrine" { - contrast = 0.0 - roundness = 0 - reliefstyle = 0 - } -} - -style "indicator" = "theme-panel" { - xthickness = 0 - ythickness = 0 -} - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -widget "*TopMenu*" style "theme-panel" -class "PanelApp*" style "theme-panel" -class "PanelToplevel*" style "theme-panel" -widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" -widget_class "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*WnckPager*" style "workspace-switcher" -widget "*PagerButtons*" style "workspace-switcher" - -# Fix gtk-entries in the panel -class "GtkEntry" style "combo" -class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin -widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" -widget "*XfceTasklist*" style "window-buttons" diff --git a/gtk/src/Zukitwo-dark/gtk-2.0/xfsmlogout.png b/gtk/src/Zukitwo-dark/gtk-2.0/xfsmlogout.png deleted file mode 100644 index f54af81504492a42018c7aa2c10bd08b6b3e718d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^j6n2@gAK?!X0G-eNUg03i6{w5ELSKf%1_J8NmVGR zEJ#&It;kGcV5qni8*rQVumaDY?;^4X_2V8d(Ve)<@%Vd2zr{y{?C#&3BY0*1{JC<< zOAIQtOt;UGe0X+to`%-?2#q(!#T%IQt=>jY;WAmU*6p34{jZmM0&KoK4_*E#s`Z+I zm08=u-m_gw&$1+D>cut%KaRfgIbx>R|A*G!o6c9LcPv|S_lQJgOvqvGH8 border { - border-style: none; -} - -.xfce4-panel menu { - -gtk-icon-effect: none; - text-shadow: none; - - // plano-theme #25 - button { - @include button(normal); - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:active:hover, &:checked:hover { @include button(hoveractive); } - &.default { @include button(focus); } - &:disabled { @include button(insensitive); } - } -} - -#XfceNotifyWindow { - @extend %osd; - border-radius: $window-radius; - - buttonbox { padding: 0; } - - button { - @include button(osd); - &:hover, &:focus { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:active:hover, &:checked:hover { @include button(osd-active); } - &.default { @include button(osd-hover); } - &:disabled { @include button(osd-insensitive); } - - border-radius: $button-radius; - text-shadow: none; - } - - entry { - @include entry(osd); - border-radius: $button-radius; - text-shadow: none; - } - - label#summary { - font-weight: bold; - } - - progressbar { - min-height: 6px; - border-radius: $button-radius; - progress { - background-image: none; - background-color: $selected_bg_color; - border: none; - box-shadow: none; - } - trough { - background-color: lighten($dark_bg_color, 10%); - border: none; - border-radius: $button-radius; - padding: 1px 0; - } - } -} - -// Xfwm4's alt-tab dialog, aka "tabwin" -#xfwm-tabwin { - padding: 12px; - background-image: none; - background-color: transparentize(black, 0.2); - color: shade($selected_fg_color, 0.65); - text-shadow: 0px 1px transparentize(black, 0.2); - border-radius: 12px; - // Set the application icon- and preview-size to 64px - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; - - button { - background-image: none; - color: $selected_fg_color; - font-weight: bold; - text-shadow: 0px 1px transparentize(black, 0.2); - border: none; - border-radius: 6px; - box-shadow: none; - - &:active, &:checked, &:active:hover, &:checked:hover { - background-color: $selected_bg_color; - } - &:hover { - background-color: $selected_bg_color; - transition-duration: $shortest_duration; - } - } -} - -// Temporary fixes for certain XFCE applets using GTK3 -#pulseaudio-button, #indicator-button { - @extend %panelbutton; -} - -// -// Mate/Gnome Flashback Panel -// -.gnome-panel-menu-bar, -.mate-panel-menu-bar { - - &, menubar { background-color: $dark_bg_color; } - - menubar, - #PanelApplet label, - #PanelApplet image { color: $dark_fg_color; } - - // Panel buttons - button:not(#tasklist-button) { - @extend %panelbutton; - } - - button, - #tasklist-button { - label, image { color: inherit; } - } - - .wnck-pager { - color: mix($dark_fg_color, black, 50%); - background-color: darken($dark_bg_color, 10%); - - &:hover { - background-color: lighten($dark_bg_color, 5%); - } - - &:selected { - color: lighten($selected_bg_color, 20%); - background-color: $selected_bg_color; - } - } - - na-tray-applet { - -NaTrayApplet-icon-padding: 0; - -NaTrayApplet-icon-size: 16px; - } -} - -// Application specific fixes should be avoided as much as possible! In some cases they are unavoidable. - -// Caja -.caja-desktop { @extend .nautilus-desktop.nautilus-canvas-item; } -.caja-notebook { border-top: 1px solid $borders_color; } -.caja-side-pane .frame { border-width: 1px 0 0; } -.caja-notebook .frame { border-width: 0 0 1px; } - -// Desktop icons FIXME: Remove legacy nautilus stuff after Ubuntu 18.04 LTS ends support -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px 2px transparentize(black, 0.2); -} - -.nautilus-window { - // Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096 - searchbar { border-top: 1px solid $borders_color; } - .searchbar-container { margin-top: -1px; } - - // Without this nautilus iconview grabs the bg_color - notebook, - notebook > stack:not(:only-child) searchbar { @extend %view; } - - // Nautilus 3.30 - .path-bar .dim-label { color: transparent; } -} - -.disk-space-display { - border-style: solid; - border-width: 2px; - - &.unknown { - background-color: darken($bg_color, 20%); - border-color: darken($bg_color, 30%); - } - &.used { - background-color: $selected_bg_color; - border-color: darken($selected_bg_color, 20%); - } - &.free { - background-color: $bg_color; - border-color: darken($bg_color, 20%); - } -} - -// Evolution - https://github.com/lassekongo83/zuki-themes/issues/119 -.table-header { - @extend %column_header_button; - padding: 4px 0 4px 0; - min-height: 24px; -} - -// Chromium -window.background.chromium { - background-color: $bg_color; - - button { border-color: $borders_color; } // tab borders - - // https://github.com/lassekongo83/amber-theme/issues/5 - menubar { color: if($dark_header=='true', $dark_fg_color, $fg_color); } -} - -// Thunar -.thunar { - .standard-view { border-width: 0; } - .sidebar .view { - background-color: $sidebar_bg_color; - &:hover { background-color: $base_hover_color; } - &:selected { background-color: $selected_bg_color; } - } - - toolbar { - border-bottom: 1px solid $borders_color; - - entry { margin: 2px; } - } - - // https://github.com/lassekongo83/plano-theme/issues/37 - .shortcuts-pane { border-top: 0; } -} - -// Nemo -.nemo-window { - // Rename entry - .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: $button-radius; - - @include entry(focus); - - &:selected { &:focus, & { @extend %selected_items; }} - } -} - -// Gedit -.gedit-search-slider { - button, button:hover { - box-shadow: none; - border: 1px solid $borders_color; - &:last-child { border-left: 0; } - } -} - -// Firefox -#MozillaGtkWidget.background { - &.default-decoration { button.titlebutton { padding: 0 0; } } - - &.default-decoration, - headerbar.titlebar { - button.titlebutton { @extend %titlebutton; } - } - - > menu > menuitem { border-radius: 0; } // Removed rounded menu corners - > menu, .menu, .context-menu { - .separator:not(label), - .csd & .separator:not(label) { color: darken($dark_bg_color, 5%); } - } - - // box-shadows doesn't work, so a border color is needed on the entries and buttons instead - entry, button { - border-color: $borders_color; - &:focus { border-color: $selected_bg_color; } - } -} - -normal-button { - @include button(normal); - &:hover { @include button(hover); } - &:active { @include button(active) } - &:disabled { @include button(insensitive); } -} - -// Tweak tool -list.tweak-categories separator { - // hide sidebar separators - // make the sidebar look like a normal sidebar - background: transparent; -} - -.tweak-categories { - background-color: $secondary_bg_color; - border-color: $secondary_borders_color; -} diff --git a/gtk/src/Zukitwo/gtk-3.0/_lightdm.scss b/gtk/src/Zukitwo/gtk-3.0/_lightdm.scss deleted file mode 100644 index 726414a..0000000 --- a/gtk/src/Zukitwo/gtk-3.0/_lightdm.scss +++ /dev/null @@ -1,108 +0,0 @@ -/* Lightdm styling */ - -// the panel widget at the top -#panel_window { - background-color: $dark_bg_color; - color: $dark_fg_color; - box-shadow: none; - border-style: none; - - // the menubars/menus of the panel, i.e. indicators - menubar, - menubar > menuitem { - color: $dark_fg_color; - box-shadow: none; - border-style: none; - &:active, &:checked, &:hover { - border-style: none; - background-color: transparentize(white, 0.8); - } - } - - menubar menuitem:disabled { - color: transparentize($dark_fg_color, 0.5); - - label { color: inherit; } - } - menubar menu > menuitem { font-style: normal; } -} - -// the login window -#login_window, -#shutdown_dialog, -#restart_dialog { - font-style: normal; - border-style: none; - background-color: $bg_color; - color: $fg_color; -} - -// the top half of the login-window, in GtkDialog terms, the content -#content_frame { - padding-bottom: 14px; - background-color: $bg_color; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:disabled { @include button(insensitive); } -} - -// the lower half of the login-window, in GtkDialog terms the buttonbox or action area -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: darken($bg_color,5%); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 1px; -} - -#buttonbox_frame button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:disabled { @include button(insensitive); } -} - -#login_window #user_combobox { - color: $fg_color; - menu { font-style: normal; } -} - -// the user's avatar box -#user_image { - padding: 3px; - border-radius: 2px; -} - -// the shutdown button -#shutdown_button.button { - @include button(normal, $destructive_color); - - &:hover { @include button(hover, lighten($destructive_color, 10%)); } - &:active, &:checked { @include button(active, darken($destructive_color, 10%)); } -} - -// the restart button -#restart_button.button { - @include button(normal, $selected_bg_color); - - &:hover { @include button(hover, lighten($selected_bg_color, 10%)); } - &:active, &:checked { @include button(active, darken($selected_bg_color, 10%)); } -} - -// the warning, in case a wrong password is entered or something else goes wrong according to PAM -#greeter_infobar { - border-bottom-width: 0; -} diff --git a/gtk/src/Zukitwo/gtk-3.0/_variables.scss b/gtk/src/Zukitwo/gtk-3.0/_variables.scss deleted file mode 100644 index 700152c..0000000 --- a/gtk/src/Zukitwo/gtk-3.0/_variables.scss +++ /dev/null @@ -1,89 +0,0 @@ -// titlebutton sizes -$titlebutton-width: 20px; -$titlebutton-height: 20px; - -// scrollbars -$_slider_min_length: 40px; -$_scrollbar_size: 11px; -$_overlay_size: 8px; - -// radius -$button-radius: 3px; // Default button and entry border-radius -$window-radius: 7px; // Window decoration border-radius -$circular_radius: 99px; -$scale_radius: 16px; - -// duration -$shortest_duration: 100ms; -$shorter_duration: 150ms; -$longer_duration: 250ms; - -// timing function -$deceleration_curve: cubic-bezier(0.0, 0.0, 0.2, 1); - -// button shadows -$shadow-color: transparentize(black, 0.92); -$shadow-color-hover: transparentize(black, 0.86); -$inset-color: if($variant == 'light', transparentize(white, 0.6), transparentize(white, 0.94)); - -$shadow_normal: 1px 0 $shadow-color, - 0 1px $shadow-color, - -1px 0 $shadow-color, - 0 -1px $shadow-color, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$shadow_hover: 1px 0 $shadow-color-hover, - 0 1px $shadow-color-hover, - -1px 0 $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$shadow_active: inset 1px 0 $shadow-color, - inset 0 1px $shadow-color, - inset -1px 0 $shadow-color, - inset 0 -1px $shadow-color; -$shadow_focus: $shadow_normal; - -// linked button shadows -$btn-shadow-middle: - 0 1px $shadow-color, - 0 -1px $shadow-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-middle-hover: - 0 1px $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-left: - 0 1px $shadow-color, - -1px 0 $shadow-color, - 0 -1px $shadow-color, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-left-hover: - 0 1px $shadow-color-hover, - -1px 0 $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 1px 0 $inset-color, - inset 0 1px $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-right: - 1px 0 $shadow-color, - 0 1px $shadow-color, - 0 -1px $shadow-color, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; -$btn-shadow-right-hover: - 1px 0 $shadow-color-hover, - 0 1px $shadow-color-hover, - 0 -1px $shadow-color-hover, - inset 0 1px $inset-color, - inset -1px 0 $inset-color, - inset 0 -1px $inset-color; diff --git a/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css b/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css deleted file mode 100644 index b9b823b..0000000 --- a/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css +++ /dev/null @@ -1,2057 +0,0 @@ -* { padding: 0; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: #cc0000; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 24; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; -gtk-outline-radius: 1px; -gtk-secondary-caret-color: #4a79c7; } - -.background { color: #2c2c2c; background-color: #d6d6d6; } - -.background:backdrop { color: #5f5f5f; background-color: #d6d6d6; text-shadow: none; -gtk-icon-shadow: none; } - -*:disabled { -gtk-icon-effect: dim; } - -.gtkstyle-fallback { color: #2c2c2c; background-color: #d6d6d6; } - -.gtkstyle-fallback:hover { color: #2c2c2c; background-color: #f0efef; } - -.gtkstyle-fallback:active { color: #2c2c2c; background-color: #bdbcbc; } - -.gtkstyle-fallback:disabled { color: #707070; background-color: #e3e3e3; } - -.gtkstyle-fallback:selected { color: #ffffff; background-color: #4a79c7; } - -.view, iconview, .view text, iconview text, textview text, .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { color: black; background-color: #F7F7F7; } - -.view:hover, iconview:hover, .view:backdrop:hover, iconview:backdrop:hover, .view text:hover, iconview text:hover, textview text:hover, .nautilus-window notebook:hover, .nautilus-window notebook > stack:not(:only-child) searchbar:hover, .view text:backdrop:hover, iconview text:backdrop:hover, textview text:backdrop:hover, .nautilus-window notebook:backdrop:hover, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:hover { background-color: #e8e8e8; } - -.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop, .nautilus-window notebook:backdrop, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop { color: #313131; background-color: #f4f4f4; } - -.view:backdrop:disabled, iconview:backdrop:disabled, .view text:backdrop:disabled, iconview text:backdrop:disabled, textview text:backdrop:disabled, .nautilus-window notebook:backdrop:disabled, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:disabled { color: #b0b0b0; } - -.view:disabled, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled, .nautilus-window notebook:disabled, .nautilus-window notebook > stack:not(:only-child) searchbar:disabled { color: #707070; background-color: #e3e3e3; } - -textview border { background-color: #e7e7e7; } - -.rubberband, rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .content-view .rubberband, XfdesktopIconView.view .rubberband { border: 1px solid #3460aa; background-color: rgba(52, 96, 170, 0.2); } - -flowbox flowboxchild { padding: 3px; } - -flowbox flowboxchild:selected { outline-offset: -2px; } - -.content-view .tile { margin: 2px; background-color: transparent; border-radius: 0; padding: 0; } - -.content-view .tile:backdrop { background-color: transparent; } - -.content-view .tile:active, .content-view .tile:selected { background-color: transparent; } - -.content-view .tile:disabled { background-color: transparent; } - -label { caret-color: currentColor; } - -label selection { background-color: #4a79c7; color: #ffffff; } - -label:disabled { color: #707070; } - -button label:disabled { color: inherit; } - -label:disabled:backdrop { color: #b0b0b0; } - -button label:disabled:backdrop { color: inherit; } - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, headerbar .subtitle { opacity: 0.55; text-shadow: none; } - -assistant .sidebar { background-color: #F7F7F7; border-top: 1px solid #b0b0b0; } - -assistant .sidebar:backdrop { background-color: #f4f4f4; border-color: #b7b7b7; } - -assistant.csd .sidebar { border-top-style: none; } - -assistant .sidebar label { padding: 6px 12px; } - -assistant .sidebar label.highlight { background-color: #b4b4b4; } - -.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .app-notification, .app-notification.frame, .osd .scale-popup, #XfceNotifyWindow, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, #XfceNotifyWindow:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; } - -@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } } - -spinner { background: none; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - -spinner:backdrop { color: #5f5f5f; } - -spinner:checked { opacity: 1; animation: spin 1s linear infinite; } - -spinner:checked:disabled { opacity: 0.5; } - -.large-title { font-weight: 300; font-size: 24pt; letter-spacing: 0.2rem; } - -.title-1 { font-weight: 800; font-size: 20pt; } - -.title-2 { font-weight: 800; font-size: 15pt; } - -.title-3 { font-weight: 700; font-size: 15pt; } - -.title-4 { font-weight: 700; font-size: 13pt; } - -.heading { font-weight: 700; font-size: 11pt; } - -.body { font-weight: 400; font-size: 11pt; } - -.caption-heading { font-weight: 700; font-size: 9pt; } - -.caption { font-weight: 400; font-size: 9pt; } - -spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); } - -spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; } - -spinbutton:not(.vertical) image.right, entry image.right { margin-left: 6px; } - -spinbutton.flat:focus:not(.vertical), spinbutton.flat:backdrop:not(.vertical), spinbutton.flat:disabled:not(.vertical), spinbutton.flat:backdrop:disabled:not(.vertical), spinbutton.flat:not(.vertical), entry.flat:focus, entry.flat:backdrop, entry.flat:disabled, entry.flat:backdrop:disabled, entry.flat { min-height: 0; padding: 2px; background-color: transparent; border-color: transparent; border-radius: 0; } - -spinbutton:focus:not(.vertical), entry:focus { box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; } - -spinbutton:disabled:not(.vertical), entry:disabled { color: #707070; border-color: #b0b0b0; background-color: #e3e3e3; box-shadow: none; } - -spinbutton.error:not(.vertical), entry.error { color: #cc0000; border-color: #cc0000; } - -spinbutton.error:focus:not(.vertical), entry.error:focus { box-shadow: inset 0 0 0 1px #cc0000; border-color: #cc0000; } - -spinbutton.error:not(.vertical) selection, entry.error selection { background-color: #cc0000; } - -spinbutton.warning:not(.vertical), entry.warning { color: #f57900; border-color: #f57900; } - -spinbutton.warning:focus:not(.vertical), entry.warning:focus { box-shadow: inset 0 0 0 1px #f57900; border-color: #f57900; } - -spinbutton.warning:not(.vertical) selection, entry.warning selection { background-color: #f57900; } - -spinbutton:not(.vertical) image, entry image { color: #555555; } - -spinbutton:not(.vertical) image:hover, entry image:hover { color: #2c2c2c; } - -spinbutton:not(.vertical) image:active, entry image:active { color: #4a79c7; } - -spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), entry:drop(active):focus, entry:drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; } - -.osd spinbutton:not(.vertical), .osd entry { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:focus:not(.vertical), .osd entry:focus { color: white; border-color: #4a79c7; background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: inset 0 0 0 1px #4a79c7; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:disabled:not(.vertical), .osd entry:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(71, 71, 71, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -spinbutton:not(.vertical) progress, entry progress { margin: 2px -6px; background-color: transparent; background-image: none; border-radius: 0; border-width: 0 0 2px; border-color: #4a79c7; border-style: solid; box-shadow: none; } - -spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { background-color: transparent; } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > entry:focus + entry { border-left-color: #4a79c7; } - -.linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus.error + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus.error + button, .linked:not(.vertical) > entry:focus.error + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry, .linked:not(.vertical) > entry:focus.error + entry { border-left-color: #cc0000; } - -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + entry { border-left-color: #4e9a06; } - -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { border-top-color: #e2e2e2; } - -.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled { border-top-color: #e2e2e2; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus:not(:only-child) { border-top-color: #4a79c7; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child), .linked.vertical > entry + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus.error:not(:only-child) { border-top-color: #cc0000; } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > entry + entry:drop(active):not(:only-child) { border-top-color: #4e9a06; } - -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { border-top-color: #4a79c7; } - -.linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus.error:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus.error:not(:only-child) + entry, .linked.vertical > entry:focus.error:not(:only-child) + button, .linked.vertical > entry:focus.error:not(:only-child) + combobox > box > button.combo { border-top-color: #cc0000; } - -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color: #4e9a06; } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #F7F7F7; transition-property: color, background; } - -treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #F7F7F7; } - -treeview entry.flat:focus, treeview entry:focus { border-color: #4a79c7; } - -.entry-tag { padding: 5px; margin-top: 2px; margin-bottom: 2px; border-style: none; color: #ffffff; background-color: #4a79c7; } - -:dir(ltr) .entry-tag { margin-left: 8px; margin-right: -5px; } - -:dir(rtl) .entry-tag { margin-left: -5px; margin-right: 8px; } - -.entry-tag:hover { background-color: #7196d3; } - -:backdrop .entry-tag { color: #f4f4f4; background-color: #4a79c7; } - -.entry-tag.button { background-color: transparent; color: rgba(255, 255, 255, 0.7); } - -:not(:backdrop) .entry-tag.button:hover { border: 1px solid #4a79c7; color: #ffffff; } - -:not(:backdrop) .entry-tag.button:active { background-color: #4a79c7; color: rgba(255, 255, 255, 0.7); } - -@keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#4a79c7), to(transparent)); } - to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a79c7), to(transparent)); } } - -notebook > header > tabs > arrow, button { min-height: 20px; min-width: 16px; padding: 4px 4px; border: 1px solid; border-radius: 3px; transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -notebook > header > tabs > arrow, button.sidebar-button, notebook > header > tabs > arrow.flat, button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; transition: none; } - -notebook > header > tabs > arrow:hover, button.sidebar-button:hover, notebook > header > tabs > arrow.flat:hover, button.flat:hover { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 500ms; } - -notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, notebook > header > tabs > arrow.flat:hover:active, button.flat:hover:active { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -notebook > header > tabs > arrow:hover, button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; -gtk-icon-effect: highlight; } - -notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, button:active, button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; transition-duration: 50ms; } - -notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked:hover, button:active:hover, button:checked:hover { background-image: image(#adadad); } - -notebook > header > tabs > arrow:backdrop.flat, notebook > header > tabs > arrow:backdrop, button:backdrop.flat, button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); -gtk-icon-effect: none; } - -notebook > header > tabs > arrow:backdrop.flat:active, notebook > header > tabs > arrow:backdrop.flat:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, button:backdrop.flat:active, button:backdrop.flat:checked, button:backdrop:active, button:backdrop:checked { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop.flat:disabled, notebook > header > tabs > arrow:backdrop:disabled, button:backdrop.flat:disabled, button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop.flat:disabled:active, notebook > header > tabs > arrow:backdrop.flat:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, button:backdrop.flat:disabled:active, button:backdrop.flat:disabled:checked, button:backdrop:disabled:active, button:backdrop:disabled:checked { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled, notebook > header > tabs > arrow.flat:backdrop, notebook > header > tabs > arrow.flat:disabled, notebook > header > tabs > arrow.flat:backdrop:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -notebook > header > tabs > arrow:disabled, button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, button:disabled:active, button:disabled:checked { color: #707070; border-color: #b0b0b0; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -notebook > header > tabs > arrow.image-button, button.image-button { min-width: 24px; padding-left: 4px; padding-right: 4px; } - -notebook > header > tabs > arrow.text-button, button.text-button { padding-left: 16px; padding-right: 16px; } - -notebook > header > tabs > arrow.text-button.image-button, button.text-button.image-button { padding-left: 8px; padding-right: 8px; } - -notebook > header > tabs > arrow.text-button.image-button label, button.text-button.image-button label { padding-left: 8px; padding-right: 8px; } - -combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), button:drop(active) { color: #4e9a06; border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; } - -row:selected button { border-color: #2e5596; } - -row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) { color: #ffffff; border-color: transparent; } - -row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { color: #f4f4f4; } - -button.osd { min-width: 26px; min-height: 32px; color: #eeeeec; border-radius: 7px; color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd.image-button { min-width: 34px; } - -button.osd:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd:active, button.osd:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); border: none; box-shadow: none; } - -button.osd:disabled:backdrop, button.osd:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; } - -button.osd:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; } - -.csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, .app-notification button, .app-notification.frame button, .osd button { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active:backdrop, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .app-notification button:disabled, .osd button:disabled:backdrop, .osd button:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .app-notification button:backdrop, .osd button:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .app-notification button.flat, .osd button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; } - -popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .app-notification button.flat:hover, .osd button.flat:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .app-notification button.flat:disabled, .osd button.flat:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-image: none; border-color: transparent; box-shadow: none; } - -popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, .app-notification button.flat:backdrop, .osd button.flat:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:active, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .app-notification button.flat:checked, .osd button.flat:active, .osd button.flat:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; background-color: #7196d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #4a79c7; } - -button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #799cd5; } - -button.suggested-action:active, button.suggested-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; background-image: image(#325ca2); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -button.suggested-action:active:hover, button.suggested-action:checked:hover { background-image: image(#2d5392); } - -button.suggested-action:backdrop, button.suggested-action.flat:backdrop { color: #dbe4f4; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { color: #dae3f3; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { color: #86a5d9; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(74, 121, 199, 0.8); } - -button.suggested-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.suggested-action:disabled:active, button.suggested-action:disabled:checked { color: #b5c8e7; border-color: #3460aa; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.osd button.suggested-action { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.5)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(#4a79c7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd button.suggested-action:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(74, 121, 199, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; border-bottom-color: #851015; background-color: #e9454d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #e01b24; } - -button.destructive-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; border-bottom-color: #851015; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #ea4e56; } - -button.destructive-action:active, button.destructive-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #b2161d; background-image: image(#a9141b); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -button.destructive-action:active:hover, button.destructive-action:checked:hover { background-image: image(#971218); } - -button.destructive-action:backdrop, button.destructive-action.flat:backdrop { color: #f9d1d3; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { color: #f7d2d4; border-color: #d71f28; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { color: #e56d73; border-color: #d71f28; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(224, 27, 36, 0.8); } - -button.destructive-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -button.destructive-action:disabled:active, button.destructive-action:disabled:checked { color: #efa5a9; border-color: #b2161d; background-image: image(#d71f28); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.osd button.destructive-action { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.5)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(#e01b24); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd button.destructive-action:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(224, 27, 36, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.stack-switcher > button { outline-offset: -3px; } - -.stack-switcher > button > label { padding-left: 6px; padding-right: 6px; } - -.stack-switcher > button > image { padding-left: 6px; padding-right: 6px; padding-top: 3px; padding-bottom: 3px; } - -.stack-switcher > button.text-button { padding-left: 10px; padding-right: 10px; } - -.stack-switcher > button.image-button { padding-left: 2px; padding-right: 2px; } - -.stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image { animation: none; background-image: none; } - -button.font separator, button.file separator { background-color: transparent; } - -button.font > box > box > label { font-weight: bold; } - -.primary-toolbar button { -gtk-icon-shadow: none; } - -button.circular { border-radius: 9999px; -gtk-outline-radius: 9999px; padding: 4px; background-origin: padding-box, border-box; background-clip: padding-box, border-box; } - -button.circular label { padding: 0; } - -button.circular:not(.flat):not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-image: linear-gradient(to top, #f0efef, #f0efef), linear-gradient(to top, #8a8989 25%, #b0b0b0 50%); border-color: transparent; } - -button.circular:hover:not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; background-image: linear-gradient(to top, whitesmoke, whitesmoke), linear-gradient(to top, #8a8989 25%, #b0b0b0 50%); border-color: transparent; } - -.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { animation: needs_attention 150ms ease-in; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#4a79c7), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.769231)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } - -.stack-switcher > button.needs-attention > label:backdrop, .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { background-size: 6px 6px, 0 0; } - -.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } - -.inline-toolbar toolbutton > button { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.inline-toolbar toolbutton > button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.inline-toolbar toolbutton > button:active:hover, .inline-toolbar toolbutton > button:checked:hover { background-image: image(#adadad); } - -.inline-toolbar toolbutton > button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { color: #707070; border-color: #b0b0b0; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -toolbar.inline-toolbar toolbutton > button.flat, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .inline-toolbar button, .linked > button, .xfce4-panel.background menu .linked button, filechooser .path-bar.linked > button, .linked:not(.vertical) > combobox > box > button.combo { border-right-style: none; border-radius: 0; -gtk-outline-radius: 0; } - -toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child, .xfce4-panel.background menu .linked button:only-child, filechooser .path-bar.linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { border-style: solid; border-radius: 3px; -gtk-outline-radius: 3px; } - -toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child, .xfce4-panel.background menu .linked button:first-child, filechooser .path-bar.linked > button:dir(ltr):first-child, filechooser .path-bar.linked > button:dir(rtl):last-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { border-top-left-radius: 3px; border-bottom-left-radius: 3px; -gtk-outline-top-left-radius: 3px; -gtk-outline-bottom-left-radius: 3px; } - -toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child, .xfce4-panel.background menu .linked button:last-child, filechooser .path-bar.linked > button:dir(ltr):last-child, filechooser .path-bar.linked > button:dir(rtl):first-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { border-right-style: solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -gtk-outline-top-right-radius: 3px; -gtk-outline-bottom-right-radius: 3px; } - -.linked:not(.vertical) > spinbutton:checked:not(.vertical), .linked:not(.vertical) > entry:checked, .inline-toolbar button:checked, .linked > button:checked, .xfce4-panel.background menu .linked button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.linked:not(.vertical) > spinbutton:checked:hover:not(.vertical), .linked:not(.vertical) > entry:checked:hover, .inline-toolbar button:checked:hover, .linked > button:checked:hover, .xfce4-panel.background menu .linked button:checked:hover { background-image: image(#adadad); } - -.linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > button, .linked.vertical > combobox > box > button.combo { border-style: solid solid none solid; border-radius: 0; -gtk-outline-radius: 0; } - -.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { border-top-left-radius: 3px; border-top-right-radius: 3px; -gtk-outline-top-left-radius: 3px; -gtk-outline-top-right-radius: 3px; } - -.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { border-bottom-style: solid; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -gtk-outline-bottom-left-radius: 3px; -gtk-outline-bottom-right-radius: 3px; } - -.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { border-style: solid; border-radius: 3px; -gtk-outline-radius: 3px; } - -modelbutton.flat, .menuitem.button.flat, modelbutton.flat:backdrop, modelbutton.flat:backdrop:hover, .menuitem.button.flat:backdrop, .menuitem.button.flat:backdrop:hover, list row button.image-button:not(.flat), button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, calendar.button, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { background-color: transparent; background-image: none; border-color: transparent; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -modelbutton.flat, .menuitem.button.flat { min-height: 26px; padding-left: 5px; padding-right: 5px; border-radius: 3px; outline-offset: -2px; } - -modelbutton.flat:hover, .menuitem.button.flat:hover { background-color: #e3e3e3; } - -modelbutton.flat arrow { background: none; } - -modelbutton.flat arrow:hover { background: none; } - -modelbutton.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - -modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -button.color { padding: 4px; } - -button.color colorswatch:only-child { box-shadow: 0 1px rgba(255, 255, 255, 0.769231); } - -button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; } - -.osd button.color 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, 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; } - -list row button.image-button:not(.flat) { border: 1px solid rgba(176, 176, 176, 0.5); } - -list row button.image-button:not(.flat):hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -list row button.image-button:not(.flat):active, list row button.image-button:not(.flat):checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -list row button.image-button:not(.flat):active:hover, list row button.image-button:not(.flat):checked:hover { background-image: image(#adadad); } - -button:link, button:visited, button:link > label, button:visited > label, *:link { color: #3460aa; } - -button:visited, button:link > label:visited, button:visited > label:visited, *:link:visited { color: #284a83; } - -*:selected button:visited, *:selected button:link > label:visited, *:selected button:visited > label:visited, *:selected *:link:visited { color: #a9b7cd; } - -button:hover:link, button:hover:visited, button:link > label:hover, button:visited > label:hover, *:link:hover { color: #4a79c7; } - -*:selected button:hover:link, *:selected button:hover:visited, *:selected button:link > label:hover, *:selected button:visited > label:hover, *:selected *:link:hover { color: #edf2f9; } - -button:active:link, button:active:visited, button:link > label:active, button:visited > label:active, *:link:active { color: #3460aa; } - -*:selected button:active:link, *:selected button:active:visited, *:selected button:link > label:active, *:selected button:visited > label:active, *:selected *:link:active { color: #d6dfee; } - -button:disabled:link, button:disabled:visited, button:link > label:disabled, button:visited > label:disabled, button:disabled:backdrop:link, button:disabled:backdrop:visited, button:link > label:disabled:backdrop, button:visited > label:disabled:backdrop, *:link:disabled, *:link:disabled:backdrop { color: rgba(111, 111, 111, 0.8); } - -button:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:visited, button:link > label:backdrop:backdrop:hover, button:visited > label:backdrop:backdrop:hover, button:backdrop:backdrop:hover:selected:link, button:backdrop:backdrop:hover:selected:visited, button:link > label:backdrop:backdrop:hover:selected, button:visited > label:backdrop:backdrop:hover:selected, button:backdrop:link, button:backdrop:visited, button:link > label:backdrop, button:visited > label:backdrop, *:link:backdrop:backdrop:hover, *:link:backdrop:backdrop:hover:selected, *:link:backdrop { color: rgba(52, 96, 170, 0.9); } - -.selection-mode .titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode headerbar .subtitle:link, headerbar.selection-mode .subtitle:link, button:selected:link, button:selected:visited, button:link > label:selected, button:visited > label:selected, *:selected button:link, *:selected button:visited, *:selected button:link > label, *:selected button:visited > label, *:link:selected, *:selected *:link { color: #d6dfee; } - -button:link, button:visited { text-shadow: none; } - -button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked { text-shadow: none; } - -button:link > label, button:visited > label { text-decoration-line: underline; } - -spinbutton { font-feature-settings: "tnum"; } - -spinbutton:not(.vertical) { padding: 0; } - -spinbutton:not(.vertical) entry, .osd spinbutton:not(.vertical) entry { min-width: 28px; margin: 0; background: none; background-color: transparent; border: none; border-radius: 0; box-shadow: none; } - -spinbutton:not(.vertical) entry:backdrop:disabled { background-color: transparent; } - -spinbutton:not(.vertical) button { min-height: 16px; margin: 0; padding-bottom: 0; padding-top: 0; color: #404040; background-image: none; border-style: none none none solid; border-color: rgba(176, 176, 176, 0.3); border-radius: 0; box-shadow: none; } - -spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } - -spinbutton:not(.vertical) button:hover { color: #2c2c2c; background-color: rgba(44, 44, 44, 0.05); } - -spinbutton:not(.vertical) button:disabled { color: rgba(112, 112, 112, 0.3); background-color: transparent; } - -spinbutton:not(.vertical) button:active { background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - -spinbutton:not(.vertical) button:backdrop:disabled { color: rgba(176, 176, 176, 0.3); background-color: transparent; background-image: none; border-style: none none none solid; } - -spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { border-style: none solid none none; } - -spinbutton:not(.vertical) button:dir(ltr):last-child { border-radius: 0 3px 3px 0; } - -spinbutton:not(.vertical) button:dir(rtl):first-child { border-radius: 3px 0 0 3px; } - -.osd spinbutton:not(.vertical) button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-style: none none none solid; border-color: rgba(0, 0, 0, 0.4); border-radius: 0; box-shadow: none; -gtk-icon-shadow: 0 1px black; } - -.osd spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } - -.osd spinbutton:not(.vertical) button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-color: rgba(0, 0, 0, 0.5); background-color: rgba(238, 238, 236, 0.1); -gtk-icon-shadow: 0 1px black; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeec; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #919190; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; } - -.osd spinbutton:not(.vertical) button:dir(ltr):last-child { border-radius: 0 3px 3px 0; } - -.osd spinbutton:not(.vertical) button:dir(rtl):first-child { border-radius: 3px 0 0 3px; } - -spinbutton.vertical:disabled { color: #707070; } - -spinbutton.vertical:backdrop:disabled { color: #b0b0b0; } - -spinbutton.vertical:drop(active) { border-color: transparent; box-shadow: none; } - -spinbutton.vertical entry { min-height: 32px; min-width: 32px; padding: 0; border-radius: 0; } - -spinbutton.vertical button { min-height: 32px; min-width: 32px; padding: 0; } - -spinbutton.vertical button.up { border-radius: 3px 3px 0 0; border-style: solid solid none solid; } - -spinbutton.vertical button.down { border-radius: 0 0 3px 3px; border-style: none solid solid solid; } - -.osd spinbutton.vertical button:first-child { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd spinbutton.vertical button:first-child:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd spinbutton.vertical button:first-child:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -treeview spinbutton:not(.vertical) { min-height: 0; border-style: none; border-radius: 0; } - -treeview spinbutton:not(.vertical) entry { min-height: 0; padding: 1px 2px; } - -combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); min-height: 16px; min-width: 16px; } - -combobox:drop(active) { box-shadow: none; } - -toolbar, .inline-toolbar, searchbar > revealer > box, .location-bar { -GtkWidget-window-dragging: true; padding: 4px; background-color: #c3c3c3; box-shadow: inset 0 2px rgba(176, 176, 176, 0.35); } - -toolbar { padding: 4px 3px 3px 4px; } - -.osd toolbar { background-color: transparent; } - -toolbar.osd { padding: 13px; border: none; border-radius: 7px; background-color: rgba(53, 53, 53, 0.7); } - -toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { border-radius: 0; } - -toolbar.horizontal separator { margin: 0 7px 1px 6px; } - -toolbar.vertical separator { margin: 6px 1px 7px 0; } - -toolbar:not(.inline-toolbar):not(.osd) > *:not(.toggle):not(.popup) > * { margin-right: 1px; margin-bottom: 1px; } - -.inline-toolbar { padding: 3px; border-width: 0 1px 1px; border-radius: 0 0 3px 3px; } - -searchbar > revealer > box, .location-bar { border-width: 0 0 1px; padding: 3px; } - -searchbar > revealer > box { margin: -6px; padding: 6px; } - -.inline-toolbar { border-style: solid; border-color: #b0b0b0; background-color: #cbcbcb; } - -.titlebar:not(headerbar), headerbar { padding: 0 4px; min-height: 38px; border-width: 0 0 1px; border-style: solid; border-color: #b0b0b0; border-radius: 0; background: #4d4d4d; background-image: linear-gradient(to bottom, #e5e5e5, #d6d6d6); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; } - -.titlebar:backdrop:not(headerbar), headerbar:backdrop { background-image: none; } - -.titlebar:not(headerbar) .title, headerbar .title { padding-left: 12px; padding-right: 12px; font-weight: bold; } - -.titlebar:not(headerbar) .subtitle, headerbar .subtitle { font-size: smaller; padding-left: 12px; padding-right: 12px; } - -.titlebar:not(headerbar) stackswitcher button:checked, .titlebar:not(headerbar) button.toggle:checked, headerbar stackswitcher button:checked, headerbar button.toggle:checked { background: image(#ababab); border-color: #a8a8a8; border-top-color: #9b9b9b; } - -.titlebar:not(headerbar) stackswitcher button:checked:backdrop, .titlebar:not(headerbar) button.toggle:checked:backdrop, headerbar stackswitcher button:checked:backdrop, headerbar button.toggle:checked:backdrop { color: #5f5f5f; border-color: #b7b7b7; background-image: image(#c7c7c7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar), .selection-mode.titlebar:not(headerbar), .selection-mode headerbar, headerbar.selection-mode { color: #ffffff; border-color: #2e5596; text-shadow: 0 -1px rgba(0, 0, 0, 0.5); background: #4d4d4d; background-image: linear-gradient(to bottom, #618ace, #4a79c7); box-shadow: inset 0 1px rgba(165, 188, 227, 0.7), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; } - -.selection-mode .titlebar:backdrop:not(headerbar), .selection-mode.titlebar:backdrop:not(headerbar), .selection-mode headerbar:backdrop, headerbar.selection-mode:backdrop { background-color: #4a79c7; background-image: none; box-shadow: inset 0 1px #b7c9e9; } - -.selection-mode .titlebar:backdrop:not(headerbar) label, .selection-mode.titlebar:backdrop:not(headerbar) label, .selection-mode headerbar:backdrop label, headerbar.selection-mode:backdrop label { text-shadow: none; color: #ffffff; } - -.selection-mode .titlebar:not(headerbar) button, .selection-mode.titlebar:not(headerbar) button, .selection-mode headerbar button, headerbar.selection-mode button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; background-color: #7196d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.selection-mode .titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.flat, .selection-mode headerbar button.flat, headerbar.selection-mode button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:hover, .selection-mode.titlebar:not(headerbar) button:hover, .selection-mode headerbar button:hover, headerbar.selection-mode button:hover { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; border-bottom-color: #284a83; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #799cd5; } - -.selection-mode .titlebar:not(headerbar) button:active, .selection-mode .titlebar:not(headerbar) button:checked, .selection-mode .titlebar:not(headerbar) button.toggle:checked, .selection-mode .titlebar:not(headerbar) button.toggle:active, .selection-mode.titlebar:not(headerbar) button:active, .selection-mode.titlebar:not(headerbar) button:checked, .selection-mode.titlebar:not(headerbar) button.toggle:checked, .selection-mode.titlebar:not(headerbar) button.toggle:active, .selection-mode headerbar button:active, .selection-mode headerbar button:checked, .selection-mode headerbar button.toggle:checked, .selection-mode headerbar button.toggle:active, headerbar.selection-mode button:active, headerbar.selection-mode button:checked, headerbar.selection-mode button.toggle:checked, headerbar.selection-mode button.toggle:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #3460aa; background-image: image(#325ca2); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:active:hover, .selection-mode .titlebar:not(headerbar) button:checked:hover, .selection-mode .titlebar:not(headerbar) button.toggle:checked:hover, .selection-mode .titlebar:not(headerbar) button.toggle:active:hover, .selection-mode.titlebar:not(headerbar) button:active:hover, .selection-mode.titlebar:not(headerbar) button:checked:hover, .selection-mode.titlebar:not(headerbar) button.toggle:checked:hover, .selection-mode.titlebar:not(headerbar) button.toggle:active:hover, .selection-mode headerbar button:active:hover, .selection-mode headerbar button:checked:hover, .selection-mode headerbar button.toggle:checked:hover, .selection-mode headerbar button.toggle:active:hover, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button.toggle:checked:hover, headerbar.selection-mode button.toggle:active:hover { background-image: image(#2d5392); } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat, .selection-mode .titlebar:not(headerbar) button:backdrop, .selection-mode.titlebar:not(headerbar) button:backdrop.flat, .selection-mode.titlebar:not(headerbar) button:backdrop, .selection-mode headerbar button:backdrop.flat, .selection-mode headerbar button:backdrop, headerbar.selection-mode button:backdrop.flat, headerbar.selection-mode button:backdrop { color: #dbe4f4; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); -gtk-icon-effect: none; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode .titlebar:not(headerbar) button:backdrop:active, .selection-mode .titlebar:not(headerbar) button:backdrop:checked, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, .selection-mode headerbar button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked, .selection-mode headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode button:backdrop:active, headerbar.selection-mode button:backdrop:checked { color: #dae3f3; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode headerbar button:backdrop.flat:disabled, .selection-mode headerbar button:backdrop:disabled, headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled { color: #9ab4df; border-color: #648cce; background-image: image(#648cce); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode headerbar button:backdrop.flat:disabled:active, .selection-mode headerbar button:backdrop.flat:disabled:checked, .selection-mode headerbar button:backdrop:disabled:active, .selection-mode headerbar button:backdrop:disabled:checked, headerbar.selection-mode button:backdrop.flat:disabled:active, headerbar.selection-mode button:backdrop.flat:disabled:checked, headerbar.selection-mode button:backdrop:disabled:active, headerbar.selection-mode button:backdrop:disabled:checked { color: #86a5d9; border-color: #4575c4; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.flat:backdrop, .selection-mode .titlebar:not(headerbar) button.flat:disabled, .selection-mode .titlebar:not(headerbar) button.flat:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar) button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop:disabled, .selection-mode headerbar button.flat:backdrop, .selection-mode headerbar button.flat:disabled, .selection-mode headerbar button.flat:backdrop:disabled, headerbar.selection-mode button.flat:backdrop, headerbar.selection-mode button.flat:disabled, headerbar.selection-mode button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.selection-mode .titlebar:not(headerbar) button:disabled, .selection-mode.titlebar:not(headerbar) button:disabled, .selection-mode headerbar button:disabled, headerbar.selection-mode button:disabled { color: #b2c6e7; border-color: #3460aa; background-image: image(#648cce); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar) button:disabled:active, .selection-mode .titlebar:not(headerbar) button:disabled:checked, .selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked, .selection-mode headerbar button:disabled:active, .selection-mode headerbar button:disabled:checked, headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { color: #b5c8e7; border-color: #3460aa; background-image: image(#4575c4); box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.selection-mode .titlebar:not(headerbar) button.suggested-action, .selection-mode.titlebar:not(headerbar) button.suggested-action, .selection-mode headerbar button.suggested-action, headerbar.selection-mode button.suggested-action { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:hover, .selection-mode.titlebar:not(headerbar) button.suggested-action:hover, .selection-mode headerbar button.suggested-action:hover, headerbar.selection-mode button.suggested-action:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:active, .selection-mode.titlebar:not(headerbar) button.suggested-action:active, .selection-mode headerbar button.suggested-action:active, headerbar.selection-mode button.suggested-action:active { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:active:hover, .selection-mode.titlebar:not(headerbar) button.suggested-action:active:hover, .selection-mode headerbar button.suggested-action:active:hover, headerbar.selection-mode button.suggested-action:active:hover { background-image: image(#adadad); } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode headerbar button.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode headerbar button.suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode headerbar button.suggested-action:backdrop:disabled, headerbar.selection-mode button.suggested-action:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #2e5596; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode .titlebar:not(headerbar) .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu, .selection-mode headerbar .selection-menu:backdrop, .selection-mode headerbar .selection-menu, headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu { border-color: rgba(74, 121, 199, 0); background-color: rgba(74, 121, 199, 0); background-image: none; box-shadow: none; min-height: 20px; padding: 6px 10px; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop arrow, .selection-mode .titlebar:not(headerbar) .selection-menu arrow, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop arrow, .selection-mode.titlebar:not(headerbar) .selection-menu arrow, .selection-mode headerbar .selection-menu:backdrop arrow, .selection-mode headerbar .selection-menu arrow, headerbar.selection-mode .selection-menu:backdrop arrow, headerbar.selection-mode .selection-menu arrow { -GtkArrow-arrow-scaling: 1; } - -.selection-mode .titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode .titlebar:not(headerbar) .selection-menu .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu .arrow, .selection-mode headerbar .selection-menu:backdrop .arrow, .selection-mode headerbar .selection-menu .arrow, headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: rgba(255, 255, 255, 0.5); -gtk-icon-shadow: none; } - -.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .tiled-top .titlebar:backdrop:not(headerbar), .tiled-top .titlebar:not(headerbar), .tiled-right .titlebar:backdrop:not(headerbar), .tiled-right .titlebar:not(headerbar), .tiled-bottom .titlebar:backdrop:not(headerbar), .tiled-bottom .titlebar:not(headerbar), .tiled-left .titlebar:backdrop:not(headerbar), .tiled-left .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:backdrop:not(headerbar), .fullscreen .titlebar:not(headerbar), .tiled headerbar:backdrop, .tiled headerbar, .tiled-top headerbar:backdrop, .tiled-top headerbar, .tiled-right headerbar:backdrop, .tiled-right headerbar, .tiled-bottom headerbar:backdrop, .tiled-bottom headerbar, .tiled-left headerbar:backdrop, .tiled-left headerbar, .maximized headerbar:backdrop, .maximized headerbar, .fullscreen headerbar:backdrop, .fullscreen headerbar { border-radius: 0; box-shadow: inset 0 1px transparent, inset 0 -1px rgba(255, 255, 255, 0.3); } - -.default-decoration.titlebar:not(headerbar), headerbar.default-decoration { min-height: 28px; padding: 4px; } - -.maximized .default-decoration.titlebar:not(headerbar), .maximized headerbar.default-decoration { box-shadow: none; } - -.default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton { min-height: 20px; min-width: 20px; margin: 0; padding: 0; } - -.titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton { opacity: 0; } - -.solid-csd .titlebar:backdrop:dir(rtl):not(headerbar), .solid-csd .titlebar:backdrop:dir(ltr):not(headerbar), .solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { margin-left: -1px; margin-right: -1px; margin-top: -1px; border-radius: 0; box-shadow: none; } - -headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 4px; margin-bottom: 4px; } - -headerbar switch { margin-top: 7px; margin-bottom: 7px; } - -headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; } - -.background .titlebar:backdrop, .background .titlebar { border-top-left-radius: 7px; border-top-right-radius: 7px; } - -.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; } - -window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child { border-top-left-radius: 7px; } - -window headerbar:last-child:backdrop, window headerbar:last-child { border-top-right-radius: 7px; } - -window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child { border-top-left-radius: 7px; border-top-right-radius: 7px; } - -window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled headerbar:backdrop, window.tiled headerbar:backdrop:first-child, window.tiled headerbar:backdrop:last-child, window.tiled headerbar:backdrop:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-top headerbar:backdrop, window.tiled-top headerbar:backdrop:first-child, window.tiled-top headerbar:backdrop:last-child, window.tiled-top headerbar:backdrop:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-right headerbar:backdrop, window.tiled-right headerbar:backdrop:first-child, window.tiled-right headerbar:backdrop:last-child, window.tiled-right headerbar:backdrop:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-bottom headerbar:backdrop, window.tiled-bottom headerbar:backdrop:first-child, window.tiled-bottom headerbar:backdrop:last-child, window.tiled-bottom headerbar:backdrop:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.tiled-left headerbar:backdrop, window.tiled-left headerbar:backdrop:first-child, window.tiled-left headerbar:backdrop:last-child, window.tiled-left headerbar:backdrop:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.maximized headerbar:backdrop, window.maximized headerbar:backdrop:first-child, window.maximized headerbar:backdrop:last-child, window.maximized headerbar:backdrop:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, window.fullscreen headerbar:backdrop, window.fullscreen headerbar:backdrop:first-child, window.fullscreen headerbar:backdrop:last-child, window.fullscreen headerbar:backdrop:only-child, window.solid-csd headerbar, window.solid-csd headerbar:first-child, window.solid-csd headerbar:last-child, window.solid-csd headerbar:only-child, window.solid-csd headerbar:backdrop, window.solid-csd headerbar:backdrop:first-child, window.solid-csd headerbar:backdrop:last-child, window.solid-csd headerbar:backdrop:only-child { border-top-left-radius: 0; border-top-right-radius: 0; } - -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: #b0b0b0; } - -window.devel headerbar.titlebar:not(.selection-mode) { background: #d6d6d6 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(74, 121, 199, 0.2)), linear-gradient(to top, #b5b5b5, #bdbcbc 3px, #cccccc); } - -window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #d6d6d6 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#d6d6d6); } - -.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; } - -.path-bar button.text-button.image-button label { padding-left: 0; padding-right: 0; } - -.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { padding-right: 8px; } - -.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 8px; } - -.path-bar button image { padding-left: 4px; padding-right: 4px; } - -.path-bar button.slider-button { padding-left: 0; padding-right: 0; } - -treeview.view { border-left-color: #929292; border-top-color: #d6d6d6; } - -* { -GtkTreeView-horizontal-separator: 4; -GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-pattern: ''; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } - -treeview.view:selected:focus, treeview.view:selected { border-radius: 0; } - -treeview.view:selected:backdrop, treeview.view:selected { border-left-color: #a5bce3; border-top-color: rgba(44, 44, 44, 0.1); } - -treeview.view:disabled { color: #707070; } - -treeview.view:disabled:selected { color: #92afdd; } - -treeview.view:disabled:selected:backdrop { color: #7d9ed5; } - -treeview.view:disabled:backdrop { color: #b0b0b0; } - -treeview.view.separator { min-height: 2px; color: #d6d6d6; } - -treeview.view.separator:backdrop { color: rgba(214, 214, 214, 0.1); } - -treeview.view:backdrop { border-left-color: #9b9b9b; border-top: #d6d6d6; } - -treeview.view:drop(active) { border-style: solid none; border-width: 1px; border-color: #2e5596; } - -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: #4a4a4a; } - -treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - -treeview.view.expander:hover { color: black; } - -treeview.view.expander:selected { color: #c9d7ee; } - -treeview.view.expander:selected:hover { color: #ffffff; } - -treeview.view.expander:selected:backdrop { color: #c1cfe7; } - -treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -treeview.view.expander:backdrop { color: #8c8c8c; } - -treeview.view.progressbar { color: #F7F7F7; background-color: #4a79c7; background-image: image(#4a79c7); box-shadow: none; } - -treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { color: #4a79c7; background-image: image(#F7F7F7); } - -treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { color: #4a79c7; background-color: #f4f4f4; } - -treeview.view.progressbar:backdrop { color: #f4f4f4; background-image: none; box-shadow: none; } - -treeview.view.trough { background-color: rgba(44, 44, 44, 0.1); } - -treeview.view.trough:selected:focus, treeview.view.trough:selected { background-color: rgba(255, 255, 255, 0.3); } - -treeview.view header button { color: #929292; background-color: #F7F7F7; font-weight: bold; text-shadow: none; box-shadow: none; } - -treeview.view header button:hover { color: #5f5f5f; box-shadow: none; transition: none; } - -treeview.view header button:active { color: #2c2c2c; transition: 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; color: #F7F7F7; background-image: none; background-color: #4a79c7; border-style: none; border-radius: 0; box-shadow: inset 0 0 0 1px #F7F7F7; text-shadow: none; transition: none; } - -treeview.view acceleditor > label { background-color: #4a79c7; } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active, .table-header { padding: 0 6px; background-image: none; border-style: none solid solid none; border-color: #d6d6d6; border-radius: 0; text-shadow: none; } - -treeview.view header button:disabled, .table-header:disabled { border-color: #d6d6d6; background-image: none; } - -treeview.view header button:backdrop, .table-header:backdrop { color: #9b9b9b; border-color: #d6d6d6; border-style: none solid solid none; background-image: none; background-color: #f4f4f4; } - -treeview.view header button:backdrop:disabled, .table-header:backdrop:disabled { border-color: #d6d6d6; background-image: none; } - -treeview.view header button:last-child:backdrop, .table-header:last-child:backdrop, treeview.view header button:last-child, .table-header:last-child { border-right-style: none; } - -menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; box-shadow: inset 0 -1px #b0b0b0; } - -menubar:backdrop, .menubar:backdrop { background-color: #d6d6d6; } - -menubar > menuitem, .menubar > menuitem { min-height: 16px; padding: 4px 8px; } - -menubar > menuitem menu:dir(rtl), menubar > menuitem menu:dir(ltr), .menubar > menuitem menu:dir(rtl), .menubar > menuitem menu:dir(ltr) { border-radius: 0; padding: 0; } - -menubar > menuitem:hover, .menubar > menuitem:hover { color: #ffffff; border-radius: 0; background-color: #4a79c7; } - -menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #707070; box-shadow: none; } - -menubar .csd.popup decoration, .menubar .csd.popup decoration { border-radius: 0; } - -.background.popup { background-color: transparent; } - -menu, .menu, .context-menu { margin: 4px; padding: 4px 0px; background-color: #F7F7F7; border: 1px solid #b0b0b0; } - -.csd menu, .csd .menu, .csd .context-menu { border: none; border-radius: 0; } - -menu:backdrop, .menu:backdrop, .context-menu:backdrop { background-color: #f4f4f4; } - -menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; padding: 4px 6px; text-shadow: none; } - -menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { color: #ffffff; background-color: #4a79c7; } - -menu menuitem:disabled, .menu menuitem:disabled, .context-menu menuitem:disabled { color: #707070; } - -menu menuitem:disabled:backdrop, .menu menuitem:disabled:backdrop, .context-menu menuitem:disabled:backdrop { color: #b0b0b0; } - -menu menuitem:backdrop, menu menuitem:backdrop:hover, .menu menuitem:backdrop, .menu menuitem:backdrop:hover, .context-menu menuitem:backdrop, .context-menu menuitem:backdrop:hover { color: #5f5f5f; background-color: transparent; } - -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 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 { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; min-height: 16px; min-width: 16px; padding: 4px; background-color: #F7F7F7; border-radius: 0; } - -menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -4px; border-bottom: 1px solid #e3e3e3; border-top-right-radius: 0; border-top-left-radius: 0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - -menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-top: 8px; margin-bottom: -12px; border-top: 1px solid #e3e3e3; border-bottom-right-radius: 0; border-bottom-left-radius: 0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { background-color: #e3e3e3; } - -menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { background-color: #f4f4f4; } - -menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { color: transparent; background-color: transparent; border-color: transparent; } - -menuitem accelerator { color: alpha(currentColor,0.55); } - -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; } - -popover.background { padding: 2px; border-radius: 7px; background-color: #d6d6d6; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } - -.csd popover.background, popover.background { border: 1px solid #b0b0b0; border-radius: 7px; } - -.csd popover.background { background-clip: padding-box; border-color: rgba(0, 0, 0, 0.23); } - -popover.background:backdrop { background-color: #d6d6d6; box-shadow: none; } - -popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { border-style: none; background-color: transparent; } - -.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { border: 1px solid rgba(255, 255, 255, 0.1); } - -popover.background separator { margin: 3px; } - -popover.background list separator { margin: 0px; } - -notebook > header { padding: 1px; border-color: #b0b0b0; border-width: 1px; background-color: #c3c3c3; } - -notebook > header.top, notebook > header.bottom { background-image: linear-gradient(to bottom, #c3c3c3, #d2d2d2); box-shadow: inset 0 1px rgba(176, 176, 176, 0.35); } - -notebook > header tabs { margin: 0px; } - -notebook > header.top > tabs > tab:checked, notebook > header.bottom > tabs > tab:checked, notebook > header.left > tabs > tab:checked, notebook > header.right > tabs > tab:checked { background-color: #F7F7F7; } - -notebook > header.top { border-bottom-style: solid; } - -notebook > header.top > tabs { margin-bottom: -2px; } - -notebook > header.top > tabs > tab:checked { box-shadow: inset 1px 1px #b0b0b0, inset -1px 0 #b0b0b0; } - -notebook > header.bottom { border-top-style: solid; } - -notebook > header.bottom > tabs { margin-top: -2px; } - -notebook > header.bottom > tabs > tab:checked { box-shadow: inset 1px -1px #b0b0b0, inset -1px 0 #b0b0b0; } - -notebook > header.left { border-right-style: solid; } - -notebook > header.left > tabs { margin-right: -2px; } - -notebook > header.left > tabs > tab:checked { box-shadow: inset 1px 1px #b0b0b0, inset 0 -1px #b0b0b0; } - -notebook > header.right { border-left-style: solid; } - -notebook > header.right > tabs { margin-left: -2px; } - -notebook > header.right > tabs > tab:checked { box-shadow: inset -1px 1px #b0b0b0, inset 0 -1px #b0b0b0; } - -notebook > header.top > tabs > arrow { border-top-style: none; } - -notebook > header.bottom > tabs > arrow { border-bottom-style: none; } - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { margin-left: -5px; margin-right: -5px; padding-left: 4px; padding-right: 4px; } - -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.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -notebook > header.left > tabs > arrow { border-left-style: none; } - -notebook > header.right > tabs > arrow { border-right-style: none; } - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { margin-top: -5px; margin-bottom: -5px; padding-top: 4px; padding-bottom: 4px; } - -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.up, notebook > header.right > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -notebook > header > tabs > arrow { min-height: 16px; min-width: 16px; border-radius: 0; } - -notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { background-clip: padding-box; background-image: none; background-color: rgba(255, 255, 255, 0.3); border-color: transparent; box-shadow: none; } - -notebook > header > tabs > arrow:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -notebook > header.right > tabs > tab, notebook > header.left > tabs > tab { padding: 2px 10px; } - -notebook > header tab { min-height: 24px; min-width: 24px; padding: 0px 10px; outline-offset: 0px; color: #707070; font-weight: bold; border-width: 0px; border-color: transparent; } - -notebook > header tab:hover { color: #4e4e4e; background-color: #bbbbbb; } - -notebook > header tab:hover.reorderable-page { border-color: rgba(176, 176, 176, 0.3); } - -notebook > header tab:hover.reorderable-page:not(:checked) { background-color: #bbbbbb; } - -notebook > header tab:backdrop { color: #8f8f8f; } - -notebook > header tab:backdrop.reorderable-page { border-color: transparent; background-color: transparent; } - -notebook > header tab:checked { color: #2c2c2c; } - -notebook > header tab:checked.reorderable-page { border-color: transparent; background-color: #F7F7F7; } - -notebook > header tab:backdrop:checked { color: #5f5f5f; } - -notebook > header tab:backdrop:checked.reorderable-page { border-color: transparent; background-color: #f4f4f4; } - -notebook > header tab button.flat { padding: 0; margin-top: 4px; margin-bottom: 4px; min-width: 20px; min-height: 20px; } - -notebook > header tab button.flat:hover { color: currentColor; } - -notebook > header tab button.flat, notebook > header tab button.flat:backdrop { color: alpha(currentColor,0.3); } - -notebook > header tab button.flat:last-child { margin-left: 4px; margin-right: -4px; } - -notebook > header tab button.flat:first-child { margin-left: -4px; margin-right: 4px; } - -notebook > header.top tabs, notebook > header.bottom tabs { padding-left: 0px; padding-right: 0px; } - -notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { margin-left: 3px; margin-right: 3px; } - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { margin-left: -1px; } - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { margin-right: -1px; } - -notebook > header.top tabs tab, notebook > header.bottom tabs tab { margin-left: 0px; margin-right: 0px; } - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { border-style: none solid; } - -notebook > header.left tabs, notebook > header.right tabs { padding-top: 0px; padding-bottom: 0px; } - -notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { margin-top: 3px; margin-bottom: 3px; } - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { margin-top: -1px; } - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { margin-bottom: -1px; } - -notebook > header.left tabs tab, notebook > header.right tabs tab { margin-top: 0px; margin-bottom: 0px; } - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { border-style: solid none; } - -notebook > header.top tab { padding-bottom: 4px; } - -notebook > header.bottom tab { padding-top: 4px; } - -notebook > stack:not(:only-child) { background-color: #F7F7F7; } - -notebook > stack:not(:only-child):backdrop { background-color: #f4f4f4; } - -scrollbar { background-color: #b4b4b4; transition: 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -* { -GtkScrollbar-has-backward-stepper: true; -GtkScrollbar-has-forward-stepper: true; } - -scrollbar.top { border-bottom: 0px solid #b0b0b0; } - -scrollbar.bottom { border-top: 0px solid #b0b0b0; } - -scrollbar.left { border-right: 0px solid #b0b0b0; } - -scrollbar.right { border-left: 0px solid #b0b0b0; } - -scrollbar.vertical { background-image: linear-gradient(to right, #aaaaaa, #b4b4b4); } - -scrollbar.horizontal { background-image: linear-gradient(to bottom, #aaaaaa, #b4b4b4); } - -scrollbar slider { min-width: 14px; min-height: 14px; margin: -1px; border: 1px solid transparent; border-radius: 14px; background-clip: padding-box; background-color: #707070; transition: background-color 250ms; } - -scrollbar slider:hover { background-color: #4e4e4e; } - -scrollbar slider:hover:active { background-color: #3460aa; } - -scrollbar slider:disabled { background-color: transparent; } - -scrollbar.vertical slider { background-image: linear-gradient(to right, #6b6b6b, #5c5c5c); } - -scrollbar.vertical slider:hover, scrollbar.vertical slider:hover:active { background-image: linear-gradient(to right, #575656, #474747); } - -scrollbar.horizontal slider { background-image: linear-gradient(to bottom, #6b6b6b, #5c5c5c); } - -scrollbar.horizontal slider:hover, scrollbar.horizontal slider:hover:active { background-image: linear-gradient(to bottom, #575656, #474747); } - -scrollbar.fine-tune slider { min-width: 6px; min-height: 6px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { border-color: transparent; opacity: 0.4; background-color: transparent; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { margin: 0; min-width: 6px; min-height: 6px; background-color: #2c2c2c; border: 0px solid white; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 14px; min-height: 14px; background-color: transparent; background-clip: padding-box; border-radius: 0; border: 0px solid transparent; -gtk-icon-source: none; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0; min-width: 40px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { margin: 0; min-width: 14px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 0; min-height: 40px; } - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { margin: 0; min-height: 14px; } - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { opacity: 0.8; } - -scrollbar.horizontal slider { min-width: 40px; } - -scrollbar.vertical slider { min-height: 40px; } - -scrollbar button { padding: 0; min-width: 14px; min-height: 14px; border-style: none; border-radius: 0; transition: none; border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #707070; } - -scrollbar button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #4e4e4e; } - -scrollbar button:active, scrollbar button:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #3460aa; } - -scrollbar button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(112, 112, 112, 0.2); } - -scrollbar button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #a6a6a6; } - -scrollbar button:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(166, 166, 166, 0.2); } - -treeview ~ scrollbar.vertical { border-top: 1px solid #b0b0b0; margin-top: -1px; } - -.view.content-view.check:not(list), iconview.content-view.check:not(list), .content-view .tile check:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list), .content-view .tile check:hover:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list), .content-view .tile check:active:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list), .content-view .tile check:backdrop:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: transparent; background-color: #888889; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: none; -gtk-icon-shadow: none; } - -.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list), .content-view .tile check:checked:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list), .content-view .tile check:checked:hover:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list), .content-view .tile check:checked:active:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: #eeeeec; background-color: #4a79c7; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list), .content-view .tile check:backdrop:checked:not(list) { margin: 4px; min-width: 32px; min-height: 32px; color: rgba(238, 238, 236, 0.8); background-color: #888889; border-radius: 5px; background-image: none; transition: 150ms; box-shadow: none; border-width: 0; -gtk-icon-source: -gtk-icontheme('object-select-symbolic'); -gtk-icon-shadow: none; } - -checkbutton.text-button, radiobutton.text-button { padding: 2px 0; outline-offset: 0; } - -checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { margin-left: 4px; } - -checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { margin-right: 4px; } - -check, radio { margin: 0 4px; min-height: 14px; min-width: 14px; border: 1px solid; -gtk-icon-source: none; color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -check:only-child, radio:only-child { margin: 0; } - -popover check.left:dir(rtl), popover radio.left:dir(rtl) { margin-left: 0; margin-right: 12px; } - -popover check.right:dir(ltr), popover radio.right:dir(ltr) { margin-left: 12px; margin-right: 0; } - -check, radio { background-clip: padding-box; background-image: linear-gradient(to bottom, white, white); border-color: #8a8989; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #2c2c2c; } - -check:hover, radio:hover { background-image: image(#f2f2f2); } - -check:active, radio:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:disabled, radio:disabled { box-shadow: none; color: rgba(44, 44, 44, 0.7); } - -check:backdrop, radio:backdrop { background-image: image(white); box-shadow: none; color: #2c2c2c; } - -check:backdrop:disabled, radio:backdrop:disabled { box-shadow: none; color: rgba(44, 44, 44, 0.7); } - -check:checked, radio:checked { background-clip: border-box; background-image: linear-gradient(to bottom, #4a79c7, #4a79c7); border-color: #4a79c7; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #ffffff; } - -check:checked:hover, radio:checked:hover { background-image: linear-gradient(to bottom, #618ace, #618ace); } - -check:checked:active, radio:checked:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:checked:disabled, radio:checked:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:checked:backdrop, radio:checked:backdrop { background-image: image(#4a79c7); box-shadow: none; color: #ffffff; } - -check:checked:backdrop:disabled, radio:checked:backdrop:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:indeterminate, radio:indeterminate { background-clip: border-box; background-image: linear-gradient(to bottom, #4a79c7, #4a79c7); border-color: #4a79c7; box-shadow: 0 1px rgba(0, 0, 0, 0.05); color: #ffffff; } - -check:indeterminate:hover, radio:indeterminate:hover { background-image: linear-gradient(to bottom, #618ace, #618ace); } - -check:indeterminate:active, radio:indeterminate:active { box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.2); } - -check:indeterminate:disabled, radio:indeterminate:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -check:indeterminate:backdrop, radio:indeterminate:backdrop { background-image: image(#4a79c7); box-shadow: none; color: #ffffff; } - -check:indeterminate:backdrop:disabled, radio:indeterminate:backdrop:disabled { box-shadow: none; color: rgba(255, 255, 255, 0.7); } - -row:selected check, row:selected radio { border-color: #284a83; } - -.osd check, .osd radio { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:hover, .osd radio:hover { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:active, .osd radio:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -.osd check:backdrop, .osd radio:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -.osd check:disabled, .osd radio:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -menu menuitem check, menu menuitem radio { margin: 0; } - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked, menu menuitem check:checked:hover, menu menuitem check:checked:disabled, menu menuitem check:indeterminate, menu menuitem check:indeterminate:hover, menu menuitem check:indeterminate:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked, menu menuitem radio:checked:hover, menu menuitem radio:checked:disabled, menu menuitem radio:indeterminate, menu menuitem radio:indeterminate:hover, menu menuitem radio:indeterminate:disabled { min-height: 14px; min-width: 14px; background-image: none; background-color: transparent; box-shadow: none; -gtk-icon-shadow: none; color: inherit; border-color: currentColor; } - -check { border-radius: 3px; } - -check:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/check-symbolic.svg")), -gtk-recolor(url("assets/check-symbolic.symbolic.png"))); } - -check:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -treeview.view radio:selected:focus, treeview.view radio:selected, radio { border-radius: 100%; } - -treeview.view radio:checked:selected, radio:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/bullet-symbolic.svg")), -gtk-recolor(url("assets/bullet-symbolic.symbolic.png"))); } - -treeview.view radio:indeterminate:selected, radio:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -radio:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: scale(0); } - -check:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); } - -radio:active, check:active { -gtk-icon-transform: scale(0, 1); } - -radio:checked:not(:backdrop), radio:indeterminate:not(:backdrop), check:checked:not(:backdrop), check:indeterminate:not(:backdrop) { -gtk-icon-transform: unset; transition: 250ms; } - -menu menuitem radio:checked:not(:backdrop), menu menuitem radio:indeterminate:not(:backdrop), menu menuitem check:checked:not(:backdrop), menu menuitem check:indeterminate:not(:backdrop) { transition: none; } - -treeview.view check:selected:focus, treeview.view check:selected, treeview.view radio:selected:focus, treeview.view radio:selected { color: #ffffff; border-color: #2e5596; } - -scale trough, scale fill, progressbar trough { border: 1px solid #c3c3c3; border-radius: 5px; background-color: #c3c3c3; } - -scale trough:disabled, scale fill:disabled, progressbar trough:disabled { background-color: #e3e3e3; } - -row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled, row:selected progressbar trough:disabled, progressbar row:selected trough:disabled, row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected progressbar trough, progressbar row:selected trough { border-color: #2e5596; } - -.osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill, .osd progressbar trough, progressbar .osd trough { border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); } - -.osd scale trough:disabled, scale .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled, .osd progressbar trough:disabled, progressbar .osd trough:disabled { background-color: rgba(71, 71, 71, 0.5); } - -scale highlight, progressbar progress { border: 1px solid #4a79c7; border-radius: 5px; background-color: #4a79c7; } - -scale highlight:disabled, progressbar progress:disabled { background-color: transparent; border-color: transparent; } - -scale highlight:backdrop, progressbar progress:backdrop { border-color: #4a79c7; } - -scale highlight:backdrop:disabled, progressbar progress:backdrop:disabled { background-color: transparent; border-color: transparent; } - -row:selected scale highlight:disabled, scale row:selected highlight:disabled, row:selected progressbar progress:disabled, progressbar row:selected progress:disabled, row:selected scale highlight, scale row:selected highlight, row:selected progressbar progress, progressbar row:selected progress { border-color: #2e5596; } - -.osd scale highlight, scale .osd highlight, .osd progressbar progress, progressbar .osd progress { border-color: rgba(0, 0, 0, 0.7); } - -.osd scale highlight:disabled, scale .osd highlight:disabled, .osd progressbar progress:disabled, progressbar .osd progress:disabled { border-color: transparent; } - -scale { min-height: 10px; min-width: 10px; padding: 12px; } - -scale fill, scale highlight { margin: -1px; } - -scale slider { min-height: 18px; min-width: 18px; margin: -9px; } - -scale.fine-tune.horizontal { padding-top: 9px; padding-bottom: 9px; min-height: 16px; } - -scale.fine-tune.vertical { padding-left: 9px; padding-right: 9px; min-width: 16px; } - -scale.fine-tune slider { margin: -6px; } - -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: 5px; } - -scale fill:backdrop, scale fill { background-color: #b0b0b0; } - -scale fill:disabled:backdrop, scale fill:disabled { border-color: transparent; background-color: transparent; } - -.osd scale fill { background-color: rgba(91, 91, 90, 0.775); } - -.osd scale fill:disabled:backdrop, .osd scale fill:disabled { border-color: transparent; background-color: transparent; } - -scale slider { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); border: 1px solid #828282; border-radius: 100%; transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border, box-shadow; } - -scale slider:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -scale slider:active { border-color: #2e5596; } - -scale slider:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -row:selected scale slider:disabled, row:selected scale slider { border-color: #2e5596; } - -.osd scale slider { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border-color: rgba(0, 0, 0, 0.7); background-color: #353535; } - -.osd scale slider:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); background-color: #353535; } - -.osd scale slider:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); background-color: #353535; } - -.osd scale slider:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-color: #353535; } - -.osd scale slider:backdrop { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-color: #353535; } - -.osd scale slider:backdrop:disabled { background-color: #353535; } - -scale marks, scale value { color: alpha(currentColor,0.55); font-feature-settings: "tnum"; } - -scale.horizontal marks.top { margin-bottom: 6px; margin-top: -12px; } - -scale.horizontal.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; } - -scale.horizontal marks.bottom { margin-top: 6px; margin-bottom: -12px; } - -scale.horizontal.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; } - -scale.vertical marks.top { margin-right: 6px; margin-left: -12px; } - -scale.vertical.fine-tune marks.top { margin-right: 6px; margin-left: -9px; } - -scale.vertical marks.bottom { margin-left: 6px; margin-right: -12px; } - -scale.vertical.fine-tune marks.bottom { margin-left: 6px; margin-right: -9px; } - -scale.horizontal indicator { min-height: 6px; min-width: 1px; } - -scale.horizontal.fine-tune indicator { min-height: 3px; } - -scale.vertical indicator { min-height: 1px; min-width: 6px; } - -scale.vertical.fine-tune indicator { min-width: 3px; } - -scale.horizontal.marks-before:not(.marks-after) slider { margin: -11px -4px; padding: 0px; border-radius: 3px; min-height: 22px; min-width: 9px; } - -scale.horizontal.marks-before:not(.marks-after).fine-tune slider { margin: -8px -4px; } - -scale.horizontal.marks-after:not(.marks-before) slider { margin: -11px -4px; padding: 0px; border-radius: 3px; min-height: 22px; min-width: 9px; } - -scale.horizontal.marks-after:not(.marks-before).fine-tune slider { margin: -8px -4px; } - -scale.vertical.marks-before:not(.marks-after) slider { margin: -11px -4px; padding: 0px; border-radius: 3px; margin: -4px -11px; min-height: 9px; min-width: 22px; } - -scale.vertical.marks-before:not(.marks-after).fine-tune slider { margin: -8px -4px; margin: -4px -8px; } - -scale.vertical.marks-after:not(.marks-before) slider { margin: -11px -4px; padding: 0px; border-radius: 3px; margin: -4px -11px; min-height: 9px; min-width: 22px; } - -scale.vertical.marks-after:not(.marks-before).fine-tune slider { margin: -8px -4px; margin: -4px -8px; } - -scale.color { min-height: 0; min-width: 0; } - -scale.color trough { background-image: image(#b0b0b0); background-repeat: no-repeat; } - -scale.color.horizontal { padding: 0 0 15px 0; } - -scale.color.horizontal trough { padding-bottom: 4px; background-position: 0 -3px; border-top-left-radius: 0; border-top-right-radius: 0; } - -scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { margin-bottom: -15px; margin-top: 6px; } - -scale.color.vertical:dir(ltr) { padding: 0 0 0 15px; } - -scale.color.vertical:dir(ltr) trough { padding-left: 4px; background-position: 3px 0; 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: -15px; margin-right: 6px; } - -scale.color.vertical:dir(rtl) { padding: 0 15px 0 0; } - -scale.color.vertical:dir(rtl) trough { padding-right: 4px; background-position: -3px 0; 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: -15px; margin-left: 6px; } - -scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { padding: 0 0 12px 0; } - -scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { padding-bottom: 7px; background-position: 0 -6px; } - -scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { margin-bottom: -15px; margin-top: 6px; } - -scale.color.fine-tune.vertical:dir(ltr) { padding: 0 0 0 12px; } - -scale.color.fine-tune.vertical:dir(ltr) trough { padding-left: 7px; background-position: 6px 0; } - -scale.color.fine-tune.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; } - -scale.color.fine-tune.vertical:dir(rtl) { padding: 0 12px 0 0; } - -scale.color.fine-tune.vertical:dir(rtl) trough { padding-right: 7px; background-position: -6px 0; } - -scale.color.fine-tune.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; } - -progressbar { font-size: smaller; color: rgba(44, 44, 44, 0.4); font-feature-settings: "tnum"; } - -progressbar.horizontal trough, progressbar.horizontal progress { min-height: 2px; } - -progressbar.vertical trough, progressbar.vertical progress { min-width: 2px; } - -progressbar.horizontal progress { margin: 0 -1px; } - -progressbar.vertical progress { margin: -1px 0; } - -progressbar progress { border-radius: 1.5px; } - -progressbar progress.left { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } - -progressbar progress.right { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } - -progressbar progress.top { border-top-right-radius: 2px; border-top-left-radius: 2px; } - -progressbar progress.bottom { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } - -progressbar.osd { min-width: 3px; min-height: 3px; background-color: transparent; } - -progressbar.osd trough { border-style: none; border-radius: 0; background-color: transparent; box-shadow: none; } - -progressbar.osd progress { border-style: none; border-radius: 0; } - -progressbar trough.empty progress { all: unset; } - -levelbar.horizontal block { min-height: 1px; } - -levelbar.horizontal.discrete block { margin: 0 1px; min-width: 32px; } - -levelbar.vertical block { min-width: 1px; } - -levelbar.vertical.discrete block { margin: 1px 0; min-height: 32px; } - -levelbar trough { border: 1px solid; padding: 2px; border-radius: 3px; color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); } - -levelbar trough:backdrop { color: #313131; border-color: #b7b7b7; background-color: #f4f4f4; box-shadow: none; } - -levelbar block { border: 1px solid; border-radius: 1px; } - -levelbar block.low { border-color: #8f4700; background-color: #f57900; } - -levelbar block.low:backdrop { border-color: #f57900; } - -levelbar block.high, levelbar block:not(.empty) { border-color: #284a83; background-color: #4a79c7; } - -levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { border-color: #4a79c7; } - -levelbar block.full { border-color: #1d814a; background-color: #33d17a; } - -levelbar block.full:backdrop { border-color: #33d17a; } - -levelbar block.empty { background-color: transparent; border-color: rgba(44, 44, 44, 0.2); } - -levelbar block.empty:backdrop { border-color: rgba(95, 95, 95, 0.15); } - -printdialog paper { color: #2c2c2c; border: 1px solid #b0b0b0; background: white; padding: 0; } - -printdialog paper:backdrop { color: #5f5f5f; border-color: #b7b7b7; } - -printdialog .dialog-action-box { margin: 12px; } - -frame > border, .frame { box-shadow: none; margin: 0; padding: 0; border-radius: 0; border: 1px solid #b0b0b0; } - -frame > border.flat, .frame.flat { border-style: none; } - -frame > border:backdrop, .frame:backdrop { border-color: #b7b7b7; } - -actionbar > revealer > box { padding: 6px; border-top: 1px solid #b0b0b0; } - -actionbar > revealer > box:backdrop { border-color: #b7b7b7; } - -scrolledwindow viewport.frame { border-style: none; } - -scrolledwindow overshoot.top { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.top:backdrop { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.bottom { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.bottom:backdrop { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.left { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.left:backdrop { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.right { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#969696), to(rgba(150, 150, 150, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(44, 44, 44, 0.07)), to(rgba(44, 44, 44, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow overshoot.right:backdrop { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#b7b7b7), to(rgba(183, 183, 183, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; } - -scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #b0b0b0 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: #b4b4b4; } - -scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } - -separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; } - -list { color: black; background-color: #F7F7F7; border-color: #b0b0b0; } - -list:backdrop { color: #313131; background-color: #f4f4f4; border-color: #b7b7b7; } - -list row { padding: 2px; } - -row { transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -row:hover { transition: none; } - -row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(44, 44, 44, 0.05); } - -row.activatable:active { box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - -row.activatable:backdrop:hover { background-color: transparent; } - -row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - -row.activatable:selected.has-open-popup, row.activatable:selected:hover { background-color: #4771b8; } - -row.activatable:selected:backdrop { background-color: #4a79c7; } - -.app-notification, .app-notification.frame { padding: 10px; border-radius: 0 0 7px 7px; background-color: rgba(53, 53, 53, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); background-clip: padding-box; } - -.app-notification border, .app-notification.frame border { border: none; } - -expander title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - -expander title > arrow:hover { color: #797878; } - -expander title > arrow:disabled { color: #707070; } - -expander title > arrow:disabled:backdrop { color: #b0b0b0; } - -expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -calendar { color: black; border: 1px solid #b0b0b0; } - -calendar:selected { border-radius: 3px; } - -calendar.header { border-bottom-color: rgba(0, 0, 0, 0.1); } - -calendar.header:backdrop { border-bottom-color: rgba(0, 0, 0, 0.1); } - -calendar.button { color: rgba(44, 44, 44, 0.45); } - -calendar.button:hover { color: #2c2c2c; } - -calendar.button:backdrop { color: rgba(95, 95, 95, 0.45); } - -calendar.button:disabled { color: rgba(112, 112, 112, 0.45); } - -calendar.highlight { color: #707070; } - -calendar.highlight:backdrop { color: #b0b0b0; } - -calendar:backdrop { color: #313131; border-color: #b7b7b7; } - -calendar:indeterminate { color: alpha(currentColor,0.1); } - -messagedialog .titlebar { min-height: 20px; background-image: none; background-color: #d6d6d6; border-style: none; border-top-left-radius: 7px; border-top-right-radius: 7px; } - -messagedialog.csd.background { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } - -messagedialog.csd .dialog-action-area button { padding: 10px 14px; border-right-style: none; border-bottom-style: none; border-radius: 0; -gtk-outline-radius: 0; } - -messagedialog.csd .dialog-action-area button:first-child { border-left-style: none; border-bottom-left-radius: 5px; -gtk-outline-bottom-left-radius: 5px; } - -messagedialog.csd .dialog-action-area button:last-child { border-bottom-right-radius: 5px; -gtk-outline-bottom-right-radius: 5px; } - -filechooser .dialog-action-box { border-top: 1px solid #b0b0b0; } - -filechooser .dialog-action-box:backdrop { border-top-color: #b7b7b7; } - -filechooser #pathbarbox { border-bottom: 1px solid #d6d6d6; } - -filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; } - -.sidebar { border-style: none; background-color: #e7e7e7; } - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid #b0b0b0; border-left-style: none; } - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid #b0b0b0; border-right-style: none; } - -.sidebar list { background-color: transparent; } - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { border-style: none; } - -stacksidebar row { padding: 10px 4px; } - -stacksidebar row > label { padding-left: 6px; padding-right: 6px; } - -stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; } - -separator.sidebar { background-color: #b0b0b0; } - -separator.sidebar:backdrop { background-color: #b7b7b7; } - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { background-color: #284a83; } - -row image.sidebar-icon { opacity: 0.7; } - -placessidebar > viewport.frame { border-style: none; } - -placessidebar row { min-height: 36px; padding: 0px; } - -placessidebar row > revealer { padding: 0 14px; } - -placessidebar row:selected { color: #ffffff; } - -placessidebar row:disabled { color: #707070; } - -placessidebar row:backdrop { color: #5f5f5f; } - -placessidebar row:backdrop:selected { color: #f4f4f4; } - -placessidebar row:backdrop:disabled { color: #b0b0b0; } - -placessidebar row image.sidebar-icon:dir(ltr) { padding-right: 8px; } - -placessidebar row image.sidebar-icon:dir(rtl) { padding-left: 8px; } - -placessidebar row label.sidebar-label:dir(ltr) { padding-right: 2px; } - -placessidebar row label.sidebar-label:dir(rtl) { padding-left: 2px; } - -button.sidebar-button { min-height: 26px; min-width: 26px; margin-top: 3px; margin-bottom: 3px; 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(#4e9a06); background-clip: content-box; } - -placessidebar row.sidebar-new-bookmark-row { color: #4a79c7; } - -placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } - -placessidebar row:drop(active):not(:disabled):selected { color: #ffffff; background-color: #4e9a06; } - -placesview .server-list-button > image { transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-icon-transform: rotate(0turn); } - -placesview .server-list-button:checked > image { transition: 150ms 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; } - -paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#b0b0b0); background-size: 1px 1px; } - -paned > separator:selected { background-image: image(#4a79c7); } - -paned > separator:backdrop { background-image: image(#b7b7b7); } - -paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #d6d6d6; background-image: image(#b0b0b0), image(#b0b0b0); background-size: 1px 1px, 1px 1px; } - -paned > separator.wide:backdrop { background-color: #d6d6d6; background-image: image(#b7b7b7), image(#b7b7b7); } - -paned.horizontal > separator { background-repeat: repeat-y; } - -paned.horizontal > separator:dir(ltr) { margin: 0 -8px 0 0; padding: 0 8px 0 0; background-position: left; } - -paned.horizontal > separator:dir(rtl) { margin: 0 0 0 -8px; padding: 0 0 0 8px; background-position: right; } - -paned.horizontal > separator.wide { margin: 0; padding: 0; background-repeat: repeat-y, repeat-y; background-position: left, right; } - -paned.vertical > separator { margin: 0 0 -8px 0; padding: 0 0 8px 0; background-repeat: repeat-x; background-position: top; } - -paned.vertical > separator.wide { margin: 0; padding: 0; background-repeat: repeat-x, repeat-x; background-position: bottom, top; } - -infobar { border-style: none; } - -infobar.action:hover > revealer > box { background-color: #f2efeb; border-bottom: 1px solid #bdbcbc; } - -infobar.info, infobar.question, infobar.warning, infobar.error { text-shadow: none; } - -infobar.info:backdrop > revealer > box, infobar.info > revealer > box, infobar.question:backdrop > revealer > box, infobar.question > revealer > box, infobar.warning:backdrop > revealer > box, infobar.warning > revealer > box, infobar.error:backdrop > revealer > box, infobar.error > revealer > box { background-color: #eeeae4; border-bottom: 1px solid #bdbcbc; } - -infobar.info:backdrop > revealer > box label, infobar.info:backdrop > revealer > box, infobar.info > revealer > box label, infobar.info > revealer > box, infobar.question:backdrop > revealer > box label, infobar.question:backdrop > revealer > box, infobar.question > revealer > box label, infobar.question > revealer > box, infobar.warning:backdrop > revealer > box label, infobar.warning:backdrop > revealer > box, infobar.warning > revealer > box label, infobar.warning > revealer > box, infobar.error:backdrop > revealer > box label, infobar.error:backdrop > revealer > box, infobar.error > revealer > box label, infobar.error > revealer > box { color: #2c2c2c; } - -infobar.info:backdrop, infobar.question:backdrop, infobar.warning:backdrop, infobar.error:backdrop { text-shadow: none; } - -infobar.info button, infobar.question button, infobar.warning button, infobar.error button { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -infobar.info button:active, infobar.info button:checked, infobar.question button:active, infobar.question button:checked, infobar.warning button:active, infobar.warning button:checked, infobar.error button:active, infobar.error button:checked { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #8a8989; background-image: image(#b7b7b7); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; } - -infobar.info button:active:hover, infobar.info button:checked:hover, infobar.question button:active:hover, infobar.question button:checked:hover, infobar.warning button:active:hover, infobar.warning button:checked:hover, infobar.error button:active:hover, infobar.error button:checked:hover { background-image: image(#adadad); } - -infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -infobar.info button:backdrop, infobar.question button:backdrop, infobar.warning button:backdrop, infobar.error button:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #bdbcbc; } - -infobar.info button:backdrop:disabled, infobar.question button:backdrop:disabled, infobar.warning button:backdrop:disabled, infobar.error button:backdrop:disabled { color: #b0b0b0; border-color: #b7b7b7; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #bdbcbc; } - -infobar.info button:backdrop label, infobar.info button:backdrop, infobar.info button label, infobar.info button, infobar.question button:backdrop label, infobar.question button:backdrop, infobar.question button label, infobar.question button, infobar.warning button:backdrop label, infobar.warning button:backdrop, infobar.warning button label, infobar.warning button, infobar.error button:backdrop label, infobar.error button:backdrop, infobar.error button label, infobar.error button { color: #2c2c2c; } - -infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { background-color: #bdbcbc; } - -infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link { color: #3460aa; } - -tooltip { padding: 4px; border-radius: 0; box-shadow: none; text-shadow: 0 1px black; } - -tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); } - -tooltip decoration { background-color: transparent; } - -tooltip * { padding: 4px; background-color: transparent; color: white; } - -colorswatch:drop(active), colorswatch { border-style: none; } - -colorswatch.top { border-top-left-radius: 5.5px; border-top-right-radius: 5.5px; } - -colorswatch.top overlay { border-top-left-radius: 5px; border-top-right-radius: 5px; } - -colorswatch.bottom { border-bottom-left-radius: 5.5px; border-bottom-right-radius: 5.5px; } - -colorswatch.bottom overlay { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } - -colorswatch.left, colorswatch:first-child:not(.top) { border-top-left-radius: 5.5px; border-bottom-left-radius: 5.5px; } - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } - -colorswatch.right, colorswatch:last-child:not(.bottom) { border-top-right-radius: 5.5px; border-bottom-right-radius: 5.5px; } - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } - -colorswatch.dark { outline-color: rgba(255, 255, 255, 0.6); } - -colorswatch.dark overlay { color: white; } - -colorswatch.dark overlay:hover { border-color: rgba(0, 0, 0, 0.8); } - -colorswatch.dark overlay:backdrop { color: rgba(255, 255, 255, 0.5); } - -colorswatch.light { outline-color: rgba(0, 0, 0, 0.6); } - -colorswatch.light overlay { color: black; } - -colorswatch.light overlay:hover { border-color: rgba(0, 0, 0, 0.5); } - -colorswatch.light overlay:backdrop { color: rgba(0, 0, 0, 0.5); } - -colorswatch:drop(active) { box-shadow: none; } - -colorswatch:drop(active).light overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px #3d7805, inset 0 0 0 1px #4e9a06; } - -colorswatch:drop(active).dark overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #4e9a06; } - -colorswatch overlay { border: 1px solid rgba(0, 0, 0, 0.3); } - -colorswatch overlay:hover { box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.2); } - -colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { border-color: rgba(0, 0, 0, 0.3); box-shadow: none; } - -colorswatch#add-color-button { border-radius: 5px 5px 0 0; } - -colorswatch#add-color-button:only-child { border-radius: 5px; } - -colorswatch#add-color-button overlay { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #a0a0a0; border-bottom-color: #7a7a7a; background-color: #f0efef; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -colorswatch#add-color-button overlay:hover { color: #2c2c2c; outline-color: rgba(44, 44, 44, 0.3); border-color: #7a7a7a; border-bottom-color: #6b6b6b; box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: whitesmoke; } - -colorswatch#add-color-button overlay:backdrop { color: #5f5f5f; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -colorswatch:disabled { opacity: 0.5; } - -colorswatch:disabled overlay { border-color: rgba(0, 0, 0, 0.6); box-shadow: none; } - -row:selected colorswatch { box-shadow: 0 0 0 2px #ffffff; } - -colorswatch#editor-color-sample { border-radius: 3px; } - -colorswatch#editor-color-sample overlay { border-radius: 3px; } - -colorchooser .popover.osd { border-radius: 7px; } - -.content-view { background-color: #c4c4c4; } - -.content-view:hover { -gtk-icon-effect: highlight; } - -.content-view:backdrop { background-color: #c4c4c4; } - -.osd .scale-popup button.flat { border-style: none; border-radius: 7px; } - -.scale-popup button:hover { background-color: rgba(44, 44, 44, 0.1); border-radius: 3px; } - -decoration { border-radius: 7px 7px 0 0; border-width: 0px; box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 0, 0, 0.23); margin: 10px; } - -decoration:backdrop { box-shadow: 0 4px 5px 2px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); } - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { border-radius: 0; box-shadow: none; } - -.tiled decoration { border: 1px solid rgba(176, 176, 176, 0.5); } - -.popup decoration { box-shadow: none; } - -.csd decoration { background-color: black; } - -.ssd decoration { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); } - -.ssd decoration.maximized { box-shadow: none; } - -.csd.popup decoration { border-radius: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - -tooltip.csd decoration { border-radius: 7px; box-shadow: none; } - -messagedialog.csd decoration { border-radius: 7px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - -.solid-csd decoration { margin: 0; padding: 4px; background-color: #b0b0b0; border: solid 1px #b0b0b0; border-radius: 0; box-shadow: inset 0 0 0 3px #d6d6d6, inset 0 1px white; } - -.solid-csd decoration:backdrop { box-shadow: inset 0 0 0 3px #d6d6d6, inset 0 1px white; } - -headerbar.default-decoration button.titlebutton, .titlebar.default-decoration button.titlebutton { padding: 0 2px; min-width: 0; min-height: 20px; margin: 0 2px; } - -.selection-mode headerbar button.titlebutton, .selection-mode .titlebar button.titlebutton, headerbar.selection-mode button.titlebutton, .titlebar.selection-mode button.titlebutton { text-shadow: 0 -1px rgba(0, 0, 0, 0.571765); -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.571765); } - -.selection-mode headerbar button.titlebutton:backdrop, .selection-mode .titlebar button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, .titlebar.selection-mode button.titlebutton:backdrop { -gtk-icon-shadow: none; } - -.view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .nautilus-window notebook:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .nautilus-window notebook:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, entry selection, modelbutton.flat:selected, .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { background-color: #4a79c7; } - -label:selected, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .nautilus-window notebook:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .nautilus-window notebook:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, entry selection, modelbutton.flat:selected, .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { color: #ffffff; } - -label:disabled selection, label:disabled:selected, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, .nautilus-window notebook:disabled:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, row:disabled:selected, calendar:disabled:selected { color: #a5bce3; } - -label:backdrop selection, label:backdrop:selected, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, .nautilus-window notebook:backdrop:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected { color: #f4f4f4; } - -label:backdrop selection, label:backdrop selection:hover, label:backdrop:selected, label:backdrop:hover:selected, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, .nautilus-window notebook:backdrop:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected, .view:backdrop:hover:selected, iconview:backdrop:hover:selected, .view text:backdrop:hover:selected, iconview text:backdrop:hover:selected, textview text:backdrop:hover:selected, .nautilus-window notebook:backdrop:hover:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:hover:selected, .view text selection:backdrop:hover, iconview text selection:backdrop:hover, textview text selection:backdrop:hover, flowbox flowboxchild:backdrop:hover:selected, spinbutton:not(.vertical) selection:backdrop:hover, entry selection:backdrop:hover, modelbutton.flat:backdrop:hover:selected, .menuitem.button.flat:backdrop:hover:selected, row:backdrop:hover:selected, calendar:backdrop:hover:selected { background-color: #4a79c7; } - -label:backdrop selection:disabled, label:backdrop:disabled:selected, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview text:backdrop:disabled:selected, .nautilus-window notebook:backdrop:disabled:selected, .nautilus-window notebook > stack:not(:only-child) searchbar:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, .menuitem.button.flat:backdrop:disabled:selected, row:backdrop:disabled:selected, calendar:backdrop:disabled:selected { color: #7d9ed5; } - -.monospace { font-family: monospace; } - -cursor-handle { background-color: transparent; background-image: none; box-shadow: none; border-style: none; } - -.context-menu { font: initial; } - -.keycap { min-width: 20px; min-height: 25px; margin-top: 2px; padding-bottom: 3px; padding-left: 6px; padding-right: 6px; color: #2c2c2c; background-color: #F7F7F7; border: 1px solid; border-color: #c3c3c3; border-radius: 7px; box-shadow: inset 0 -3px #dddddd; font-size: smaller; } - -:not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; caret-color: #4e9a06; } - -stackswitcher button.text-button { min-width: 100px; } - -stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 32px; min-height: 32px; padding: 0; } - -.lowres-icon { -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } - -.icon-dropshadow { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); } - -popover.emoji-picker { padding-left: 0; padding-right: 0; } - -popover.emoji-picker entry.search { margin: 3px 5px 5px 5px; } - -button.emoji-section { border-color: transparent; border-width: 3px; border-style: none none solid; border-radius: 0; margin: 2px 4px 2px 4px; padding: 3px 0 0; min-width: 32px; min-height: 28px; background: none; box-shadow: none; text-shadow: none; outline-offset: -5px; } - -button.emoji-section:first-child { margin-left: 7px; } - -button.emoji-section:last-child { margin-right: 7px; } - -button.emoji-section:backdrop:not(:checked) { border-color: transparent; } - -button.emoji-section:hover { border-color: #b0b0b0; } - -button.emoji-section:checked { border-color: #4a79c7; } - -button.emoji-section label { padding: 0; opacity: 0.55; } - -button.emoji-section:hover label { opacity: 0.775; } - -button.emoji-section:checked label { opacity: 1; } - -popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 7px; } - -popover.emoji-picker .emoji :hover { background: #4a79c7; } - -popover.emoji-completion arrow { border: none; background: none; } - -popover.emoji-completion contents row box { padding: 2px 10px; } - -popover.emoji-completion .emoji:hover { background: #e3e3e3; } - -@define-color theme_fg_color #2c2c2c; -@define-color theme_text_color black; -@define-color theme_bg_color #d6d6d6; -@define-color theme_base_color #F7F7F7; -@define-color theme_selected_bg_color #4a79c7; -@define-color theme_selected_fg_color #ffffff; -@define-color insensitive_bg_color #e3e3e3; -@define-color insensitive_fg_color #707070; -@define-color insensitive_base_color #F7F7F7; -@define-color theme_unfocused_fg_color #5f5f5f; -@define-color theme_unfocused_text_color black; -@define-color theme_unfocused_bg_color #d6d6d6; -@define-color theme_unfocused_base_color #f4f4f4; -@define-color theme_unfocused_selected_bg_color #4a79c7; -@define-color theme_unfocused_selected_fg_color #ffffff; -@define-color unfocused_insensitive_color #b0b0b0; -@define-color borders #b0b0b0; -@define-color unfocused_borders #b7b7b7; -@define-color warning_color #f57900; -@define-color error_color #cc0000; -@define-color success_color #33d17a; -@define-color wm_title shade(#2c2c2c, 1.8); -@define-color wm_unfocused_title #5f5f5f; -@define-color wm_highlight white; -@define-color wm_borders_edge white; -@define-color wm_bg_a shade(#d6d6d6, 1.2); -@define-color wm_bg_b #d6d6d6; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); -@define-color wm_button_hover_color_a shade(#d6d6d6, 1.3); -@define-color wm_button_hover_color_b #d6d6d6; -@define-color wm_button_active_color_a shade(#d6d6d6, 0.85); -@define-color wm_button_active_color_b shade(#d6d6d6, 0.89); -@define-color wm_button_active_color_c shade(#d6d6d6, 0.9); -@define-color content_view_bg #F7F7F7; -headerbar button.titlebutton, .titlebar button.titlebutton, .ssd .titlebar.default-decoration button.titlebutton { min-width: 20px; min-height: 20px; padding: 0; margin: 2px; border-radius: 99px; border: none; box-shadow: none; } - -headerbar button.titlebutton, .titlebar button.titlebutton, .ssd .titlebar.default-decoration button.titlebutton, headerbar button.titlebutton:active, .titlebar button.titlebutton:active, .ssd .titlebar.default-decoration button.titlebutton:active { background-color: transparent; } - -headerbar button.titlebutton.close, .titlebar button.titlebutton.close, headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize { color: transparent; background-color: transparent; background-position: center; background-repeat: no-repeat; border-width: 0; box-shadow: none; transition-property: background-color; } - -headerbar button.titlebutton.close, .titlebar button.titlebutton.close { background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - -headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - -headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover { background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - -headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active { background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - -headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - -headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - -headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - -headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - -headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize { background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - -headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - -headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - -headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active { background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - -.ssd .titlebar { background: #4d4d4d; background-image: linear-gradient(to bottom, #e5e5e5, #d6d6d6); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 transparent; border-color: transparent; border-width: 0; padding: 2px 4px; } - -.titlebar, headerbar { color: #eeeeec; text-shadow: none; } - -.titlebar:backdrop, headerbar:backdrop { color: #aeaeac; text-shadow: none; } - -.titlebar label .title, headerbar label .title { color: #eeeeec; } - -.titlebar label .title:backdrop, headerbar label .title:backdrop { color: #aeaeac; } - -.maximized .titlebar, .maximized headerbar, .fullscreen .titlebar, .fullscreen headerbar { box-shadow: none; } - -.titlebar entry, headerbar entry, .titlebar entry:backdrop, headerbar entry:backdrop { border-color: #393939; } - -.titlebar entry:focus, headerbar entry:focus { box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; } - -.titlebar button:not(.titlebutton), headerbar button:not(.titlebutton), .titlebar button.linked, headerbar button.linked, .titlebar button.toggle, headerbar button.toggle, .titlebar button.popup.toggle, headerbar button.popup.toggle, .titlebar button.image-button, headerbar button.image-button, .titlebar button.image-button.toggle, headerbar button.image-button.toggle, .titlebar button.text-button, headerbar button.text-button, .titlebar button.text-button.toggle, headerbar button.text-button.toggle, .titlebar box button.toggle, headerbar box button.toggle, .titlebar buttonbox.toggle, headerbar buttonbox.toggle, .titlebar stackswitcher button, headerbar stackswitcher button, .titlebar filechooser .path-bar.linked > button, headerbar filechooser .path-bar.linked > button, .titlebar .path-bar button, headerbar .path-bar button { text-shadow: none; color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; border-bottom-color: #2d2d2d; background-color: #7a7a7a; box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.titlebar button:not(.titlebutton):backdrop, headerbar button:not(.titlebutton):backdrop, .titlebar button.linked:backdrop, headerbar button.linked:backdrop, .titlebar button.toggle:backdrop, headerbar button.toggle:backdrop, .titlebar button.popup.toggle:backdrop, headerbar button.popup.toggle:backdrop, .titlebar button.image-button:backdrop, headerbar button.image-button:backdrop, .titlebar button.image-button.toggle:backdrop, headerbar button.image-button.toggle:backdrop, .titlebar button.text-button:backdrop, headerbar button.text-button:backdrop, .titlebar button.text-button.toggle:backdrop, headerbar button.text-button.toggle:backdrop, .titlebar box button.toggle:backdrop, headerbar box button.toggle:backdrop, .titlebar buttonbox.toggle:backdrop, headerbar buttonbox.toggle:backdrop, .titlebar stackswitcher button:backdrop, headerbar stackswitcher button:backdrop, .titlebar filechooser .path-bar.linked > button:backdrop, headerbar filechooser .path-bar.linked > button:backdrop, .titlebar .path-bar button:backdrop, headerbar .path-bar button:backdrop { color: #aeaeac; text-shadow: none; } - -.titlebar button:not(.titlebutton).flat, headerbar button:not(.titlebutton).flat, .titlebar button.linked.flat, headerbar button.linked.flat, .titlebar button.toggle.flat, headerbar button.toggle.flat, .titlebar button.popup.toggle.flat, headerbar button.popup.toggle.flat, .titlebar button.image-button.flat, headerbar button.image-button.flat, .titlebar button.image-button.toggle.flat, headerbar button.image-button.toggle.flat, .titlebar button.text-button.flat, headerbar button.text-button.flat, .titlebar button.text-button.toggle.flat, headerbar button.text-button.toggle.flat, .titlebar box button.toggle.flat, headerbar box button.toggle.flat, .titlebar buttonbox.toggle.flat, headerbar buttonbox.toggle.flat, .titlebar stackswitcher button.flat, headerbar stackswitcher button.flat, .titlebar filechooser .path-bar.linked > button.flat, headerbar filechooser .path-bar.linked > button.flat, .titlebar .path-bar button.flat, headerbar .path-bar button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; } - -.titlebar button:not(.titlebutton):hover, headerbar button:not(.titlebutton):hover, .titlebar button.linked:hover, headerbar button.linked:hover, .titlebar button.toggle:hover, headerbar button.toggle:hover, .titlebar button.popup.toggle:hover, headerbar button.popup.toggle:hover, .titlebar button.image-button:hover, headerbar button.image-button:hover, .titlebar button.image-button.toggle:hover, headerbar button.image-button.toggle:hover, .titlebar button.text-button:hover, headerbar button.text-button:hover, .titlebar button.text-button.toggle:hover, headerbar button.text-button.toggle:hover, .titlebar box button.toggle:hover, headerbar box button.toggle:hover, .titlebar buttonbox.toggle:hover, headerbar buttonbox.toggle:hover, .titlebar stackswitcher button:hover, headerbar stackswitcher button:hover, .titlebar filechooser .path-bar.linked > button:hover, headerbar filechooser .path-bar.linked > button:hover, .titlebar .path-bar button:hover, headerbar .path-bar button:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; border-bottom-color: #2d2d2d; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07); background-color: #7f7f7f; } - -.titlebar button:not(.titlebutton):active, headerbar button:not(.titlebutton):active, .titlebar button:not(.titlebutton):checked, headerbar button:not(.titlebutton):checked, .titlebar button:not(.titlebutton):active:hover, headerbar button:not(.titlebutton):active:hover, .titlebar button:not(.titlebutton):checked:hover, headerbar button:not(.titlebutton):checked:hover, .titlebar button.linked:active, headerbar button.linked:active, .titlebar button.linked:checked, headerbar button.linked:checked, .titlebar button.linked:active:hover, headerbar button.linked:active:hover, .titlebar button.linked:checked:hover, headerbar button.linked:checked:hover, .titlebar button.toggle:active, headerbar button.toggle:active, .titlebar button.toggle:checked, headerbar button.toggle:checked, .titlebar button.toggle:active:hover, headerbar button.toggle:active:hover, .titlebar button.toggle:checked:hover, headerbar button.toggle:checked:hover, .titlebar button.popup.toggle:active, headerbar button.popup.toggle:active, .titlebar button.popup.toggle:checked, headerbar button.popup.toggle:checked, .titlebar button.popup.toggle:active:hover, headerbar button.popup.toggle:active:hover, .titlebar button.popup.toggle:checked:hover, headerbar button.popup.toggle:checked:hover, .titlebar button.image-button:active, headerbar button.image-button:active, .titlebar button.image-button:checked, headerbar button.image-button:checked, .titlebar button.image-button:active:hover, headerbar button.image-button:active:hover, .titlebar button.image-button:checked:hover, headerbar button.image-button:checked:hover, .titlebar button.image-button.toggle:active, headerbar button.image-button.toggle:active, .titlebar button.image-button.toggle:checked, headerbar button.image-button.toggle:checked, .titlebar button.image-button.toggle:active:hover, headerbar button.image-button.toggle:active:hover, .titlebar button.image-button.toggle:checked:hover, headerbar button.image-button.toggle:checked:hover, .titlebar button.text-button:active, headerbar button.text-button:active, .titlebar button.text-button:checked, headerbar button.text-button:checked, .titlebar button.text-button:active:hover, headerbar button.text-button:active:hover, .titlebar button.text-button:checked:hover, headerbar button.text-button:checked:hover, .titlebar button.text-button.toggle:active, headerbar button.text-button.toggle:active, .titlebar button.text-button.toggle:checked, headerbar button.text-button.toggle:checked, .titlebar button.text-button.toggle:active:hover, headerbar button.text-button.toggle:active:hover, .titlebar button.text-button.toggle:checked:hover, headerbar button.text-button.toggle:checked:hover, .titlebar box button.toggle:active, headerbar box button.toggle:active, .titlebar box button.toggle:checked, headerbar box button.toggle:checked, .titlebar box button.toggle:active:hover, headerbar box button.toggle:active:hover, .titlebar box button.toggle:checked:hover, headerbar box button.toggle:checked:hover, .titlebar buttonbox.toggle:active, headerbar buttonbox.toggle:active, .titlebar buttonbox.toggle:checked, headerbar buttonbox.toggle:checked, .titlebar buttonbox.toggle:active:hover, headerbar buttonbox.toggle:active:hover, .titlebar buttonbox.toggle:checked:hover, headerbar buttonbox.toggle:checked:hover, .titlebar stackswitcher button:active, headerbar stackswitcher button:active, .titlebar stackswitcher button:checked, headerbar stackswitcher button:checked, .titlebar stackswitcher button:active:hover, headerbar stackswitcher button:active:hover, .titlebar stackswitcher button:checked:hover, headerbar stackswitcher button:checked:hover, .titlebar filechooser .path-bar.linked > button:active, headerbar filechooser .path-bar.linked > button:active, .titlebar filechooser .path-bar.linked > button:checked, headerbar filechooser .path-bar.linked > button:checked, .titlebar filechooser .path-bar.linked > button:active:hover, headerbar filechooser .path-bar.linked > button:active:hover, .titlebar filechooser .path-bar.linked > button:checked:hover, headerbar filechooser .path-bar.linked > button:checked:hover, .titlebar .path-bar button:active, headerbar .path-bar button:active, .titlebar .path-bar button:checked, headerbar .path-bar button:checked, .titlebar .path-bar button:active:hover, headerbar .path-bar button:active:hover, .titlebar .path-bar button:checked:hover, headerbar .path-bar button:checked:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #474747; background-image: image(#424242); box-shadow: inset 0 1px rgba(255, 255, 255, 0), inset 0 0 0 1px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; border-color: rgba(0, 0, 0, 0.4); } - -.titlebar button:not(.titlebutton):active:hover, headerbar button:not(.titlebutton):active:hover, .titlebar button:not(.titlebutton):checked:hover, headerbar button:not(.titlebutton):checked:hover, .titlebar button:not(.titlebutton):active:hover:hover, headerbar button:not(.titlebutton):active:hover:hover, .titlebar button:not(.titlebutton):checked:hover:hover, headerbar button:not(.titlebutton):checked:hover:hover, .titlebar button.linked:active:hover, headerbar button.linked:active:hover, .titlebar button.linked:checked:hover, headerbar button.linked:checked:hover, .titlebar button.linked:active:hover:hover, headerbar button.linked:active:hover:hover, .titlebar button.linked:checked:hover:hover, headerbar button.linked:checked:hover:hover, .titlebar button.toggle:active:hover, headerbar button.toggle:active:hover, .titlebar button.toggle:checked:hover, headerbar button.toggle:checked:hover, .titlebar button.toggle:active:hover:hover, headerbar button.toggle:active:hover:hover, .titlebar button.toggle:checked:hover:hover, headerbar button.toggle:checked:hover:hover, .titlebar button.popup.toggle:active:hover, headerbar button.popup.toggle:active:hover, .titlebar button.popup.toggle:checked:hover, headerbar button.popup.toggle:checked:hover, .titlebar button.popup.toggle:active:hover:hover, headerbar button.popup.toggle:active:hover:hover, .titlebar button.popup.toggle:checked:hover:hover, headerbar button.popup.toggle:checked:hover:hover, .titlebar button.image-button:active:hover, headerbar button.image-button:active:hover, .titlebar button.image-button:checked:hover, headerbar button.image-button:checked:hover, .titlebar button.image-button:active:hover:hover, headerbar button.image-button:active:hover:hover, .titlebar button.image-button:checked:hover:hover, headerbar button.image-button:checked:hover:hover, .titlebar button.image-button.toggle:active:hover, headerbar button.image-button.toggle:active:hover, .titlebar button.image-button.toggle:checked:hover, headerbar button.image-button.toggle:checked:hover, .titlebar button.image-button.toggle:active:hover:hover, headerbar button.image-button.toggle:active:hover:hover, .titlebar button.image-button.toggle:checked:hover:hover, headerbar button.image-button.toggle:checked:hover:hover, .titlebar button.text-button:active:hover, headerbar button.text-button:active:hover, .titlebar button.text-button:checked:hover, headerbar button.text-button:checked:hover, .titlebar button.text-button:active:hover:hover, headerbar button.text-button:active:hover:hover, .titlebar button.text-button:checked:hover:hover, headerbar button.text-button:checked:hover:hover, .titlebar button.text-button.toggle:active:hover, headerbar button.text-button.toggle:active:hover, .titlebar button.text-button.toggle:checked:hover, headerbar button.text-button.toggle:checked:hover, .titlebar button.text-button.toggle:active:hover:hover, headerbar button.text-button.toggle:active:hover:hover, .titlebar button.text-button.toggle:checked:hover:hover, headerbar button.text-button.toggle:checked:hover:hover, .titlebar box button.toggle:active:hover, headerbar box button.toggle:active:hover, .titlebar box button.toggle:checked:hover, headerbar box button.toggle:checked:hover, .titlebar box button.toggle:active:hover:hover, headerbar box button.toggle:active:hover:hover, .titlebar box button.toggle:checked:hover:hover, headerbar box button.toggle:checked:hover:hover, .titlebar buttonbox.toggle:active:hover, headerbar buttonbox.toggle:active:hover, .titlebar buttonbox.toggle:checked:hover, headerbar buttonbox.toggle:checked:hover, .titlebar buttonbox.toggle:active:hover:hover, headerbar buttonbox.toggle:active:hover:hover, .titlebar buttonbox.toggle:checked:hover:hover, headerbar buttonbox.toggle:checked:hover:hover, .titlebar stackswitcher button:active:hover, headerbar stackswitcher button:active:hover, .titlebar stackswitcher button:checked:hover, headerbar stackswitcher button:checked:hover, .titlebar stackswitcher button:active:hover:hover, headerbar stackswitcher button:active:hover:hover, .titlebar stackswitcher button:checked:hover:hover, headerbar stackswitcher button:checked:hover:hover, .titlebar filechooser .path-bar.linked > button:active:hover, headerbar filechooser .path-bar.linked > button:active:hover, .titlebar filechooser .path-bar.linked > button:checked:hover, headerbar filechooser .path-bar.linked > button:checked:hover, .titlebar filechooser .path-bar.linked > button:active:hover:hover, headerbar filechooser .path-bar.linked > button:active:hover:hover, .titlebar filechooser .path-bar.linked > button:checked:hover:hover, headerbar filechooser .path-bar.linked > button:checked:hover:hover, .titlebar .path-bar button:active:hover, headerbar .path-bar button:active:hover, .titlebar .path-bar button:checked:hover, headerbar .path-bar button:checked:hover, .titlebar .path-bar button:active:hover:hover, headerbar .path-bar button:active:hover:hover, .titlebar .path-bar button:checked:hover:hover, headerbar .path-bar button:checked:hover:hover { background-image: image(#373737); } - -.titlebar button:not(.titlebutton):disabled, headerbar button:not(.titlebutton):disabled, .titlebar button:not(.titlebutton):backdrop:disabled, headerbar button:not(.titlebutton):backdrop:disabled, .titlebar button.linked:disabled, headerbar button.linked:disabled, .titlebar button.linked:backdrop:disabled, headerbar button.linked:backdrop:disabled, .titlebar button.toggle:disabled, headerbar button.toggle:disabled, .titlebar button.toggle:backdrop:disabled, headerbar button.toggle:backdrop:disabled, .titlebar button.popup.toggle:disabled, headerbar button.popup.toggle:disabled, .titlebar button.popup.toggle:backdrop:disabled, headerbar button.popup.toggle:backdrop:disabled, .titlebar button.image-button:disabled, headerbar button.image-button:disabled, .titlebar button.image-button:backdrop:disabled, headerbar button.image-button:backdrop:disabled, .titlebar button.image-button.toggle:disabled, headerbar button.image-button.toggle:disabled, .titlebar button.image-button.toggle:backdrop:disabled, headerbar button.image-button.toggle:backdrop:disabled, .titlebar button.text-button:disabled, headerbar button.text-button:disabled, .titlebar button.text-button:backdrop:disabled, headerbar button.text-button:backdrop:disabled, .titlebar button.text-button.toggle:disabled, headerbar button.text-button.toggle:disabled, .titlebar button.text-button.toggle:backdrop:disabled, headerbar button.text-button.toggle:backdrop:disabled, .titlebar box button.toggle:disabled, headerbar box button.toggle:disabled, .titlebar box button.toggle:backdrop:disabled, headerbar box button.toggle:backdrop:disabled, .titlebar buttonbox.toggle:disabled, headerbar buttonbox.toggle:disabled, .titlebar buttonbox.toggle:backdrop:disabled, headerbar buttonbox.toggle:backdrop:disabled, .titlebar stackswitcher button:disabled, headerbar stackswitcher button:disabled, .titlebar stackswitcher button:backdrop:disabled, headerbar stackswitcher button:backdrop:disabled, .titlebar filechooser .path-bar.linked > button:disabled, headerbar filechooser .path-bar.linked > button:disabled, .titlebar filechooser .path-bar.linked > button:backdrop:disabled, headerbar filechooser .path-bar.linked > button:backdrop:disabled, .titlebar .path-bar button:disabled, headerbar .path-bar button:disabled, .titlebar .path-bar button:backdrop:disabled, headerbar .path-bar button:backdrop:disabled { color: #b3b3b2; border-color: #474747; background-image: image(#777777); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } - -.titlebar separator, headerbar separator { background: image(#404040); } - -.titlebar switch slider, headerbar switch slider { background-color: rgba(255, 255, 255, 0.5); } - -.ssd .titlebar { background: #4d4d4d; background-image: linear-gradient(to bottom, #5c5c5c, #4d4d4d); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -1px rgba(255, 255, 255, 0.3); border-color: transparent; color: #eeeeec; text-shadow: none; border-width: 0; } - -.ssd .titlebar:backdrop { color: #aeaeac; } - -#MozillaGtkWidget.background menubar, #MozillaGtkWidget.background .menubar, #MozillaGtkWidget.background menubar > menuitem:hover { background-color: #4d4d4d; color: #eeeeec; } - -window.background.chromium { background-color: #4d4d4d; } - -window.background.chromium button { border-color: #343333; } - -window.background.chromium menubar { color: #eeeeec; } - -switch { margin: 4px 0; padding: 0; border-radius: 99px; border-width: 0; background-color: rgba(0, 0, 0, 0.38); background-clip: padding-box; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); } - -switch:checked { background-color: #4a79c7; } - -switch:disabled { opacity: 0.38; } - -switch slider { margin: 2px; min-width: 22px; min-height: 22px; border-radius: 99px; background-color: white; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); } - -switch:hover > slider, switch:focus > slider { background-color: white; box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5), 0 1px 2px -1px rgba(0, 0, 0, 0.44), 0 1px 2px -0.6px rgba(0, 0, 0, 0.37); } - -switch:checked > slider { background-color: white; } - -switch image { color: transparent; } - -scrollbar.vertical button.up { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-up.png"), url("assets/scrollarrow-up@2.png")); } - -scrollbar.vertical button.down { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-down.png"), url("assets/scrollarrow-down@2.png")); } - -scrollbar.vertical button.up:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-up-insensitive.png"), url("assets/scrollarrow-up-insensitive@2.png")); } - -scrollbar.vertical button.down:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-down-insensitive.png"), url("assets/scrollarrow-down-insensitive@2.png")); } - -scrollbar.horizontal button.up { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-left.png"), url("assets/scrollarrow-left@2.png")); } - -scrollbar.horizontal button.down { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-right.png"), url("assets/scrollarrow-right@2.png")); } - -scrollbar.horizontal button.up:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-left-insensitive.png"), url("assets/scrollarrow-left-insensitive@2.png")); } - -scrollbar.horizontal button.down:disabled { -gtk-icon-source: -gtk-scaled(url("assets/scrollarrow-right-insensitive.png"), url("assets/scrollarrow-right-insensitive@2.png")); } - -.primary-toolbar button:hover, .primary-toolbar buttom.image-button:hover, .primary-toolbar button.text-button:hover, .primary-toolbar button.toggle:hover { border-color: #b0b0b0; } - -.xfce4-panel.background button, .gnome-panel-menu-bar button:not(#tasklist-button), .mate-panel-menu-bar button:not(#tasklist-button) { background-image: none; background-color: transparent; border: none; border-radius: 0; border-color: transparent; box-shadow: none; padding: 0 1px; color: rgba(238, 238, 236, 0.95); } - -.xfce4-panel.background button:hover, .gnome-panel-menu-bar button:hover:not(#tasklist-button), .mate-panel-menu-bar button:hover:not(#tasklist-button) { color: #ffffff; background-color: rgba(63, 63, 63, 0.7); } - -.xfce4-panel.background button:active, .gnome-panel-menu-bar button:active:not(#tasklist-button), .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.background button:checked, .gnome-panel-menu-bar button:checked:not(#tasklist-button), .mate-panel-menu-bar button:checked:not(#tasklist-button) { color: #ffffff; background-color: #4a79c7; } - -.xfce4-panel.background button:active:hover, .gnome-panel-menu-bar button:active:hover:not(#tasklist-button), .mate-panel-menu-bar button:active:hover:not(#tasklist-button), .xfce4-panel.background button:checked:hover, .gnome-panel-menu-bar button:checked:hover:not(#tasklist-button), .mate-panel-menu-bar button:checked:hover:not(#tasklist-button) { background-color: #5a85cc; } - -.XfceHeading { margin: 0; padding: 0; border-width: 0; background-image: none; background-color: #bdbcbc; color: black; } - -.xfce4-panel.background { background-color: rgba(53, 53, 53, 0.7); color: #eeeeec; font-weight: normal; } - -.xfce4-panel.background entry { caret-color: black; } - -.xfce4-panel.background menu { -gtk-icon-effect: none; text-shadow: none; } - -.xfce4-panel.background menu .linked button { color: black; outline-color: rgba(0, 0, 0, 0.3); border-color: #dedddd; border-bottom-color: #c4c4c4; background-color: white; box-shadow: inset 0 1px white, 0 0 0 1px rgba(0, 0, 0, 0.07); } - -.xfce4-panel.background menu .linked button:disabled { color: #707070; border-color: #b0b0b0; background-image: image(#e3e3e3); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: rgba(176, 176, 176, 0.5); } - -.xfce4-panel.background progressbar { margin: 0; } - -.xfce4-panel.background progressbar.horizontal trough { min-height: 6px; padding: 0; } - -.xfce4-panel.background progressbar.horizontal progress { min-height: 4px; } - -.xfce4-panel.background progressbar.vertical trough { min-width: 6px; padding: 0; } - -.xfce4-panel.background progressbar.vertical progress { min-width: 4px; } - -.xfce4-panel.background progressbar progress { border-radius: 0px; } - -.xfce4-panel.background progressbar trough { background: rgba(27, 27, 27, 0.7); border-radius: 0px; border-color: rgba(7, 7, 7, 0.7); } - -.xfce4-panel.background .tasklist button { border-radius: 3px; color: #e2e2df; border: none; background: rgba(53, 53, 53, 0.7); } - -.xfce4-panel.background .tasklist button.flat { background-image: none; border: none; box-shadow: none; } - -.xfce4-panel.background .tasklist button:active, .xfce4-panel.background .tasklist button:checked { background: rgba(27, 27, 27, 0.7); color: #eeeeec; } - -.xfce4-panel.background .tasklist button:hover, .xfce4-panel.background .tasklist button:active:hover, .xfce4-panel.background .tasklist button:checked:hover { background: rgba(40, 40, 40, 0.7); color: #eeeeec; } - -.xfce4-panel.background .tasklist button image { padding: 3px; } - -.xfce4-panel.background.horizontal .tasklist button { margin: 0 1px; } - -.xfce4-panel.background.horizontal .tasklist button label { padding-right: 3px; } - -.xfce4-panel.background.vertical .tasklist button { margin: 1px 0; } - -.xfce4-panel.background.vertical .tasklist button label { padding-bottom: 3px; } - -wnck-pager:selected { background-color: #3460aa; } - -wnck-pager:hover { background-color: #4a79c7; } - -XfdesktopIconView.view { background: transparent; color: #eeeeec; border-radius: 3px; } - -XfdesktopIconView.view:active { background: rgba(46, 85, 150, 0.5); text-shadow: 0 1px 1px black; } - -XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; } - -XfdesktopIconView.view .rubberband { border-radius: 0; } - -#XfceNotifyWindow { border-radius: 7px; } - -#XfceNotifyWindow buttonbox { padding: 0; } - -#XfceNotifyWindow button { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(53, 53, 53, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); border-radius: 3px; text-shadow: none; } - -#XfceNotifyWindow button:hover, #XfceNotifyWindow button:focus { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:active, #XfceNotifyWindow button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:active:hover, #XfceNotifyWindow button:checked:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(0, 0, 0, 0.7)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button.default { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(83, 83, 83, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 236, 0.3); } - -#XfceNotifyWindow button:disabled { color: #919190; border-color: rgba(0, 0, 0, 0.7); background-color: transparent; background-image: image(rgba(71, 71, 71, 0.5)); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } - -#XfceNotifyWindow entry { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; border-radius: 3px; text-shadow: none; } - -#XfceNotifyWindow label#summary { font-weight: bold; } - -#XfceNotifyWindow progressbar { min-height: 6px; border-radius: 3px; } - -#XfceNotifyWindow progressbar progress { background-image: none; background-color: #4a79c7; border: none; box-shadow: none; } - -#XfceNotifyWindow progressbar trough { background-color: rgba(78, 78, 78, 0.7); border: none; border-radius: 3px; padding: 1px 0; } - -#xfwm-tabwin { padding: 12px; background-image: none; background-color: rgba(0, 0, 0, 0.8); color: shade(#ffffff, 0.65); text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border-radius: 12px; -XfwmTabwinWidget-icon-size: 64px; -XfwmTabwinWidget-preview-size: 64px; } - -#xfwm-tabwin button { background-image: none; color: #ffffff; font-weight: bold; text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border: none; border-radius: 6px; box-shadow: none; } - -#xfwm-tabwin button:active, #xfwm-tabwin button:checked, #xfwm-tabwin button:active:hover, #xfwm-tabwin button:checked:hover { background-color: #4a79c7; } - -#xfwm-tabwin button:hover { background-color: #4a79c7; transition-duration: 100ms; } - -.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, .mate-panel-menu-bar menubar { background-color: #4d4d4d; } - -.gnome-panel-menu-bar menubar, .gnome-panel-menu-bar #PanelApplet label, .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, .mate-panel-menu-bar #PanelApplet image { color: #eeeeec; } - -.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, .gnome-panel-menu-bar #tasklist-button label, .gnome-panel-menu-bar #tasklist-button image, .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, .mate-panel-menu-bar #tasklist-button image { color: inherit; } - -.gnome-panel-menu-bar .wnck-pager, .mate-panel-menu-bar .wnck-pager { color: #777776; background-color: #343333; } - -.gnome-panel-menu-bar .wnck-pager:hover, .mate-panel-menu-bar .wnck-pager:hover { background-color: #5a5a5a; } - -.gnome-panel-menu-bar .wnck-pager:selected, .mate-panel-menu-bar .wnck-pager:selected { color: #98b3df; background-color: #4a79c7; } - -.gnome-panel-menu-bar na-tray-applet, .mate-panel-menu-bar na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } - -.caja-notebook { border-top: 1px solid #b0b0b0; } - -.caja-side-pane .frame { border-width: 1px 0 0; } - -.caja-notebook .frame { border-width: 0 0 1px; } - -.nautilus-window searchbar { border-top: 1px solid #b0b0b0; } - -.nautilus-window .searchbar-container { margin-top: -1px; } - -.nautilus-window paned > separator { background-image: none; background-size: 0; background-color: transparent; } - -.nautilus-desktop.nautilus-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item { color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); } - -.nautilus-desktop-window .nautilus-desktop.view, .nautilus-desktop-window iconview.nautilus-desktop { color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); } - -.disk-space-display { border-style: solid; border-width: 2px; } - -.disk-space-display.unkown { background-color: #888; border-color: shade(#888, 0.7); color: #888; } - -.disk-space-display.unkown.border { color: shade(#888, 0.7); } - -.disk-space-display.used { background-color: #6ACAD8; border-color: shade(#6ACAD8, 0.7); color: #6ACAD8; } - -.disk-space-display.used.border { color: shade(#6ACAD8, 0.7); } - -.disk-space-display.free { background-color: #eeeeec; border-color: shade(#eeeeec, 0.7); color: #eeeeec; } - -.disk-space-display.free.border { color: shade(#eeeeec, 0.7); } - -.thunar .standard-view { border-width: 0; } - -.thunar .sidebar .view, .thunar .sidebar iconview { background-color: #e7e7e7; } - -.thunar .sidebar .view:hover, .thunar .sidebar iconview:hover { background-color: rgba(44, 44, 44, 0.05); } - -.thunar .sidebar .view:selected, .thunar .sidebar iconview:selected { background-color: #4a79c7; } - -.thunar toolbar { border-bottom: 1px solid #b0b0b0; } - -.thunar toolbar entry { margin: 2px; } - -.thunar .shortcuts-pane { border-top: 0; } - -.tweak-categories { background-color: #e7e7e7; border-color: #b0b0b0; } - -list.tweak-categories separator { background: transparent; } - -.table-header { padding: 4px 0 4px 0; min-height: 24px; } diff --git a/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.scss b/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.scss deleted file mode 100644 index 3bed26a..0000000 --- a/gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.scss +++ /dev/null @@ -1,9 +0,0 @@ -// custom theme -$variant: 'light'; -$alt_header: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'colors-public'; -@import 'custom'; diff --git a/gtk/src/Zukitwo/gtk-3.0/meson.build b/gtk/src/Zukitwo/gtk-3.0/meson.build index 018b77a..4890d72 100644 --- a/gtk/src/Zukitwo/gtk-3.0/meson.build +++ b/gtk/src/Zukitwo/gtk-3.0/meson.build @@ -11,12 +11,10 @@ gtk3_scss_sources = [ # Dependencies of the files that need to be compiled gtk3_scss_dependencies = [ '_colors-public.scss', - '_variables.scss', '_colors.scss', '_common.scss', - '_apps.scss', + '_custom.scss', '_drawing.scss', - '_lightdm.scss', ] gtk3_asset_dir = join_paths(gtk3_dir, 'assets') @@ -26,8 +24,11 @@ gtk3_assets = [ 'assets/check-symbolic.svg', 'assets/dash-symbolic.svg', 'assets/bullet-symbolic.symbolic.png', + 'assets/bullet@2-symbolic.symbolic.png', 'assets/check-symbolic.symbolic.png', + 'assets/check@2-symbolic.symbolic.png', 'assets/dash-symbolic.symbolic.png', + 'assets/dash@2-symbolic.symbolic.png', 'assets/scrollarrow-down-dark.png', 'assets/scrollarrow-down-dark@2.png', 'assets/scrollarrow-down-insensitive.png', diff --git a/gtk/src/Zukitwo/gtk-3.0/parse-sass.sh b/gtk/src/Zukitwo/gtk-3.0/parse-sass.sh index 1c3ddbf..68cbe04 100644 --- a/gtk/src/Zukitwo/gtk-3.0/parse-sass.sh +++ b/gtk/src/Zukitwo/gtk-3.0/parse-sass.sh @@ -11,4 +11,3 @@ echo Generating the css... sassc $SASSC_OPT gtk.scss gtk.css sassc $SASSC_OPT gtk-dark.scss gtk-dark.css -sassc $SASSC_OPT gtk-alt-header.scss gtk-alt-header.css